SLC_SQL_STMTS - DDIC objects lifecycle: SQL statements
DDIC objects lifecycle: SQL statements information is stored in SAP table SLC_SQL_STMTS.
It is part of development package SLC_ROOT in software component BC-DWB-DIC-AC. This development package consists of objects that can be grouped under "ABAP Dictionary: Objects relevant for Lifecycle management".
It is part of development package SLC_ROOT in software component BC-DWB-DIC-AC. This development package consists of objects that can be grouped under "ABAP Dictionary: Objects relevant for Lifecycle management".
Fields for table SLC_SQL_STMTS
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| TASK_ID | Grouping based on execution unit | X | CHAR | 120 | ||
| TASK_SEQUENCE | Order of execution within a TASK_ID | X | INT4 | 4 | ||
| OBJECT_NAME | Name of the ABAP Dictionary object | X | OBJECTNAME | CHAR | 60 | |
| STMT_SEQUENCE | Statement number within task sequence per object name | X | INT4 | 4 | ||
| IS_REVOKE_STMT | Boolean Variable (X = True, - = False, Space = Unknown) | X | BOOLEAN | CHAR | 2 | |
| LOGICAL_STMT | Logical statement | CHAR | 60 | |||
| SQL_STMT | SQL statement | STRG | 8 | |||
| STMT_PARAM | SQL statement parameters (like index id, field names) | STRG | 8 | |||
| STMT_STATUS | Activation State of Repository Object | AS4LOCAL | CHAR | 2 | ||
| DO_COMMIT | Control flag for DB-Commit ('X' = commmit the statement) | CHAR | 2 | |||
| DO_MOVE_NTAB | Control flag for Move Nametab ('X' = Move Nametab) | CHAR | 2 | |||
| IGNORE_ERROR_LIST | Errors to ignore | STRG | 8 | |||
| CREATE_USER | Last Changed By | AS4USER | CHAR | 24 | ||
| CREATE_DATE | Last Changed On | AS4DATE | DATS | 16 | ||
| CREATE_TIME | Last changed at | AS4TIME | TIMS | 12 |