SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

RBDCUS31 SAP ABAP Report - Customizing data modeling for distribution model







RBDCUS31 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Modeling the control data distribution using the distribution model...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 RBDCUS31 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

BD89 - Control data model. - initial screen


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 RBDCUS31. "Basic submit
SUBMIT RBDCUS31 AND RETURN. "Return to original report after report execution complete
SUBMIT RBDCUS31 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: RCVSYS = D .
Selection Text: SNDSYS = D .
Title: Customizing data modeling for distribution model
Text Symbol: 001 = Information
Text Symbol: ANS = Direction
Text Symbol: DIR = Direction
Text Symbol: HD1 = Customizing Data Modeling for Distribution Model
Text Symbol: HD2 = Direction 1: From Receiver View
Text Symbol: HD3 = (system A receives data from system B)
Text Symbol: HD4 = Direction 1: From Sender View
Text Symbol: HD5 = (system A sends data to system B)
Text Symbol: MST = Message Type
Text Symbol: RCV = Receiving System
Text Symbol: SNR = Sender System
Text Symbol: TIT = Customizing Data Modeling


INCLUDES used within this REPORT RBDCUS31

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:

MODEL_BMMLINK_VALID_GET CALL FUNCTION 'MODEL_BMMLINK_VALID_GET' EXPORTING VALID_DATE = VALIDDATE TABLES MLINK = T_MLINK.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RBDCUS31' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_PAGE' I_GRID_TITLE = titeltext is_layout = list_layout it_fieldcat = gt_fieldcat[] IT_EXCLUDING = IT_EXCLUDING it_sort = it_sort IS_PRINT = IS_PRINT TABLES t_outtab = T_SUMMARIZED EXCEPTIONS OTHERS = 2.

CONVERT_DATE_TO_EXTERNAL CALL function 'CONVERT_DATE_TO_EXTERNAL' exporting date_internal = sy-datum importing date_external = text exceptions date_internal_is_invalid = 1 others.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = t_header.



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