SAP ABAP Function Module DB_DROP_TABLE_S (As DB_DROP_TABLE, basically returns the generated statements)
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_DROP_TABLE_S As DB_DROP_TABLE, basically returns the generated statements  
Function Group SDB2   Database catalog accesses  
Program Name SAPLSDB2    
INCLUDE Name LSDB2U22    
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
Exporting SUBRC TYPE SYST-SUBRC 0: deleted; 4: table does not exist
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 PROGNAME TYPE TRDIR-NAME SPACE Name of the generated program ($LISTE: screen display)
Importing TABNAME TYPE DD02L-TABNAME Name of the table
Importing DDHEAD TYPE DDHEADER DB/DD-relevante Zusatzinformationen für Verteilung
Importing DB_CHECK_FLAG TYPE SPACE
Importing STORSAVE_UNDER_TABNAME TYPE DD02L-TABNAME SPACE Speicherparameter werden vermerkt unter gegebenen Tabellennamen
Tables STATEMENTS TYPE   Table of the generated statements
Exception PROGRAM_NOT_GENERATED TYPE Program could not be generated
Exception PROGRAM_NOT_WRITTEN TYPE Program could not be written
Exception TABLE_NOT_DROPPED TYPE Error when deleting the table
Exception STORAGE_NOT_DETERMINATED TYPE Speicherparameter können nicht ermittelt werden
               
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