RBDCUS52 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 RBDCUS52 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: ALE Customizing Distribution: Display of Locked objects in MEMORY
Text Symbol: 001 = Object
Text Symbol: 002 = Group | Locked key (without client)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.
ALE_MODEL_AUTH_INFO_GET CALL FUNCTION 'ALE_MODEL_AUTH_INFO_GET' EXPORTING message_type = 'CONDA2' * VALIDDATE = SY-DATUM TABLES model_data = model_data EXCEPTIONS no_model_info_found = 1 own_system_not_defined = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 RBDCUS48 - Distribution of Distribution Groups RBDCUS48 - Distribution of Distribution Groups