SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Data Modeler(BC-DWB-TOO-DMO) SAP BC

RUDVVUD2 SAP ABAP Report - EDM Display/Compare Versions of Data Models







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


Text pool values


Title: EDM Display/Compare Versions of Data Models
Text Symbol: S02 = Objects assigned:
Text Symbol: S01 = Data model information:
Text Symbol: MT6 = User ;;
Text Symbol: MT5 = Date ;;
Text Symbol: MT4 = Correction;;
Text Symbol: MT3 = System ;;
Text Symbol: MT2 = Version;;
Text Symbol: MT1 = Name ;;
Text Symbol: IR9 = <- only remote
Text Symbol: IR8 = <- only local
Text Symbol: IR7 = <- Changed (Obj. 2)
Text Symbol: IR6 = <- Changed (Obj. 1)
Text Symbol: IR5 = Object 2:
Text Symbol: IR4 = <- Moved (Remote)
Text Symbol: IR3 = <- Changed (Remote)
Text Symbol: IR2 = <- Changed (Local)
Text Symbol: IR1 = Remote:
Text Symbol: IR0 = <- Moved (Local)
Text Symbol: I64 = modif.
Text Symbol: I63 = active
Text Symbol: HT4 = <- Moved (&)
Text Symbol: HT3 = <- only &
Text Symbol: HT2 = <- Changed (&)
Text Symbol: HT1 = Version &:
Text Symbol: H02 = Objects assigned
Text Symbol: H01 = Data model information
Text Symbol: 100 = Data model
Text Symbol: 069 = In color
Text Symbol: 067 = Applic.Components ;;
Text Symbol: 066 = Customizing object
Text Symbol: 065 = Ref. model ;;
Text Symbol: 064 = Application model
Text Symbol: 063 = Representative
Text Symbol: 062 = Business object
Text Symbol: 061 = Short Text ;;
Text Symbol: 037 = Red;;
Text Symbol: 036 = High





Text Symbol: 035 = Wide
Text Symbol: 034 = YPos
Text Symbol: 033 = XPos
Text Symbol: 032 = Typ;;
Text Symbol: 031 = Object ;;


INCLUDES used within this REPORT RUDVVUD2

INCLUDE RADVVINC.


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:

SVRS_GET_VERSION_UDMO_40 CALL FUNCTION 'SVRS_GET_VERSION_UDMO_40' EXPORTING DESTINATION = LOG_DEST OBJECT_NAME = OBJNAME VERSNO = VERSNO * IMPORTING * INFO_LINE = TABLES DM40V_TAB = DM40V_TAB DM41S_TAB = DM41S_TAB EXCEPTIONS NO_VERSION = 01.

SVRS_GET_VERSION_UDMO_40 CALL FUNCTION 'SVRS_GET_VERSION_UDMO_40' EXPORTING OBJECT_NAME = OBJNAME VERSNO = VERSNO * IMPORTING * INFO_LINE = TABLES DM40V_TAB = DM40V_TAB DM41S_TAB = DM41S_TAB EXCEPTIONS NO_VERSION = 01.



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