RBDCUS42 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 RBDCUS42 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.
Selection Text: SO_TYPE = D Type
Selection Text: SO_TRSP = D Transport connection
Selection Text: SO_NAME = D Object
Selection Text: RFC_RCV = D RFC Destination
Selection Text: RAD2 = Select distribution group
Selection Text: RAD1 = Object selection
Selection Text: P_GROUP = D Distribution Group
Selection Text: P_CLIDEP = D Client-Specific
Selection Text: P_CATEG = D Object Category
Title: System-Wide Analysis of Definitions of Customizing Objects
Text Symbol: 011 = Other differences
Text Symbol: 010 = Different field definitions in target syst:
Text Symbol: 009 = Missing data fields in target system
Text Symbol: 008 = New data fields in target system:
Text Symbol: 007 = Identical
Text Symbol: 006 = Object could not be found in the target system
Text Symbol: 005 = Do not consider longer field definitions in the target system to be different
Text Symbol: 004 = Only display objects with different definitions
Text Symbol: 003 = Output Control
Text Symbol: 002 = Selection of Customizing objects
Text Symbol: 001 = Target System
003 Result
002 Type Name View/Table
001 Customizing Object
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_ALE_OBJECT_TEXT CALL FUNCTION 'GET_ALE_OBJECT_TEXT' EXPORTING OBJECTTYPE = OBJECTS-OBJECTTYPE OBJECTNAME = OBJECTS-OBJECTNAME IMPORTING DDTEXT = H_DDTEXT EXCEPTIONS NO_TEXT_FOUND = 1 OTHERS = 2.
RFC_GET_STRUCTURE_DEFINITION CALL FUNCTION 'RFC_GET_STRUCTURE_DEFINITION' DESTINATION RFC_RCV EXPORTING TABNAME = OBJECTS-TABNAME IMPORTING TABLENGTH = TABLENGTH TABLES FIELDS = RFC_FIELDS_LONG_2 EXCEPTIONS TABLE_NOT_ACTIVE = 1 OTHERS = 2.
RFC_GET_STRUCTURE_DEFINITION CALL FUNCTION 'RFC_GET_STRUCTURE_DEFINITION' DESTINATION RFC_RCV EXPORTING TABNAME = OBJECTS-TABNAME IMPORTING TABLENGTH = TABLENGTH TABLES FIELDS = RFC_FIELDS_2 EXCEPTIONS TABLE_NOT_ACTIVE = 1 OTHERS = 2.
RFC_GET_STRUCTURE_DEFINITION CALL FUNCTION 'RFC_GET_STRUCTURE_DEFINITION' EXPORTING TABNAME = OBJECTS-TABNAME IMPORTING TABLENGTH = TABLENGTH TABLES FIELDS = RFC_FIELDS_1 EXCEPTIONS TABLE_NOT_ACTIVE = 1 OTHERS = 2.
RFC_GET_SAP_SYSTEM_PARAMETERS CALL FUNCTION 'RFC_GET_SAP_SYSTEM_PARAMETERS' DESTINATION RFC_RCV IMPORTING * DATE_FORMAT = * DECIMAL_SIGN = SAP_SYSTEM_RELEASE = H_SAP_SYSTEM_RELEASE * USER_NAME = * LANGUAGE = EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBDCUS42 - System-Wide Analysis of Definitions of Customizing Objects RBDCUS42 - System-Wide Analysis of Definitions of Customizing Objects RBDCUS41 - ALE Customizing Distribution: Clean Up Outbound Log Table RBDCUS41 - ALE Customizing Distribution: Clean Up Outbound Log Table RBDCUS40 - Generate Distribution Groups from CONDAT Distribution RBDCUS40 - Generate Distribution Groups from CONDAT Distribution