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

RADDREX2 SAP ABAP Report - DD: Data Element Renaming During Shadow Upgrade: Phase 2







RADDREX2 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 RADDREX2 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 RADDREX2. "Basic submit
SUBMIT RADDREX2 AND RETURN. "Return to original report after report execution complete
SUBMIT RADDREX2 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: Data Element Renaming During Shadow Upgrade: Phase 2
Text Symbol: 010 = XPRA Executed Successfully
Text Symbol: 011 = XPRA Supplies a Return Code:
Text Symbol: 012 = Proposed Name Not Valid
Text Symbol: 013 = Rename in SMOD/CMOD Tables
Text Symbol: 014 = Rename in Translation Memory
Text Symbol: 015 = Rename in Version Management
Text Symbol: 016 = Number of Data Elements to Be Renamed for Docu
Text Symbol: 001 = XPRA for Renaming Conflicting Data Elements
Text Symbol: 002 = Number of Data Elements to Be Renamed:
Text Symbol: 003 = ->
Text Symbol: 004 = Rename in DD Tables
Text Symbol: 005 = Rename in TW Tables
Text Symbol: 006 = Rename in Other Basis Tables
Text Symbol: 007 = Rename in Docu Tables
Text Symbol: 008 = Rename in Application Tables


INCLUDES used within this REPORT RADDREX2

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.

TRINT_REPLACE_DTEL_NAME_WBO CALL FUNCTION 'TRINT_REPLACE_DTEL_NAME_WBO' EXPORTING IV_DTEL_NAME_OLD = dddtrenupg_tab-name_old IV_DTEL_NAME_NEW = dddtrenupg_tab-name_new 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_BS CALL FUNCTION 'DD_DTELRENAME_BS' EXPORTING OLD_NAME = dddtrenupg_tab-name_old NEW_NAME = dddtrenupg_tab-name_new UPDATE = 'X' RENAME_CATT = space " uh,mh 19/20.06.2002

DD_DTELRENAME_AP CALL FUNCTION 'DD_DTELRENAME_AP' EXPORTING OLD_NAME = dddtrenupg_tab-name_old NEW_NAME = dddtrenupg_tab-name_new UPDATE = 'X' TABLES PROTTAB = prottab.

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.

DB_CREATE_INDEX CALL FUNCTION 'DB_CREATE_INDEX' EXPORTING DBINDEX = 'CATP______PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'CATP' TABLES DDFLDNAMES = COLUMN_LIST EXCEPTIONS INDEX_EXISTS = 1 INDEX_NOT_CREATED = 2 PROGRAM_NOT_GENERATED = 3 PROGRAM_NOT_WRITTEN = 4 TABLE_DOES_NOT_EXIST = 5 OTHERS = 6.

DB_CREATE_INDEX CALL FUNCTION 'DB_CREATE_INDEX' EXPORTING DBINDEX = 'EDSAPPL___PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'EDSAPPL' TABLES DDFLDNAMES = COLUMN_LIST EXCEPTIONS INDEX_EXISTS = 1 INDEX_NOT_CREATED = 2 PROGRAM_NOT_GENERATED = 3 PROGRAM_NOT_WRITTEN = 4 TABLE_DOES_NOT_EXIST = 5 OTHERS = 6.

DB_CREATE_INDEX CALL FUNCTION 'DB_CREATE_INDEX' EXPORTING DBINDEX = 'MCSHIERK__PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'MCSHIERK' TABLES DDFLDNAMES = COLUMN_LIST EXCEPTIONS INDEX_EXISTS = 1 INDEX_NOT_CREATED = 2 PROGRAM_NOT_GENERATED = 3 PROGRAM_NOT_WRITTEN = 4 TABLE_DOES_NOT_EXIST = 5 OTHERS = 6.

DB_CREATE_INDEX CALL FUNCTION 'DB_CREATE_INDEX' EXPORTING DBINDEX = 'SETDTEL___PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'SETDTEL' TABLES DDFLDNAMES = COLUMN_LIST EXCEPTIONS INDEX_EXISTS = 1 INDEX_NOT_CREATED = 2 PROGRAM_NOT_GENERATED = 3 PROGRAM_NOT_WRITTEN = 4 TABLE_DOES_NOT_EXIST = 5 OTHERS = 6.

DB_CREATE_INDEX CALL FUNCTION 'DB_CREATE_INDEX' EXPORTING DBINDEX = 'SETHEADER_PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'SETHEADER' TABLES DDFLDNAMES = COLUMN_LIST EXCEPTIONS INDEX_EXISTS = 1 INDEX_NOT_CREATED = 2 PROGRAM_NOT_GENERATED = 3 PROGRAM_NOT_WRITTEN = 4 TABLE_DOES_NOT_EXIST = 5 OTHERS = 6.

DB_CREATE_INDEX CALL FUNCTION 'DB_CREATE_INDEX' EXPORTING DBINDEX = 'T802G_____PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'T802G' TABLES DDFLDNAMES = COLUMN_LIST EXCEPTIONS INDEX_EXISTS = 1 INDEX_NOT_CREATED = 2 PROGRAM_NOT_GENERATED = 3 PROGRAM_NOT_WRITTEN = 4 TABLE_DOES_NOT_EXIST = 5 OTHERS = 6.

