SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | DB2 for AS/400(BC-DB-DB4) SAP BC

RSDB4INY SAP ABAP INCLUDE - iSeries: Common Form Routines in CCMS (new DBMON)







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSDB4INY. "Basic submit
SUBMIT RSDB4INY AND RETURN. "Return to original report after report execution complete
SUBMIT RSDB4INY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: iSeries: Common Form Routines in CCMS (new DBMON)


INCLUDES used within this REPORT RSDB4INY

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSDB4INY or its description.