RBDCUS51 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 RBDCUS51 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
BDXI - Model Display (Specific)
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: GROUP_ = D Distribution Group
Selection Text: RCVSYS = D Receiver
Selection Text: SNDSYS = D Sender
Title: Synchronization of Customizing Data: Display Distribution Model
Text Symbol: 010 = Sending system
Text Symbol: 011 = Receiving system
Text Symbol: 012 = Distribution Group
Text Symbol: 013 = Customizing Object
Text Symbol: 101 = Distribtn model
Text Symbol: 102 = CONDA2 Distribution
Text Symbol: BES = Description
Text Symbol: TX3 = Text3
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ALE_MODEL_INFO_GET CALL FUNCTION 'ALE_MODEL_INFO_GET' EXPORTING message_type = 'CONDA2' * RECEIVING_SYSTEM = ' ' sending_system = systab-syst * VALIDDATE = SY-DATUM TABLES model_data = model_datal EXCEPTIONS no_model_info_found = 1 own_system_not_defined = 2 OTHERS = 3.
RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' * EXPORTING * INSERT_ID = '000000' * RELATIONSHIP = ' ' TABLES nodetab = nodetab EXCEPTIONS tree_failure = 1 id_not_found = 2 wrong_relationship = 3 OTHERS = 4.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING * MODE_RSTABLE = 'E' tabname = 'TBD03' varkey = varkey * X_TABNAME = ' ' * X_VARKEY = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
RS_TREE_CONTROL_PREPARE CALL FUNCTION 'RS_TREE_CONTROL_PREPARE' "#EC * EXPORTING * CONTROL_PATTERN = STREE_CTL_GENERIC * CONTROL_PATTERN = STREE_CTL_PROPFONT_AUTOWIDTH control_pattern = stree_ctl_propf_autow_w_header hierarchy_header = 'Verteilungsmodell'(101) initial_header_width = 60 list_item_header = 'Beschreibung'(bes) * MULTIPLE_SELECTION = STREE_FALSE * ITEM_SELECTION = STREE_FALSE suppress_node_icon = stree_false suppress_folder_icon = stree_true * CALLBACK_PROGRAM = * CALLBACK_ITEM_DISPLAY = * COLOR_MAPPING = * TYPE_MAPPING = * IMPORTING * SUBSCREEN_PROGRAM = * SUBSCREEN_DYNNR = * EXCEPTIONS * NOT_AVAILABLE = 1 * OTHERS = 2 .
RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = 'RBDCUS51' callback_user_command = 'COL_DISP' callback_text_display = 'SET_TEXTS_IN_HIERARCHY' * CALLBACK_MOREINFO_DISPLAY = ' ' callback_color_display = 'COLOR_DISPLAY' * CALLBACK_TOP_OF_PAGE = ' ' * STATUS = 'STATUS1' * CHECK_DUPLICATE_NAME = '1' * COLOR_OF_NODE = '4' * COLOR_OF_MARK = '3' * COLOR_OF_LINK = '1' * COLOR_OF_MATCH = '5' lower_case_sensitive = 'X' * MODIFICATION_LOG = ' ' * NODE_LENGTH = 30 * TEXT_LENGTH = 75 * TEXT_LENGTH1 = 0 * TEXT_LENGTH2 = 0 * RETURN_MARKED_SUBTREE = ' ' * SCREEN_START_COLUMN = 0 * SCREEN_START_LINE = 0 * SCREEN_END_COLUMN = 0 * SCREEN_END_LINE = 0 * SUPPRESS_NODE_OUTPUT = ' ' * LAYOUT_MODE = ' ' use_control = stree_use_control * IMPORTING * F15 = EXCEPTIONS OTHERS = 1.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_DISPLAY_TREE INFO = text-102 IMPORTING RESULT = RESULT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBDCUS51 - Synchronization of Customizing Data: Display Distribution Model RBDCUS51 - Synchronization of Customizing Data: Display Distribution Model RBDCUS48 - Distribution of Distribution Groups RBDCUS48 - Distribution of Distribution Groups RBDCUS47 - Import ALE Requests RBDCUS47 - Import ALE Requests