SATC_WL_HEAD - "Worklist": Header (transactional data)
"Worklist": Header (transactional data) information is stored in SAP table SATC_WL_HEAD.
It is part of development package SATC_ABAP_CHECK_WL in software component BC-DWB-TOO-ATF. This development package consists of objects that can be grouped under "INTERNAL: - *NO* REUSE - Worklist".
It is part of development package SATC_ABAP_CHECK_WL in software component BC-DWB-TOO-ATF. This development package consists of objects that can be grouped under "INTERNAL: - *NO* REUSE - Worklist".
Fields for table SATC_WL_HEAD
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
WORKLIST_ID | Unique ID - hex 16 - raw format | X | SATC_D_ID | RAW | 16 | |
FLAVOR | Flavor | SATC_D_AC_FLAVOR | CHAR | 2 | ||
CHK_PROFILE_NAME | Name of check variant used by check run | SATC_D_AC_CHK_PROFILE_NAME | CHAR | 60 | ||
EXPIRES_ON | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC | 8 | ||
MERGED_ON | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC | 8 | ||
MERGE_LEVEL | Merge level | SATC_D_WL_MERGE_LEVEL | INT4 | 4 | ||
CONTEXT_CHECKSUM | Checksum based on CRC32 | SATC_D_CRC32 | INT4 | 4 | ||
CHANGED_ON | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC | 8 | ||
CREATED_BY | Person that created the element(s) | SABP_D_CREATE_BY | CHAR | 24 | ||
IS_VALID | Boolean Variable (X=True, Space=False) | SAP_BOOL | CHAR | 2 |