MF02CFE0 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 MF02CFE0 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!
OPEN_FI_FUNCTIONMODULE_GET CALL FUNCTION 'OPEN_FI_FUNCTIONMODULE_GET' EXPORTING MPOOL = ARI-MPOOL LNUMM = ARI-LNUMM IMPORTING PARTY = ARI-PARTY PRDKT = ARI-PRDKT FUNCP = ARI-FUNCP EXCEPTIONS NOTHING_FOUND = 01.
OPEN_FI_SUBSCREENS_GET CALL FUNCTION 'OPEN_FI_SUBSCREENS_GET' EXPORTING MPOOL = ARI-MPOOL TABLES SUBTAB = SUBTAB EXCEPTIONS NOTHING_FOUND = 01.
OPEN_FI_FUNCTIONTEXTS_GET CALL FUNCTION 'OPEN_FI_FUNCTIONTEXTS_GET' EXPORTING MPOOL = ARI-MPOOL TABLES FKTTAB = FKTTAB EXCEPTIONS NOTHING_FOUND = 01.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = THEAD-TDID LANGUAGE = SY-LANGU NAME = THEAD-TDNAME OBJECT = THEAD-TDOBJECT ARCHIVE_HANDLE = 0 IMPORTING HEADER = THEAD TABLES LINES = OLDLINES EXCEPTIONS NOT_FOUND = 04.
SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING HEADER = THEAD INSERT = CTEXT-INSERT SAVEMODE_DIRECT = 'X' TABLES LINES = TLINES.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = THEAD-TDID LANGUAGE = SY-LANGU NAME = THEAD-TDNAME OBJECT = THEAD-TDOBJECT ARCHIVE_HANDLE = 0 IMPORTING HEADER = THEAD TABLES LINES = OLDLINES EXCEPTIONS NOT_FOUND = 04.
SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING HEADER = THEAD INSERT = CTEXT-INSERT SAVEMODE_DIRECT = 'X' TABLES LINES = TLINES.
SD_CREDIT_HORIZON_DATE CALL FUNCTION 'SD_CREDIT_HORIZON_DATE' EXPORTING I_KKBER = KNKK-KKBER I_CTLPC = KNKK-CTLPC I_HORIZON_EXIST = 'X' IMPORTING E_HORIZON_DATE = S01_HORDA.
SD_CREDIT_EXPOSURE CALL FUNCTION 'SD_CREDIT_EXPOSURE' EXPORTING FLAG_OPEN_DELIVERY = 'X' FLAG_OPEN_INVOICE = 'X' FLAG_OPEN_ORDER = 'X' HORIZON_DATE = S01_HORDA * HORIZON_DATE = '99991231' KKBER = KNKK-KKBER KNKLI = S01_KONTO * T014 = ' ' IMPORTING OPEN_DELIVERY = S067-OLIKW OPEN_INVOICE = S067-OFAKW OPEN_ORDER = S066-OEIKW.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MF02CFE0 - documentation and ABAP source code 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