MF02CFD0 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 MF02CFD0 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING TITEL = TEXT-PT8 TEXT_BEFORE = TEXT-P54 OBJECTVALUE = KNA1-KUNNR TEXT_AFTER = TEXT-P55 DEFAULTOPTION = 'Y' IMPORTING ANSWER = ANSWER.
POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING TITEL = TEXT-PT5 TEXT_BEFORE = TEXT-P21 OBJECTVALUE = CHAR1 TEXT_AFTER = TEXT-P22 DEFAULTOPTION = 'Y' IMPORTING ANSWER = ANSWER.
CUSTOMER_DSO_EXPLANATION CALL FUNCTION 'CUSTOMER_DSO_EXPLANATION' EXPORTING I_KKBER = KNKK-KKBER I_KUNNR = KNA1-KUNNR I_ANZBUPER = T000CM-DSOPP I_XCHILDS = T000CM-DSOCH I_ACTBALANCE = T000CM-DSOAB.
CUSTOMER_DSO_CALCULATION CALL FUNCTION 'CUSTOMER_DSO_CALCULATION' EXPORTING I_KKBER = KNKK-KKBER I_KUNNR = KNA1-KUNNR I_ANZBUPER = T000CM-DSOPP I_XCHILDS = T000CM-DSOCH I_ACTBALANCE = T000CM-DSOAB IMPORTING E_DSOIN = RF02L-DSOIN.
REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING I_TITLE = TEXT-U90 I_SELECTION = 'X' * I_ZEBRA = ' ' I_SCREEN_START_COLUMN = 10 I_SCREEN_START_LINE = 10 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_CHECKBOX_FIELDNAME = * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = 'X' I_TABNAME = 'BUKTAB' * I_STRUCTURE_NAME = IT_FIELDCAT = T_FIELDCAT[] * IT_EXCLUDING = * I_CALLBACK_PROGRAM = * I_CALLBACK_USER_COMMAND = IMPORTING ES_SELFIELD = LD_BUK_SELFIELD E_EXIT = XEXIT TABLES T_OUTTAB = BUKTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING I_TITLE = TEXT-U80 I_SELECTION = SPACE * I_ZEBRA = ' ' I_SCREEN_START_COLUMN = 10 I_SCREEN_START_LINE = 10 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_CHECKBOX_FIELDNAME = * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = 'X' I_TABNAME = 'REFTAB' * I_STRUCTURE_NAME = IT_FIELDCAT = T_FIELDCAT[] * IT_EXCLUDING = * I_CALLBACK_PROGRAM = * I_CALLBACK_USER_COMMAND = * IMPORTING * ES_SELFIELD = * E_EXIT = TABLES T_OUTTAB = REFTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'SAPMF02C' DYNUMB = '0100' TABLES DYNPFIELDS = LT_DYNPVAL.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MF02CFD0 - documentation and ABAP source code MF02CFC0 - documentation and ABAP source code MF02CFB0 - Format and Send an FI Idoc for Message Type FIDCC1 (Whole Document) MF02CFA0 - documentation and ABAP source code MF02BTOP - documentation and ABAP source code MF02BO00 - documentation and ABAP source code