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

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







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

INCLUDE RADBTOUM.


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' EXPORTING UPGRADE_MODE = 'X' 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 CHANGED_AT = CHANGED_AT UPDATE = 'X' 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 EXCEPTIONS SYSTEM_NOT_PREPARED = 1 NO_AUTHORIZATION = 2 DTEL_NAME_OLD_TOO_LONG = 3 DB_ACCESS_ERROR = 4.

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.

SUBST_GET_DESTRELEASE CALL FUNCTION 'SUBST_GET_DESTRELEASE' IMPORTING EV_DESTRELEASE = SAP_RELEASE EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

SUBST_GET_SAPRELEASE CALL FUNCTION 'SUBST_GET_SAPRELEASE' IMPORTING EV_SAPRELEASE = SAP_RELEASE EXCEPTIONS NO_SVERS_ENTRY = 1 OTHERS = 2.

TRINT_CREATE_REN_DTEL_COMMFILE CALL FUNCTION 'TRINT_CREATE_REN_DTEL_COMMFILE' EXPORTING KORR_NAME = TRKORR_NAME TEXT = TRKORR_TEXT IMPORTING RC = RC TABLES OBJ_TAB = RENAMED_DTEL_TAB EXCEPTIONS OTHERS = 1.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' " früher: 'append_protocol' EXPORTING ACCEPT_NOT_INIT = 'X' TABLES XMSG = SPROT_U_TAB.

STRF_SETNAME CALL FUNCTION 'STRF_SETNAME' EXPORTING DIRTYPE = GC_ACTTYPE FILENAME = GV_PROTLIST SUBDIR = GC_SUBPROT IMPORTING FILE = PROT_FILE.

SUBST_APPEND_PROTOCOL CALL FUNCTION 'SUBST_APPEND_PROTOCOL' EXPORTING L_LEVEL = LEVEL L_SEVERITY = SEVERITY L_MSAG = ARBGB L_MSGNR = MSGNR L_NEWOBJ = NEWOBJ L_V1 = L_VAR1 L_V2 = L_VAR2 L_V3 = L_VAR3 L_V4 = L_VAR4 TABLES P_TAB = PROT_TAB.

SUBST_WRITE_PROTOCOL CALL FUNCTION 'SUBST_WRITE_PROTOCOL' EXPORTING ACTTYPE = GC_ACTTYPE IFNAME = PROT_FILE IMPORTING EFNAME = PROT_FILE TABLES P_TAB = PROT_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 RADDREXE or its description.