SAP Reports / Programs | Financial Accounting | Accounts Receivable | Basic Functions(FI-AR-AR) SAP FI

MF02CFD0 SAP ABAP INCLUDE - documentation and ABAP source code







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MF02CFD0. "Basic submit
SUBMIT MF02CFD0 AND RETURN. "Return to original report after report execution complete
SUBMIT MF02CFD0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MF02CFD0

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MF02CFD0 or its description.