IUUC_DB_TAB_KEYS - Override key fields found by CL_IUUC_SQL_TOOLS
Override key fields found by CL_IUUC_SQL_TOOLS information is stored in SAP table IUUC_DB_TAB_KEYS.
It is part of development package CNV_IUUC_DB_CONNECTION in software component CA-LT. This development package consists of objects that can be grouped under "Encapsulation of communication with remote systems non RFC".
It is part of development package CNV_IUUC_DB_CONNECTION in software component CA-LT. This development package consists of objects that can be grouped under "Encapsulation of communication with remote systems non RFC".
Fields for table IUUC_DB_TAB_KEYS
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
DBCON_NAME | Logical name of a database connection | X | DBCON_NAME | CHAR | 60 | |
DB_SCHEMA | Schema Name | X | IUUC_IMDB_SCHEMA | CHAR | 256 | |
INT_TABNAME | Table Name for non-SAP tables | X | DMC_TABNAME_LOWERCASE | CHAR | 60 | |
INT_FIELDNAME | Lowercase Field Name for non-SAP tables | X | DMC_FIELDNAME_LOWERCASE | CHAR | 60 | |
IS_KEY | Boolean Variable (X = True, - = False, Space = Unknown) | BOOLEAN | CHAR | 2 | ||
KEY_POSITION | 2 Byte Signed Integer | INT2 | INT2 | 2 |