SAP ABAP Function Module DB_GET_ALL_INDEXES (Supplies all indexes from the database together with the table names)
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_GET_ALL_INDEXES Supplies all indexes from the database together with the table names  
Function Group SDB1   Database catalog accesses  
Program Name SAPLSDB1    
INCLUDE Name LSDB1U16    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting SUBRC TYPE SYST-SUBRC 0: OK; 4: no table; 8: no fields
Importing UNIQUE_ONLY TYPE DDREFSTRUC-FLAG SPACE X: only unique indexes (currently only ORA and INF)
Tables ALL_INDEXES TYPE DBOBJECT Definitions of the DB table fields
               
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  19950222 
SAP Release Created in