SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Basic Functions(FI-GL-GL) SAP FI

MF02EI00 SAP ABAP INCLUDE - documentation and ABAP source code







MF02EI00 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 MF02EI00 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 MF02EI00. "Basic submit
SUBMIT MF02EI00 AND RETURN. "Return to original report after report execution complete
SUBMIT MF02EI00 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 MF02EI00

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-P04 * TEXT_BEFORE = TEXT-P05 * TEXT_AFTER = TEXT-P06 * OBJECTVALUE = RF02E-VERSN * DEFAULTOPTION = 'N' * IMPORTING * ANSWER = F02E-ANTWT.

SELECT_FORM CALL FUNCTION 'SELECT_FORM' EXPORTING * CLIENT = SY-MANDT FORM = RFPDO2-BIFOBASE LANGUAGE = RFPDO2-BIFOSPRA STATUS = ' ' THROUGHCLIENT = 'X' THROUGHLANGUAGE = 'X' IMPORTING ENTRIES = H_FORM-ENTRIES TABLES SELECTIONS = SELECTIONS.

SELECT_FORM CALL FUNCTION 'SELECT_FORM' EXPORTING * CLIENT = SY-MANDT FORM = RFPDO2-BIFOBILA LANGUAGE = '*' STATUS = '*' THROUGHCLIENT = ' ' THROUGHLANGUAGE = ' ' IMPORTING ENTRIES = H_FORM-ENTRIES TABLES SELECTIONS = SELECTIONS.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXTLINE "TEXT-FO1 TEXTLINE2 = TEXT-FO2 TITEL = TEXT-FO3 START_COLUMN = 25 START_ROW = 6 IMPORTING ANSWER = ANSWER.

SELECT_FORM CALL FUNCTION 'SELECT_FORM' EXPORTING * CLIENT = SY-MANDT FORM = FORMNAME LANGUAGE = '*' STATUS = ' ' THROUGHCLIENT = 'X' THROUGHLANGUAGE = 'X' IMPORTING ENTRIES = H_FORM-ENTRIES TABLES SELECTIONS = SELECTIONS.

SELECT_FORM CALL FUNCTION 'SELECT_FORM' EXPORTING * CLIENT = SY-MANDT FORM = FORMNAME LANGUAGE = '*' STATUS = '*' THROUGHCLIENT = ' ' THROUGHLANGUAGE = ' ' IMPORTING ENTRIES = H_FORM-ENTRIES TABLES SELECTIONS = SELECTIONS.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TITEL = TEXT-P01 TEXTLINE1 = TEXT-P02 TEXTLINE2 = TEXT-P03 IMPORTING ANSWER = F02E-ANTWT.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TITEL = TEXT-P01 TEXTLINE1 = TEXT-P02 TEXTLINE2 = TEXT-P03 IMPORTING ANSWER = F02E-ANTWT.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TITEL = TEXT-P01 TEXTLINE1 = TEXT-P02 TEXTLINE2 = TEXT-P03 IMPORTING ANSWER = F02E-ANTWT.

G_SET_GET_INFO CALL FUNCTION 'G_SET_GET_INFO' EXPORTING CLASS = LOC_CLASS TABLE = LOC_TABLE SETNAME = LOC_SETNM NO_SET_TITLE = 'X' EXCEPTIONS SET_NOT_FOUND = 1.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TITEL = TEXT-P01 TEXTLINE1 = TEXT-P02 TEXTLINE2 = TEXT-P03 IMPORTING ANSWER = F02E-ANTWT.

DISPLAY_SET CALL FUNCTION 'DISPLAY_SET' EXPORTING SETNAME = RF02E-SETID.

G_READ_FIXED_LEDGERS CALL FUNCTION 'G_READ_FIXED_LEDGERS' EXPORTING TABLE = UTAB TABLES LEDGERS = LEDGER_TAB EXCEPTIONS OTHERS = 0.

G_GIVE_FIXED_LEDGERS_FOR_BUKRS CALL FUNCTION 'G_GIVE_FIXED_LEDGERS_FOR_BUKRS' EXPORTING BUKRS = RF02E-BUKRS TABLES LEDTAB = LEDGER_TAB EXCEPTIONS OTHERS = 0.

G_GET_ORGANIZATIONAL_DATA CALL FUNCTION 'G_GET_ORGANIZATIONAL_DATA' EXPORTING I_RLDNR = RF02E-RLDNR I_ORGUNIT = RF02E-BUKRS SEND_ERROR_WHEN_DEPLD = 'X' IMPORTING ORGANIZATIONAL_INFO = UORG_INFO EXCEPTIONS NO_INFO_FOUND = 1 OTHERS = 2.



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 MF02EI00 or its description.