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
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.
Title: Include RFITEMGL_NO4
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.