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

RUDVVUE2 SAP ABAP Report - DM Version Display/Compare Entity Types







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


Text pool values


Title: DM Version Display/Compare Entity Types
Text Symbol: H04 = Specializations
Text Symbol: H05 = Additional texts
Text Symbol: H06 = Attributes
Text Symbol: H07 = Table assignment
Text Symbol: HT1 = Version &:
Text Symbol: HT2 = <- Changed (&)
Text Symbol: HT3 = <- only &
Text Symbol: HT4 = <- Moved (&)
Text Symbol: I63 = active
Text Symbol: I64 = modif.
Text Symbol: IR0 = <- Moved (Local)
Text Symbol: IR1 = Remote:
Text Symbol: IR2 = <- Changed (Local)
Text Symbol: IR3 = <- Changed (Remote)
Text Symbol: IR4 = <- Moved (Remote)
Text Symbol: IR5 = Object 2:
Text Symbol: IR6 = <- Changed (Obj. 1)
Text Symbol: IR7 = <- Changed (Obj. 2)
Text Symbol: IR8 = <- only local
Text Symbol: IR9 = <- only remote
Text Symbol: MT1 = Name ;;
Text Symbol: MT2 = Version;;
Text Symbol: MT3 = System ;;
Text Symbol: MT4 = Correction;;
Text Symbol: MT5 = Date ;;
Text Symbol: MT6 = User ;;
Text Symbol: S01 = Entity type header data :
Text Symbol: S02 = Additional texts :
Text Symbol: S03 = Attribute :
Text Symbol: S04 = Tables assignment :
Text Symbol: S05 = Relationships :
Text Symbol: S06 = Specialization categs. :
Text Symbol: S07 = Specializations :
Text Symbol: 031 = Attribute ;;
Text Symbol: 032 = Typ;;
Text Symbol: 033 = Data Element ;;
Text Symbol: 034 = Key;;





Text Symbol: 035 = Lnd;;
Text Symbol: 041 = Entity fr.;;
Text Symbol: 042 = Entity to ;;
Text Symbol: 043 = Rol;;
Text Symbol: 044 = Tmp;;
Text Symbol: 045 = Cat.
Text Symbol: 046 = C1 ;;
Text Symbol: 047 = C2 ;;
Text Symbol: 048 = Short text ;;
Text Symbol: 061 = Short Text ;;
Text Symbol: 062 = Customizing object;;
Text Symbol: 064 = Time-dependent ;;
Text Symbol: 066 = Time unit ;;
Text Symbol: 068 = Graphics long name;;
Text Symbol: 069 = View assignment ;;
Text Symbol: 100 = Entity type ;;
Text Symbol: 101 = Pos;;
Text Symbol: 102 = Alias ;;
Text Symbol: 110 = Spec;;
Text Symbol: 111 = Cmp;;
Text Symbol: 112 = Dis;;
Text Symbol: 113 = Short text ;;
Text Symbol: 120 = Ent.from ;;
Text Symbol: 121 = Spec;;
Text Symbol: 122 = Ent.to ;;
Text Symbol: 140 = Table ;;
Text Symbol: 141 = Short txt ass.;;
Text Symbol: H01 = Entity type hdr. data
Text Symbol: H02 = Relationships
Text Symbol: H03 = Specialization types


INCLUDES used within this REPORT RUDVVUE2

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_UENO_40 CALL FUNCTION 'SVRS_GET_VERSION_UENO_40' EXPORTING DESTINATION = LOG_DEST OBJECT_NAME = OBJNAME VERSNO = VERSNO * IMPORTING * INFO_LINE = TABLES DM02V_TAB = DM02V_TAB DM03S_TAB = DM03S_TAB DM25L_TAB = DM25L_TAB DM26L_TAB = DM26L_TAB DM42V_TAB = DM42V_TAB DM43T_TAB = DM43T_TAB DM45V_TAB = DM45V_TAB DM46S_TAB = DM46S_TAB * DM50S_TAB = dm50s_tab EXCEPTIONS NO_VERSION = 01.

SVRS_GET_VERSION_UENO_40 CALL FUNCTION 'SVRS_GET_VERSION_UENO_40' EXPORTING OBJECT_NAME = OBJNAME VERSNO = VERSNO * IMPORTING * INFO_LINE = TABLES DM02V_TAB = DM02V_TAB DM03S_TAB = DM03S_TAB DM25L_TAB = DM25L_TAB DM26L_TAB = DM26L_TAB DM42V_TAB = DM42V_TAB DM43T_TAB = DM43T_TAB DM45V_TAB = DM45V_TAB DM46S_TAB = DM46S_TAB * DM50S_TAB = dm50s_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 RUDVVUE2 or its description.