SAP ABAP Function Module DB_STORAGE_SAVE (Provides storage clause for tables and indexes)
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_STORAGE_SAVE Provides storage clause for tables and indexes  
Function Group SDB2   Database catalog accesses  
Program Name SAPLSDB2    
INCLUDE Name LSDB2U51    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing DBSYS TYPE SYST-DBSYS SY-DBSYS Kennung für Datenbankplattform
Importing PRID TYPE SYST-TABIX 0 Protokollkennung
Importing FOR_TABLE_AND_INDEXES TYPE DDREFSTRUC-BOOL SPACE Flag, ob Speicherparameter für die Tabelle und deren Indizes bestimmt werden
Importing TABNAME TYPE DD02L-TABNAME Tabellenname
Importing INDEXNAME TYPE DD12L-INDEXNAME SPACE Kennung eines im DDIC definierten Index
Importing DBINDEX TYPE DD12L-DBINDEX SPACE Name eines Datenbankindex
Importing SOURCE TYPE 'DBS' Quelle, aus der die Speicherparameter bestimmt werden
Importing USEFLAG TYPE DDSTORAGE-USEFLAG SPACE Storage Parameter werden beim Umsetzen/Anlegen verwendet
Importing SAVE_UNDER_TABNAME TYPE DD02L-TABNAME SPACE Alternativer Tabellenname, unter dem die Speicherparameter gesichert werden
Importing CORRECTION TYPE DDREFSTRUC-BOOL 'X' Prüfung bzw. automatische Korrektur der Speicherparameter
Exception IMPORT_ERROR TYPE
Exception MAPPING_ERROR TYPE
Exception DB_ERROR TYPE
Exception UNCOMPLETE_PARAMETER TYPE
Exception PUT_ERROR TYPE
Exception OTHER_ERROR TYPE
               
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  19970425 
SAP Release Created in