SSOI_BG_STMTS - SSOI objects lifecycle: SQL statements
SSOI objects lifecycle: SQL statements information is stored in SAP table SSOI_BG_STMTS.
It is part of development package SOI_CORE in software component BC-UPG-SOI. This development package consists of objects that can be grouped under "Core functionality such as logging".
It is part of development package SOI_CORE in software component BC-UPG-SOI. This development package consists of objects that can be grouped under "Core functionality such as logging".
Fields for table SSOI_BG_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 |