SAP Reports / Programs

RBDCUS51 SAP ABAP Report - Synchronization of Customizing Data: Display Distribution Model







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

BDXI - Model Display (Specific)


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 RBDCUS51. "Basic submit
SUBMIT RBDCUS51 AND RETURN. "Return to original report after report execution complete
SUBMIT RBDCUS51 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RBDCUS51

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:

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.



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 RBDCUS51 or its description.