SAP Reports / Programs

RBDCUS42 SAP ABAP Report - System-Wide Analysis of Definitions of Customizing Objects







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


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 RBDCUS42. "Basic submit
SUBMIT RBDCUS42 AND RETURN. "Return to original report after report execution complete
SUBMIT RBDCUS42 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: 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


INCLUDES used within this REPORT RBDCUS42

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:

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.



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