RAPERB2000F1 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 RAPERB2000F1 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!
FAGL_ACT_MGPLN_FOR_BUKRS_EXIST CALL FUNCTION 'FAGL_ACT_MGPLN_FOR_BUKRS_EXIST' EXPORTING id_bukrs = p_bukrs IMPORTING ed_active_mgpln_exist = gs_newgl_status-newgl_migration EXCEPTIONS OTHERS = 0.
FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' IMPORTING e_glflex_active = gs_newgl_status-newgl_active EXCEPTIONS OTHERS = 0.
NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING nr_range_nr = ss_t003-numkr object = con_inri_obj subobject = p_bukrs toyear = t093c-lgjahr IMPORTING interval = ls_nriv EXCEPTIONS interval_not_found = 1 object_not_found = 2.
TABW_READ CALL FUNCTION 'TABW_READ' EXPORTING f_tabw = tabw IMPORTING f_tabw = tabw.
TABWG_READ CALL FUNCTION 'TABWG_READ' EXPORTING f_tabwg = tabwg IMPORTING f_tabwg = tabwg.
GET_COUNT_AM_TAB CALL FUNCTION 'GET_COUNT_AM_TAB' EXPORTING i_bukrs = v_anep-bukrs i_tabname = ld_tabname IMPORTING e_count = ld_dbcnt TABLES t_dopt = lt_dopt.
FAA_READ_AREA_SETTINGS CALL FUNCTION 'FAA_READ_AREA_SETTINGS' EXPORTING i_orgunit = id_bukrs IMPORTING et_areasettings = gt_areasettings EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.