Table list used by SAP ABAP Function Module DB6_GET_CATALOG_INFO (DB6: Fill Systables,syscolumns,sysindexes for a Given Object (Table/Index))
SAP ABAP Function Module
DB6_GET_CATALOG_INFO (DB6: Fill Systables,syscolumns,sysindexes for a Given Object (Table/Index)) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DB6XPLCOLS | DB6: structure on SYSCAT.COLUMNS | ||
| 2 | DB6XPLCOLS | DB6: structure on SYSCAT.COLUMNS | SOURCE SYSCOLUMNS STRUCTURE DB6XPLCOLS |
|
| 3 | DB6XPLINDX | DB6: structure of SYSCAT.INDEXES | ||
| 4 | DB6XPLINDX | DB6: structure of SYSCAT.INDEXES | SOURCE SYSINDEXES STRUCTURE DB6XPLINDX |
|
| 5 | DB6XPLNODE | DB6: EXPLAIN: syscat.nodegroups+syscat.nodegroupdef | SOURCE SYSNODES STRUCTURE DB6XPLNODE |
|
| 6 | DB6XPLOBJ | DB6: structure of EXPLAIN_OBJECT | SOURCE VALUE(OBJECT_NAME) LIKE DB6XPLOBJ-OBJ_NAME |
|
| 7 | DB6XPLOBJ | DB6: structure of EXPLAIN_OBJECT | SOURCE VALUE(OBJECT_SCHEMA) LIKE DB6XPLOBJ-OBJ_SCHEMA |
|
| 8 | DB6XPLOBJ | DB6: structure of EXPLAIN_OBJECT | SOURCE VALUE(OBJECT_TYPE) LIKE DB6XPLOBJ-OBJ_TYPE DEFAULT 'TA' |
|
| 9 | DB6XPLSTMT | DB6: structure of EXPLAIN_STATEMENT | SOURCE VALUE(EEE_FLAG) TYPE DB6XPLSTMT-DELETABLE |
|
| 10 | DB6XPLTABL | DB6: structure of SYSCAT.TABLES + syscat.tablesapces-ngname | ||
| 11 | DB6XPLTABL | DB6: structure of SYSCAT.TABLES + syscat.tablesapces-ngname | SOURCE SYSTABLES STRUCTURE DB6XPLTABL |
|
| 12 | DBCON | Description of Database Connections | SOURCE VALUE(CONNECTION) TYPE DBCON-CON_NAME OPTIONAL |