DB_CREATE_INDEX CALL FUNCTION 'DB_CREATE_INDEX' EXPORTING DBINDEX = 'TKEF______PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'TKEF' TABLES DDFLDNAMES = COLUMN_LIST EXCEPTIONS INDEX_EXISTS = 1 INDEX_NOT_CREATED = 2 PROGRAM_NOT_GENERATED = 3 PROGRAM_NOT_WRITTEN = 4 TABLE_DOES_NOT_EXIST = 5 OTHERS = 6.

DB_CREATE_INDEX CALL FUNCTION 'DB_CREATE_INDEX' EXPORTING DBINDEX = 'TKES______PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'TKES' TABLES DDFLDNAMES = COLUMN_LIST EXCEPTIONS INDEX_EXISTS = 1 INDEX_NOT_CREATED = 2 PROGRAM_NOT_GENERATED = 3 PROGRAM_NOT_WRITTEN = 4 TABLE_DOES_NOT_EXIST = 5 OTHERS = 6.

DB_CREATE_INDEX CALL FUNCTION 'DB_CREATE_INDEX' EXPORTING DBINDEX = 'TRSTHV____PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'TRSTHV' TABLES DDFLDNAMES = COLUMN_LIST EXCEPTIONS INDEX_EXISTS = 1 INDEX_NOT_CREATED = 2 PROGRAM_NOT_GENERATED = 3 PROGRAM_NOT_WRITTEN = 4 TABLE_DOES_NOT_EXIST = 5 OTHERS = 6.

DB_CREATE_INDEX





CALL FUNCTION 'DB_CREATE_INDEX' EXPORTING DBINDEX = 'TRSTHVT___PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'TRSTHVT' TABLES DDFLDNAMES = COLUMN_LIST EXCEPTIONS INDEX_EXISTS = 1 INDEX_NOT_CREATED = 2 PROGRAM_NOT_GENERATED = 3 PROGRAM_NOT_WRITTEN = 4 TABLE_DOES_NOT_EXIST = 5 OTHERS = 6.

DB_DROP_INDEX CALL FUNCTION 'DB_DROP_INDEX' EXPORTING DBINDEX = 'CATP______PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'CATP' EXCEPTIONS INDEX_NOT_DROPPED = 1 PROGRAM_NOT_GENERATED = 2 PROGRAM_NOT_WRITTEN = 3 OTHERS = 4.

DB_DROP_INDEX CALL FUNCTION 'DB_DROP_INDEX' EXPORTING DBINDEX = 'EDSAPPL___PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'EDSAPPL' EXCEPTIONS INDEX_NOT_DROPPED = 1 PROGRAM_NOT_GENERATED = 2 PROGRAM_NOT_WRITTEN = 3 OTHERS = 4.

DB_DROP_INDEX CALL FUNCTION 'DB_DROP_INDEX' EXPORTING DBINDEX = 'MCSHIERK__PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'MCSHIERK' EXCEPTIONS INDEX_NOT_DROPPED = 1 PROGRAM_NOT_GENERATED = 2 PROGRAM_NOT_WRITTEN = 3 OTHERS = 4.

DB_DROP_INDEX CALL FUNCTION 'DB_DROP_INDEX' EXPORTING DBINDEX = 'SETDTEL___PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'SETDTEL' EXCEPTIONS INDEX_NOT_DROPPED = 1 PROGRAM_NOT_GENERATED = 2 PROGRAM_NOT_WRITTEN = 3 OTHERS = 4.

DB_DROP_INDEX CALL FUNCTION 'DB_DROP_INDEX' EXPORTING DBINDEX = 'SETHEADER_PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'SETHEADER' EXCEPTIONS INDEX_NOT_DROPPED = 1 PROGRAM_NOT_GENERATED = 2 PROGRAM_NOT_WRITTEN = 3 OTHERS = 4.

DB_DROP_INDEX CALL FUNCTION 'DB_DROP_INDEX' EXPORTING DBINDEX = 'T802G_____PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'T802G' EXCEPTIONS INDEX_NOT_DROPPED = 1 PROGRAM_NOT_GENERATED = 2 PROGRAM_NOT_WRITTEN = 3 OTHERS = 4.

DB_DROP_INDEX CALL FUNCTION 'DB_DROP_INDEX' EXPORTING DBINDEX = 'TKEF______PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'TKEF' EXCEPTIONS INDEX_NOT_DROPPED = 1 PROGRAM_NOT_GENERATED = 2 PROGRAM_NOT_WRITTEN = 3 OTHERS = 4.

DB_DROP_INDEX CALL FUNCTION 'DB_DROP_INDEX' EXPORTING DBINDEX = 'TKES______PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'TKES' EXCEPTIONS INDEX_NOT_DROPPED = 1 PROGRAM_NOT_GENERATED = 2 PROGRAM_NOT_WRITTEN = 3 OTHERS = 4.

DB_DROP_INDEX CALL FUNCTION 'DB_DROP_INDEX' EXPORTING DBINDEX = 'TRSTHV____PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'TRSTHV' EXCEPTIONS INDEX_NOT_DROPPED = 1 PROGRAM_NOT_GENERATED = 2 PROGRAM_NOT_WRITTEN = 3 OTHERS = 4.

DB_DROP_INDEX CALL FUNCTION 'DB_DROP_INDEX' EXPORTING DBINDEX = 'TRSTHVT___PUT' PRID = -1 " -> keine Protokollierung TABNAME = 'TRSTHVT' EXCEPTIONS INDEX_NOT_DROPPED = 1 PROGRAM_NOT_GENERATED = 2 PROGRAM_NOT_WRITTEN = 3 OTHERS = 4.



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