SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

RADDTREN SAP ABAP Report - DD: XPRA for Renaming Data Elements In-House







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


Text pool values


Title: DD: XPRA for Renaming Data Elements In-House
Text Symbol: 016 = Number of data elements to be renamed for docu
Text Symbol: 015 = Rename in version management
Text Symbol: 014 = Rename in translation memory
Text Symbol: 013 = Rename in SMOD/CMOD tables
Text Symbol: 012 = Proposed name not valid
Text Symbol: 011 = XPRA supplies a return code:
Text Symbol: 010 = XPRA executed successfully
Text Symbol: 008 = Rename in application tables
Text Symbol: 007 = Rename in docu tables
Text Symbol: 006 = Rename in other Basis tables
Text Symbol: 005 = Rename in TW tables
Text Symbol: 004 = Rename in DD tables
Text Symbol: 003 = ->
Text Symbol: 002 = Number of data elements to be renamed:
Text Symbol: 001 = XPRA for renaming conflicting data elements


INCLUDES used within this REPORT RADDTREN

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:

DD_DTELRENAME_AUTH CALL FUNCTION 'DD_DTELRENAME_AUTH' EXCEPTIONS SYSTEM_NOT_PREPARED = 1 NO_AUTHORIZATION = 2.

DD_DTELRENAME_COMPUTE CALL FUNCTION 'DD_DTELRENAME_COMPUTE' IMPORTING NUMBER = NR TABLES RENAME_SET = DTELRENAME_TAB.

DD_DTELRENAME_DD CALL FUNCTION 'DD_DTELRENAME_DD' EXPORTING OLD_NAME = DTELRENAME_TAB-OLDNAME NEW_NAME = DTELRENAME_TAB-NEWNAME UPDATE = 'X' TABLES PROTTAB = PROTTAB.

DD_DTELRENAME_DD_NTAB CALL FUNCTION 'DD_DTELRENAME_DD_NTAB' EXPORTING OLD_NAME = DTELRENAME_TAB-OLDNAME NEW_NAME = DTELRENAME_TAB-NEWNAME UPGRADE_MODE = ' ' TABLES PROTTAB = PROTTAB.

DD_DTELRENAME_BS CALL FUNCTION 'DD_DTELRENAME_BS' EXPORTING OLD_NAME = DTELRENAME_TAB-OLDNAME NEW_NAME = DTELRENAME_TAB-NEWNAME UPDATE = 'X' TABLES PROTTAB = PROTTAB.

TRINT_REPLACE_DTEL_NAME_WBO CALL FUNCTION 'TRINT_REPLACE_DTEL_NAME_WBO' EXPORTING IV_DTEL_NAME_OLD = DTELRENAME_TAB-OLDNAME IV_DTEL_NAME_NEW = DTELRENAME_TAB-NEWNAME UPDATE = 'X' TABLES PROTTAB = PROTTAB CMDF_TAB = CMDF_TAB " --- uh, 02.09.97

DD_DTELRENAME_AP CALL FUNCTION 'DD_DTELRENAME_AP' EXPORTING OLD_NAME = DTELRENAME_TAB-OLDNAME NEW_NAME = DTELRENAME_TAB-NEWNAME UPDATE = 'X' TABLES PROTTAB = PROTTAB.

SVRS_RENAME_VERSIONS_DTEL CALL FUNCTION 'SVRS_RENAME_VERSIONS_DTEL' EXPORTING PI_OLDNAME = DTELRENAME_TAB-OLDNAME PI_NEWNAME = DTELRENAME_TAB-NEWNAME TABLES PROTTAB = PROTTAB EXCEPTIONS NEW_VERSIONS_ALREADY_EXISTING = 1.

APPEND_PROTOCOL CALL FUNCTION 'APPEND_PROTOCOL' EXPORTING ACCEPT_NOT_INIT = 'X' TABLES XMSG = SPROT_U_TAB.



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