| Column | Field | Description | SQL Type | Length | Decimals | Relation | Default Value | Constraints | SQL Create Statement |
---|
| 1 | MANDT | Client | nvarchar | 3 | 0 | | | | Allow NULL? |
| 2 | DB_KEY | NodeID | varbinary | 16 | 0 | | | | |
| 3 | ROOT_KEY | NodeID | varbinary | 16 | 0 | | | | |
| 4 | PARENT_KEY | NodeID | varbinary | 16 | 0 | | | | |
| 5 | DATETIME_CR | Date/Time of Item Creation | decimal | 15 | 0 | | | | |
| 6 | USER_ID_CR | Object Created By | nvarchar | 12 | 0 | | | | Allow NULL? |
| 7 | DATETIME_CH | Date/Time of Item Change | decimal | 15 | 0 | | | | |
| 8 | USER_ID_CH | Object Changed By | nvarchar | 12 | 0 | | | | Allow NULL? |
| 9 | STEP_CODE | Investigation Step | nvarchar | 21 | 0 | | | | Allow NULL? |
| 10 | STEP_SEQ_NUM | Investigation Step Sequence Number | tinyint | 3 | 0 | | | | |
| 11 | STEP_CATEGORY | Investigation Step Category | nvarchar | 21 | 0 | | | | Allow NULL? |
| 12 | EXECUTOR_ID | ID of Person Responsible for Investigation Step | nvarchar | 13 | 0 | | | | Allow NULL? |
| 13 | DEADLINE_DATE | Due Date for Investigation Step | nvarchar | 8 | 0 | | | | Allow NULL? |
| 14 | COMPLETION_DATE | Completion Date for Investigation Step | nvarchar | 8 | 0 | | | | Allow NULL? |
| 15 | STEP_STATUS | Investigation Step Status | nvarchar | 2 | 0 | | | | Allow NULL? |
| 16 | OFFLINE_IND | Offline Investigation Step | char | 1 | 0 | | | | Allow NULL? |
| 17 | FORM_NAME | Form Name for Investigation Step | nvarchar | 20 | 0 | | | | Allow NULL? |
| 18 | REMARK_KEY_REF | NodeID | varbinary | 16 | 0 | | | | |
| 19 | MANDATORY_IND | Mandatory Indicator for Investigation Step | char | 1 | 0 | | | | Allow NULL? |
| 20 | EEW_INC_INSTP_D | Dummy function in length 1 | char | 1 | 0 | | | | Allow NULL? |