SAP ABAP Function Module DB_DELETE_POOLTAB_S (Generates SQL code for deleting pooled tables from the table pool)
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_DELETE_POOLTAB_S Generates SQL code for deleting pooled tables from the table pool  
Function Group SDB2   Database catalog accesses  
Program Name SAPLSDB2    
INCLUDE Name LSDB2U34    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting GENPROG TYPE TRDIR-NAME Name of generated program
Exporting SUBRC TYPE SYST-SUBRC Subrc
Importing DBSYS TYPE SYST-DBSYS SY-DBSYS Name of database for which code is generated
Importing NO_EXEC TYPE SPACE Flag: SPACE do not execute, 'X' execute
Importing PRID TYPE SYST-TABIX 0
Importing PROGNAME TYPE TRDIR-NAME SPACE Name of program with Exec-Sql statements
Importing SQLTAB TYPE DD06L-SQLTAB Name of phys. table pool on the database
Importing TABNAME TYPE DD02L-TABNAME Name of log. pooled table
Tables STATEMENTS TYPE   If EXEC_MODE = 'X': delete on database failed
Exception NOT_EXECUTED TYPE Program was not executed
Exception PROGRAM_NOT_GENERATED TYPE Program was not generated
Exception PROGRAM_NOT_WRITTEN TYPE Program could not be written
Exception TABLE_ENTRIES_NOT_DELETED TYPE If EXEC_MODE = 'X': delete on database failed
               
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