RRDB_SUPPORT_ANALYSIS 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 RRDB_SUPPORT_ANALYSIS 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: O_DATE = D .
Selection Text: O_KEYF = D .
Selection Text: O_KEYFC = D .
Selection Text: O_OBJNR = D .
Selection Text: O_PROC1 = D .
Selection Text: O_PROC2 = D .
Selection Text: P_APPL = D .
Title: RDB Analysis Program
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = l_ddobjname langu = sy-langu IMPORTING dd02v_wa = l_dd02v EXCEPTIONS OTHERS = 1.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid i_callback_user_command = 'USER_COMMAND_TABLE' is_layout = l_str_layout it_fieldcat = l_tab_fieldcat i_save = 'A' is_variant = l_str_variant TABLES t_outtab = g_tab_data_container.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid i_callback_user_command = 'USER_COMMAND_RECORD' is_layout = l_str_layout it_fieldcat = l_tab_fieldcat i_save = 'A' is_variant = l_str_variant TABLES t_outtab =
.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = l_structure CHANGING ct_fieldcat = c_tab_fieldcat.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = l_structure CHANGING ct_fieldcat = s_tab_fieldcat_header.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RRDB_SUPPORT_ANALYSIS - RDB Analysis Program RRDB_SUPPORT_ANALYSIS - RDB Analysis Program RRDB_REV_REC_TEM - Reverse RDB Single Records: Source Subprograms for Key Figure Category RRDB_REV_REC_TEM - Reverse RDB Single Records: Source Subprograms for Key Figure Category RRDB_READ_REC_ARCH_TEM - Read RDB Single Recs from Archive: Source Subprogr. for Key Fig. Cat. RRDB_READ_REC_ARCH_TEM - Read RDB Single Recs from Archive: Source Subprogr. for Key Fig. Cat.