SAP ABAP Function Module LIST_TABLE_INDICES (Lists all secondary indexes of a table and optionally also the prim. index)
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 LIST_TABLE_INDICES Lists all secondary indexes of a table and optionally also the prim. index  
Function Group SDD0   DDIC Basis Utilities  
Program Name SAPLSDD0    
INCLUDE Name LSDD0U07    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting R_INDEXNAME TYPE DD12L-INDEXNAME Return: Selected index (identification code)
Exporting R_DBINDEX TYPE DD12L-DBINDEX Rückgabe: vollständiger DB - Indexname
Importing TABNAME TYPE DD12L-SQLTAB Entry: Table name
Importing WITH_PRIMARY_INDEX TYPE ' ' Flag: ' ' only sec. indexes, 'X' with primary index
Exception ILLEGAL_VALUE 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  19950310 
SAP Release Created in