RAPERB2000F2 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 RAPERB2000F2 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!
T093C_READ CALL FUNCTION 'T093C_READ' EXPORTING f_t093c = t093c IMPORTING f_t093c = t093c.
AM_T001_READ CALL FUNCTION 'AM_T001_READ' EXPORTING f_t001 = t001 IMPORTING f_t001 = t001.
LAST_DAY_IN_PERIOD_GET * CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET' ">>> Note 1777235 * EXPORTING ">>> Note 1777235 * i_gjahr = ext_key-gjahr ">>> Note 1777235 * i_periv = t001-periv ">>> Note 1777235 * i_poper = l_poper ">>> Note 1777235 * IMPORTING ">>> Note 1777235 * e_date = l_budat. ">>> Note 1777235
T093C_READ CALL FUNCTION 'T093C_READ' EXPORTING i_bukrs = ext_key-bukrs IMPORTING f_t093c = ls_t093c.
LAST_DAY_IN_PERIOD_GET CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = ext_key-gjahr i_periv = t001-periv i_poper = l_poper IMPORTING e_date = l_budat.
AMSP_SET_LDGRP CALL FUNCTION 'AMSP_SET_LDGRP' "note 1806599 EXPORTING iv_bukrs = ext_key-bukrs ib_newgl_active = gs_newgl_status-newgl_active ib_newgl_migration = gs_newgl_status-newgl_migration iv_ldgrp =
-definition-ldgrp_gl iv_budat = l_budat IMPORTING ev_ldgrp = gt_outtab-ldgrp.
AMSP_SET_LDGRP CALL FUNCTION 'AMSP_SET_LDGRP' "note 1806599 EXPORTING iv_bukrs = cs_outtab-bukrs ib_newgl_active = gs_newgl_status-newgl_active ib_newgl_migration = gs_newgl_status-newgl_migration iv_ldgrp =
-definition-ldgrp_gl iv_budat = iv_budat IMPORTING ev_ldgrp = cs_outtab-ldgrp.
FAA_READ_AREA_SETTINGS CALL FUNCTION 'FAA_READ_AREA_SETTINGS' EXPORTING i_orgunit = i_bukrs i_area = i_afabe IMPORTING es_areasettings = ls_areasettings EXCEPTIONS customizing_wrong = 1 wrong_input_data = 2 OTHERS = 3.
LAST_DAY_IN_PERIOD_GET CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = i_gjahr i_periv = ls_areasettings-ldgrp_periv i_poper = l_poper IMPORTING e_date = e_lastdate EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.