RAPERB2000F3 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 RAPERB2000F3 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!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-cprog i_callback_pf_status_set = 'ALV_REPORT_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' i_callback_top_of_page = 'ALV_TOP_OF_PAGE' "<0648171 i_callback_html_top_of_page = 'ALV_TOP_OF_PAGE_HTML' "<0648171 i_callback_html_end_of_list = 'ALV_END_OF_LIST_HTML' "<0648171 is_layout = ls_layout it_fieldcat = lt_fieldcat it_excluding = lt_excluding it_sort = lt_sort i_save = con_x is_variant = ls_variant i_grid_settings = ls_gridset TABLES t_outtab = gt_outtab EXCEPTIONS OTHERS = 1.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FIAA_ALV_RAPERB' CHANGING ct_fieldcat = ct_fieldcat.
READ_KONTENPLAN_AND_TEXT CALL FUNCTION 'READ_KONTENPLAN_AND_TEXT' EXPORTING kontenplan = t001-ktopl sachkonto = ct_outtab-hkont sprache = syst-langu IMPORTING text_wa = ls_skat EXCEPTIONS OTHERS = 08.
AC_DOCUMENT_RECORD CALL FUNCTION 'AC_DOCUMENT_RECORD' EXPORTING i_awtyp = 'AMBU' i_awref = ls_aperb_prot-bel_ext i_aworg = ld_aworg EXCEPTIONS no_reference = 50.
AMDS_DOCUMENT_SHOW CALL FUNCTION 'AMDS_DOCUMENT_SHOW' EXPORTING i_simu = 'X' i_display_only = 'X' i_awtyp = con_awtyp_amdp TABLES t_acchd = lt_acchd t_accit = lt_accit t_acccr = lt_acccr t_accda = lt_accda.
AC_DOCUMENT_RECORD CALL FUNCTION 'AC_DOCUMENT_RECORD' EXPORTING i_awtyp = 'AMBU' i_awref = gt_outtab-belnr_online i_aworg = ld_aworg EXCEPTIONS no_reference = 50.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = gs_post_int-tmstmp_d "<0830393 i_periv = t001-periv IMPORTING e_gjahr = gt_outtab-gjahr EXCEPTIONS OTHERS = 3.
MONI_IF_GENERIC_CALL CALL FUNCTION 'MONI_IF_GENERIC_CALL' EXPORTING ld_dock_at = 'L' i_space_values = con_x TABLES lt_appl = lt_appl lt_selfields = lt_selfields lt_aplfields = lt_aplfields.
GET_GLOBALS_FROM_SLVC_FULLSCR CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR' IMPORTING e_grid = l_grid.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = x_variant i_save = 'A' IMPORTING e_exit = x_exit es_variant = x_variant2 EXCEPTIONS not_found = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.