SAP Reports / Programs

RDD25UDM SAP ABAP Report - Forms for Entity Views (called externally from SAPMSD2x and SAPMSU10)







RDD25UDM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for RDD25UDM contains the FORMs that are required for entity views (inheriting, assigning ...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RDD25UDM 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 RDD25UDM. "Basic submit
SUBMIT RDD25UDM AND RETURN. "Return to original report after report execution complete
SUBMIT RDD25UDM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Forms for Entity Views (called externally from SAPMSD2x and SAPMSU10)
Text Symbol: 008 = Entview
Text Symbol: 009 = Inherit
Text Symbol: 011 = Spec
Text Symbol: 013 = Spec
Text Symbol: 014 = Gen
Text Symbol: 007 = the entity view?
Text Symbol: 001 = Delete unassigned view
Text Symbol: 002 = Entity view
Text Symbol: 003 = Entity view
Text Symbol: 004 = Inherit
Text Symbol: 005 = Delete entity view
Text Symbol: 006 = Do you wish to delete


INCLUDES used within this REPORT RDD25UDM

INCLUDE RDDAGG00.
INCLUDE MSD2XUDA.


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:

STRING_CONCATENATE CALL FUNCTION 'STRING_CONCATENATE' EXPORTING STRING1 = ENTV_PREFIX STRING2 = ENTID IMPORTING STRING = VIEWNAME.

STRING_CONCATENATE CALL FUNCTION 'STRING_CONCATENATE' EXPORTING STRING1 = ENTV_PREFIXN STRING2 = ENTITY IMPORTING STRING = VIEWNAME.

POPUP_TO_CONFIRM_WITH_VALUE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' * EXPORTING * DEFAULTOPTION = 'N' * TITEL = 'Entitätsview löschen'(005) * TEXT_BEFORE = 'Möchten Sie den Entitätsview'(006) * OBJECTVALUE = TDI01-VIEWNAME * TEXT_AFTER = 'löschen?'(007) * IMPORTING * ANSWER = ANSWER.

STRING_CONCATENATE CALL FUNCTION 'STRING_CONCATENATE' EXPORTING STRING1 = PROTNAME STRING2 = OBJECT_TYPE IMPORTING STRING = PROTNAME.

STRING_CONCATENATE CALL FUNCTION 'STRING_CONCATENATE' EXPORTING STRING1 = PROTNAME STRING2 = OBJECT_NAME IMPORTING STRING = PROTNAME.



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