MF02DFZ0 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 MF02DFZ0 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 Z*
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_CHECK_ZTERM CALL FUNCTION 'FI_CHECK_ZTERM' EXPORTING I_KOART = 'D' I_ZTERM = Z01_ZTERM.
GENERATE_CAM_FIELD_SELECTION CALL FUNCTION 'GENERATE_CAM_FIELD_SELECTION' EXPORTING MASTER_TAB = 'KNA1' FIELDSELECTION = FELDLEISTE SUPPRESS_ALL_BUT_MASTER = SUPPRESS_ALL_BUT_MASTER IMPORTING CAM_FIELDSELECTION = FAUSW_ZAV EXCEPTIONS FIELDSELECTION_EMPTY = 1 NO_CAM_FIELDGROUPS_FOUND = 2 NO_CONVERSION = 3 OTHERS = 4.
CHANGE_CAM_FIELD_SELECTION CALL FUNCTION 'CHANGE_CAM_FIELD_SELECTION' "\1386241 changing c_cam_fieldstatus = feldleiste EXCEPTIONS PARAMETER_ERROR = 1 INTERNAL_ERROR = 2 OTHERS = 3.
ADDR_PERSONAL_DIALOG_PREPARE CALL FUNCTION 'ADDR_PERSONAL_DIALOG_PREPARE' EXPORTING FIELD_SELECTION = FELDLEISTE * KEYWORDS = ' ' * TITLEBAR = ' ' CHANGE_DEFAULT_COMM_TYPES = LV_COMM_TYPES "\BE note 393341 * FRAME_TEXT = ' ' DEFAULT_URI_TYPE = 'HPG' SHOW_PUSHBOTTONS_AT_TOP = 'X' TABLES EXCLUDED_FUNCTIONS = EXCLUDED_FUNCTIONS ERROR_TABLE = ERROR_TABLE EXCEPTIONS INTERNAL_ERROR = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.