SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFITEMGL_NO4 SAP ABAP INCLUDE - Include RFITEMGL_NO4







RFITEMGL_NO4 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 RFITEMGL_NO4 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 RFITEMGL_NO4. "Basic submit
SUBMIT RFITEMGL_NO4 AND RETURN. "Return to original report after report execution complete
SUBMIT RFITEMGL_NO4 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RFITEMGL_NO4


INCLUDES used within this REPORT RFITEMGL_NO4

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:

FAGL_CHECK_GLFLEX_ACTIVE call function 'FAGL_CHECK_GLFLEX_ACTIVE' exporting id_bukrs = ls_t001-bukrs importing e_glflex_active = gb_flex.

FAGL_MGPLN_IN_CLIENT call function 'FAGL_MGPLN_IN_CLIENT' importing e_migpln_exist = gb_xmig.

FAGL_GET_ACTIVE_MGPLN call function 'FAGL_GET_ACTIVE_MGPLN' exporting i_bukrs = ls_t001-bukrs i_rldnr = gv_relevant_ledger importing * ET_FAGL_MIG_002 = et_fagl_mig_001 = gt_fagl_mig_001 * EF_ACTIVE_MGPLN = exceptions invalid_input = 1 no_data_found = 2 invalid_customizing = 3 others = 4 .

FI_PERIOD_DETERMINE call function 'FI_PERIOD_DETERMINE' exporting i_budat = gs_fagl_mig_001-migdt i_bukrs = ls_t001-bukrs i_rldnr = gv_relevant_ledger importing e_gjahr = l_gjahr e_poper = l_poper.

BUKRS_AUTHORITY_CHECK call function 'BUKRS_AUTHORITY_CHECK' exporting xdatabase = 'S' tables xbukreis = sd_bukrs.

BUKRS_AUTHORITY_CHECK call function 'BUKRS_AUTHORITY_CHECK' exporting xdatabase = 'B' tables xbukreis = sd_bukrs.

FAGL_CHECK_IF_LEDGER_IS_GLFLEX call function 'FAGL_CHECK_IF_LEDGER_IS_GLFLEX' exporting i_rldnr = gv_relevant_ledger exceptions * NOT_FOUND = 1 no_glflex_ledger = 2 * GLFLEX_ROLLUP_LEDGER = 3 * WRONG_APPLICATION = 4 * GLFLEX_DEPENDENT_LEDGER = 5 * OTHERS = 6 .



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