Exit Code
Exit Code
FPAYH
FPAYHX
FPAYP
----DMEE_EXIT_TEMPLATE or
----DMEE_EXIT_TEMPLATE_EXTENDED
Implementation Steps
. Create Node in DMEE and select Exit - in Mapping ------ and note down the
NODE_ID of the newly added node
ZUDEMY_DME
DMEE_EXIT_TEMPLATE_EXTENDED
FM_FOR_DME_UDEMY
3. Go to SE37 ----- Enter Newly Created Function Modules (FM )and paste the
code and --------Activate.
5. Test APP-DME
N_0078934760
----------------------------------ABAP_CODE---------------------------
* PLEASE REPLACE THE NODE_ID in below code-- Take from step 1 of above.
IF SY-SUBRC EQ 0.
O_VALUE = V_PHONE.
ENDIF.
ENDCASE.