RBDCUS57 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This function generates a consolidation request which is used to transport customizing data imported with ALE requests into quality assurance and production systems...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RBDCUS57 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
BDXL - Forward ALE Requests
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: SO_DAT = ALE Requests Imported On
Selection Text: P_TEST = Test
Selection Text: P_REL = Released
Selection Text: P_GROUP = Distribution Group of Requests
Selection Text: P_CHG = Modifiable
Title: Generation of Consolidation Request from ALE Requests
Text Symbol: USR = User
Text Symbol: TXT = Text
Text Symbol: TST = Following ALE transports would be consolidated
Text Symbol: TRG = Target System
Text Symbol: TIM = Time
Text Symbol: DAT = Date
Text Symbol: ALE = Selected ALE requests
Text Symbol: 009 = Multiple consolidation of ALE request allowed
Text Symbol: 008 = Correction could not be processed further, code
Text Symbol: 007 = Correction could not be created, code
Text Symbol: 006 = of ALE request allowed?
Text Symbol: 005 = Multiple consolidation
Text Symbol: 004 = Selection of ALE Requests
Text Symbol: 003 = Name of Consolidation Request
Text Symbol: 002 = Status of Source Requests
Text Symbol: 001 = The following ALE transports have been grouped together:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING wi_kurztext = p_text wi_trfunction = 'W' * WI_STRKORR = ' ' wi_category = 'CUST' * wi_client = sy-mandt * WI_TARGET_CLIENT = ' ' * WI_PROTECT = ' ' * IV_SIMULATION = ' ' IMPORTING we_e070 = h_e070 we_e07t = h_e07t we_trkorr = h_trkorr we_e070c = h_e070c EXCEPTIONS client_range_full = 1 e070l_insert_error = 2 e070l_update_error = 3 e070_insert_error = 4 e07t_insert_error = 5 no_systemname = 6 no_systemtype = 7 sap_range_full = 8 unallowed_trfunction = 9 unallowed_user = 10 order_not_found = 11 invalid_status = 12 not_an_order = 13 order_lock_failed = 14 no_authorization = 15 e070c_insert_error = 16 wrong_client = 17 file_access_error = 18 wrong_category = 19 OTHERS = 20.
TR_MODIFY_COMM CALL FUNCTION 'TR_MODIFY_COMM' EXPORTING wi_e070 = h_e070 wi_e07t = h_e07t wi_sel_e071 = 'X' wi_sel_e071k = 'X' wi_sel_e07t = ' ' wi_sel_e070c = 'X' wi_e070c = h_e070c * IMPORTING * WE_E070 = * WE_E07T = * WE_E070C = TABLES wt_e071 = h_e071 wt_e071k = h_e071k EXCEPTIONS db_access_error = 1 chosen_project_closed = 2 locked_entries = 3 locked_object_not_deleted = 4 ordername_forbidden = 5 ordernumber_empty = 6 order_change_but_locked_object = 7 order_released = 8 order_user_locked = 9 tr_check_keysyntax_error = 10 tr_enqueue_failed = 11 no_authorization = 12 wrong_client = 13 unallowed_source_client = 14 unallowed_user = 15 unallowed_trfunction = 16 unallowed_trstatus = 17 no_systemname = 18 no_systemtype = 19 OTHERS = 20.
TR_DISPLAY_REQUEST CALL FUNCTION 'TR_DISPLAY_REQUEST' EXPORTING i_trkorr = h_e070-trkorr i_operation = 'DISPLAY' i_activetab = 'HEADER' * IS_REQUEST_WD = .
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = sy-cprog i_callback_pf_status_set = 'SET_ALV_STATUS' i_callback_user_command = 'USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' * i_callback_html_top_of_page = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = ' ' * I_BACKGROUND_ID = ' ' i_grid_title = titeltext * I_GRID_SETTINGS = is_layout = is_layout it_fieldcat = it_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = is_print = 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 * I_HTML_HEIGHT_TOP = 0 * I_HTML_HEIGHT_END = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * IR_SALV_FULLSCREEN_ADAPTER = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = it_requests EXCEPTIONS * PROGRAM_ERROR = 1 OTHERS = 2 .
TR_DOCU_INTERFACE CALL FUNCTION 'TR_DOCU_INTERFACE' EXPORTING iv_object = h_trkorr * iv_langu = sy-langu iv_action = 'M' * iv_docu_type = 'N' * IV_EDIT_DISPLAY = ' ' * IV_EDIT_DISPLAY_MODE = '2' iv_modify_appending = ' ' TABLES tt_line = h_tt_line EXCEPTIONS OTHERS = 12.
OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = own_logical_system EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.
AUTH_CHECK_USER_ALE_CUST CALL FUNCTION 'AUTH_CHECK_USER_ALE_CUST' EXPORTING group_cust = p_group actvt = '61' EXCEPTIONS is_allowed = 1 is_not_allowed = 2 OTHERS = 3.
TR_DISPLAY_REQUEST CALL FUNCTION 'TR_DISPLAY_REQUEST' EXPORTING i_trkorr = request i_operation = 'DISPLAY' * I_ACTIVETAB = * IS_REQUEST_WD = .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBDCUS57 - Generation of Consolidation Request from ALE Requests RBDCUS57 - Generation of Consolidation Request from ALE Requests RBDCUS52 - ALE Customizing Distribution: Display of Locked objects in MEMORY RBDCUS52 - ALE Customizing Distribution: Display of Locked objects in MEMORY RBDCUS51 - Synchronization of Customizing Data: Display Distribution Model RBDCUS51 - Synchronization of Customizing Data: Display Distribution Model