Hi Amit,
My question is what is the user exit and where it should be configured? what are inputs to be passed and how to get the output?
This is strucuture of exit function module of the node for field FPAYH-INTAD, is this the FM I need to use?
FUNCTION DMEE_EXIT_TEMPLATE.
*"----------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*" IMPORTING
*" VALUE(I_TREE_TYPE) TYPE DMEE_TREETYPE
*" VALUE(I_TREE_ID) TYPE DMEE_TREEID
*" VALUE(I_ITEM)
*" VALUE(I_PARAM)
*" VALUE(I_UPARAM)
*" EXPORTING
*" REFERENCE(O_VALUE)
*" REFERENCE(C_VALUE)
*" REFERENCE(N_VALUE)
*" REFERENCE(P_VALUE)
*" TABLES
*" I_TAB
I_TREE_TYPE = "PAYM'.
I_TREE_ID = 'Payment method format"
I_ITEM = ?
I_PARAM = ?
I_UPARAM = ?
and what would be O_VALUE, C_VALUE,N_VALUE,P_VALUE?
Regards
RK