MF02DFX0 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter MF02DFX0 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Customer Master: FORM Routines X*
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ADDR_PERS_COMP_GET CALL FUNCTION 'ADDR_PERS_COMP_GET' EXPORTING ADDRESS_PERS_IN_COMP_SELECTION = LS_ADDR3_SEL IMPORTING ADDRESS_PERS_IN_COMP_VALUE = LS_ADDR3_VAL TABLES ERROR_TABLE = LT_ERROR_TABLE EXCEPTIONS PARAMETER_ERROR = 1 PERSON_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 ADDRESS_NOT_EXIST = 4 INTERNAL_ERROR = 5 OTHERS = 6.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = 'F2' I_DTYPE = 'W' I_MSGNR = '133' I_VAR01 = KNVP-KUNN2.
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = 'F2' I_DTYPE = 'W' I_MSGNR = '131' IMPORTING E_MSGTY = L_MSGTS.
MM_PARTNER_CHECK CALL FUNCTION 'MM_PARTNER_CHECK' EXPORTING I_PARVW = KNVP-PARVW I_GPARN = RF02D-KTONR I_PARGR = ' ' I_SD_CHECK = 'X' EXCEPTIONS ERROR_OCCURED = 01 OTHERS = 02.
HR_READ_T77S0 CALL FUNCTION 'HR_READ_T77S0' EXPORTING GRPID = 'PERNR' SEMID = 'EXCHK' IMPORTING GSVAL = sv_gsval EXCEPTIONS ENTRY_NOT_FOUND = 1 OTHERS = 2.
VIEW_KUPAV CALL FUNCTION 'VIEW_KUPAV' EXPORTING COMWA = VTCOM IMPORTING PAWA = KUPAV EXCEPTIONS NO_PERNR = 04.
LOCATION_DEPARTMENT_COMPARE CALL FUNCTION 'LOCATION_DEPARTMENT_COMPARE' TABLES I_XWRF4 = XWRF4 I_YWRF4 = YWRF4 CHANGING O_UPD_WRF4 = UPD_WRF4 O_WRFX_XCHNG = WRFX_XCHNG.
LOCATION_MATERIALGROUP_COMPARE CALL FUNCTION 'LOCATION_MATERIALGROUP_COMPARE' TABLES I_XWRF6 = XWRF6 I_YWRF6 = YWRF6 CHANGING O_UPD_WRF6 = UPD_WRF6 O_UPD_T023W = UPD_T023W O_UPD_T023X = UPD_T023X O_WRFX_XCHNG = WRFX_XCHNG.
LOCATION_RECEIPTION_COMPARE CALL FUNCTION 'LOCATION_RECEIPTION_COMPARE' TABLES I_XWRF12 = XWRF12 I_YWRF12 = YWRF12 CHANGING O_UPD_WRF12 = UPD_WRF12 O_WRFX_XCHNG = WRFX_XCHNG.
UPDATE_IBAN CALL FUNCTION 'UPDATE_IBAN' EXPORTING test_mode = 'X' IMPORTING e_changed = l_check_result.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.