SAP ABAP Function Module DB_RENAME_TABLE_S (like DB_RENAME_TABLE, but returns the statements to the calling program)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDIC (Package) ABAP Dictionary
Basic Data
Function Module DB_RENAME_TABLE_S like DB_RENAME_TABLE, but returns the statements to the calling program  
Function Group SDB2   Database catalog accesses  
Program Name SAPLSDB2    
INCLUDE Name LSDB2U37    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting GENPROG TYPE TRDIR-NAME Actual name of the generated program
Importing DBSYS TYPE SYST-DBSYS SY-DBSYS DBS for which program is generated
Importing NO_EXEC TYPE SPACE X: Do not execute generated program
Importing PRID TYPE SYST-TABIX 0
Importing TOLERANT TYPE DDREFSTRUC-BOOL ' ' X: No error if target table exists
Importing PROGNAME TYPE TRDIR-NAME SPACE Name of generated program
Importing TABNAME_NEW TYPE DD02L-TABNAME Table name
Importing TABNAME_OLD TYPE DD02L-TABNAME Name of the index to be created on the DB
Importing LINK_ALLOWED TYPE DDREFSTRUC-BOOL ' '
Tables STATEMENTS TYPE   Table of the generated statements
Exception NEW_TABLE_EXISTS TYPE Index already exists
Exception OLD_TABLE_DOES_NOT_EXIST TYPE Table does not exist
Exception PROGRAM_NOT_GENERATED TYPE Program could not be generated
Exception PROGRAM_NOT_WRITTEN TYPE Program could not be written
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19950113 
SAP Release Created in