RSDB4INY 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 RSDB4INY 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.
Title: iSeries: Common Form Routines in CCMS (new DBMON)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SXPG_CALL_SYSTEM call function 'SXPG_CALL_SYSTEM' exporting commandname = cmdstr tables exec_protocol = cmd_result exceptions no_permission = 1 command_not_found = 2 others = 4.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting * I_PROGRAM_NAME = i_internal_tabname = p_tabname i_structure_name = p_ref_struct * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = changing ct_fieldcat = p_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
DDIF_FIELDINFO_GET * call function 'DDIF_FIELDINFO_GET' * exporting * tabname = p_refname ** FIELDNAME = ' ' ** LANGU = SY-LANGU ** IMPORTING ** X030L_WA = * tables * dfies_tab = i_dfies_tab * exceptions * not_found = 1 * internal_error = 2 * others = 3.
K_KKB_LIST_DISPLAY * call function 'K_KKB_LIST_DISPLAY' * exporting * i_callback_program = p_callback_pgm * i_callback_user_command = p_user_comm_form * i_callback_top_of_page = P_top_of_page ** I_CALLBACK_END_OF_PAGE = ** i_callback_end_of_list = * i_callback_pf_status_set = p_set_status_form ** I_CALLBACK_LAYOUT_SAVE = ** I_CALLBACK_FIELDCAT_SAVE = * i_tabname = p_tabname * is_layout = p_layout * it_fieldcat = p_fieldcat ** I_FCTYPE = 'R' ** IT_EXCLUDING = ** IT_SPECIAL_GROUPS = ** IT_SORT = ** IS_SEL_HIDE = ** I_SCREEN_START_COLUMN = 0 ** I_SCREEN_START_LINE = 0 ** I_SCREEN_END_COLUMN = 0 ** I_SCREEN_END_LINE = 0 * tables * t_outtab = p_tab * exceptions * others = 1.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting * i_interface_check = 'X' i_callback_program = p_callback_pgm i_callback_pf_status_set = p_set_status_form i_callback_user_command = p_user_comm_form * I_STRUCTURE_NAME = is_layout = p_layout it_fieldcat = p_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' * IS_VARIANT = ' ' it_events = p_events * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = p_tab exceptions program_error = 1 others = 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.
RSDB4INY - iSeries: Common Form Routines in CCMS (new DBMON) RSDB4INX - iSeries: Include for Common Data For CCMS (new DBMon) RSDB4IND - iSeries: Common Data for CCMS RSDB4INC - iSeries: Common Form Routines in CCMS RSDB4IDU - Database Performance: Index Usage RSDB4IDU - Database Performance: Index Usage