SAP Reports / Programs | Financial Accounting | Asset Accounting(FI-AA) SAP FI

RAPERB2000F2 SAP ABAP INCLUDE - documentation and ABAP source code







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


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

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:

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.



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