RV130004 is a standard Executable ABAP Report 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 RV130004 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.
Selection Text: P_MESTYP = D Message type
Title: Sel. Popups IDoc Cats, Accompanying Ref. IDoc Cats and Target Systems
Text Symbol: 001 = Spec. send parameters
Text Symbol: 005 = Incorrect selection
Text Symbol: 006 = The following selection was made
Text Symbol: 007 = No authorization for
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING POPUP_TITLE = POPUP_TITLE PROGRAMNAME = 'RV130004' FORMNAME = 'EXAMPLE_EXIT' F4_PROGRAMNAME = 'RV130004' F4_FORMNAME = 'EXAMPLE_F4' IMPORTING RETURNCODE = RETURNCODE TABLES FIELDS = FIELDS.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING DISPLAY = DISPLAY FIELDNAME = FIELDNAME TABNAME = TABNAME IMPORTING SELECT_VALUE = VALUE TABLES VALUETAB = V_TAB FIELDS = F_TAB.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING DISPLAY = DISPLAY FIELDNAME = FIELDNAME TABNAME = TABNAME IMPORTING SELECT_VALUE = VALUE TABLES VALUETAB = V_TAB FIELDS = F_TAB.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = ls_layout it_fieldcat = lt_fieldcat * it_sort = lt_sortinfo i_save = gc_save * is_variant = gs_variant it_events = lt_eventtab TABLES t_outtab = fields EXCEPTIONS program_error = 1 OTHERS = 2 .
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid * I_INTERNAL_TABNAME = i_structure_name = lc_struct * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_end_of_list i_end_of_list_grid = gc_check.
FORMAT_TEXTLINES CALL FUNCTION 'FORMAT_TEXTLINES' EXPORTING formatwidth = 60 linewidth = 132 startline = 1 TABLES lines = lt_tline EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RV130004 - Sel. Popups IDoc Cats, Accompanying Ref. IDoc Cats and Target Systems RV130004 - Sel. Popups IDoc Cats, Accompanying Ref. IDoc Cats and Target Systems RV130003 - Conditions: Archiving Condition Records (DB Reloading Program) RV130003 - Conditions: Archiving Condition Records (DB Reloading Program) RV130002 - Conditions: Archiving Condition Records (DB Deletion Program) RV130002 - Conditions: Archiving Condition Records (DB Deletion Program)