RWB2BF07_OPEN_CONTROL 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 RWB2BF07_OPEN_CONTROL 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: Liste Trading-Kontrakte
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WB2_DOCUMENT_DISPLAY call function 'WB2_DOCUMENT_DISPLAY' exporting tradingcontractno = g_t_komwbhi-tkonn exceptions no_document_number = 1 document_header_read_error = 2 others = 3.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'WB2_STATUS_CALC_WITH_POS' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = changing ct_fieldcat = l_fieldcat_alv exceptions inconsistent_interface = 1 program_error = 2 others = 3.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = g_repid i_callback_user_command = 'USER_COMMAND' i_structure_name = 'WB2_STATUS_CALC_WITH_POS' * i_background_id = 'ALV_BACKGROUND' is_layout = gs_layout it_fieldcat = l_fieldcat_alv * IT_EXCLUDING = * I_DEFAULT = 'X' i_save = g_save " should be 'A' is_variant = gs_variant it_events = gt_events[] * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = l_status_item exceptions others = 1.
REUSE_ALV_GRID_DISPLAY * CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' * EXPORTING ** i_buffer_active = 'X' * I_INTERFACE_CHECK = ' ' * I_CALLBACK_PROGRAM = G_REPID * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = 'USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_STRUCTURE_NAME = 'WB2_STATUS_CALC_WITH_POS' * I_BACKGROUND_ID = 'ALV_BACKGROUND' ** i_grid_title = 'Open Order/Delivery Control' ** I_GRID_SETTINGS = * IS_LAYOUT = GS_LAYOUT * IT_FIELDCAT = L_FIELDCAT_ALV ** IT_EXCLUDING = ** IT_SPECIAL_GROUPS = ** IT_SORT = ** IT_FILTER = ** IS_SEL_HIDE = ** I_DEFAULT = 'X' * I_SAVE = G_SAVE " should be 'A' * IS_VARIANT = GS_VARIANT * IT_EVENTS = GT_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 = L_STATUS_ITEM * EXCEPTIONS * OTHERS = 1.
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = rt_events.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting * i_logo = 'ENJOYSAP_LOGO' it_list_commentary = gt_list_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.