Function Module list used by SAP ABAP Program SDBXTEST (Test of SDBx - Function Groups, Generating DDL)
SAP ABAP Program
SDBXTEST (Test of SDBx - Function Groups, Generating DDL) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DB_ALTER_INDEX_STORAGE | Verändert die Speicherparameter eines Index | ||
| 2 | DB_ALTER_TABLE_S | As DB_ALTER_TABLE, also returns the generated statements | ||
| 3 | DB_ALTER_TABLE_STORAGE | Verändert die Speicherparameter einer Tabelle | ||
| 4 | DB_CREATE_INDEX_S | As DB_CREATE_INDEX, also returns the generated statements | ||
| 5 | DB_CREATE_TABLE_S | As DB_CREATE_TABLE, also returns the generated statements | ||
| 6 | DB_DROP_INDEX_S | As DB_DROP_INDEX, basically returns the generated statements | ||
| 7 | DB_DROP_TABLE_S | As DB_DROP_TABLE, basically returns the generated statements | ||
| 8 | DB_EXISTS_INDEX | Checks whether an index is created in the database | ||
| 9 | DB_EXISTS_TABLE | Checks whether a table exists in the database | ||
| 10 | DB_GET_INDEX_FIELDS | Returns field names of a database index | ||
| 11 | DB_GET_TABLE_FIELDS | Returns the description of fields in a database table | ||
| 12 | DB_SET_INDEX_PARAMETER | Berechnen und Ablegen von Index-Speicherparametern in DD12dbs | ||
| 13 | DB_SET_TABLE_PARAMETER | Berechnen und Ablegen von Tabellen-Speicherparametern in DD02dbs | ||
| 14 | DD_INDEX_NAME | Calculates the DB index name from table name and index |