ATO_LOCK_HEADER - Header Entry for Lock of Items
Header Entry for Lock of Items information is stored in SAP table ATO_LOCK_HEADER.
It is part of development package S_ATO_CORE in software component BC-SRV-APS-EXT-SL. This development package consists of objects that can be grouped under "Common Core functions for internal use w/o translation".
It is part of development package S_ATO_CORE in software component BC-SRV-APS-EXT-SL. This development package consists of objects that can be grouped under "Common Core functions for internal use w/o translation".
Fields for table ATO_LOCK_HEADER
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
LOCK_ID | Globally Unique Identifier | X | GUID | RAW | 16 | |
TYPE | Type of the Lock Holder | ATO_LOCK_TYPE | CHAR | 2 | ||
EXTERNAL_ID | External Identifier of an Lock | ATO_LOCK_IDENTIFIER | CHAR | 60 | ||
CREATED_AT | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC | 8 | ||
CREATED_BY | Last Changed By | AS4USER | CHAR | 24 | ||
DELETED_AT | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC | 8 | ||
DELETED_BY | Last Changed By | AS4USER | CHAR | 24 | ||
IS_DELETED | Truth Value: True/False | ABAP_BOOLEAN | CHAR | 2 | ||
CREATED_BY_CLIENT | Client | ATO_CLIENT | CHAR | 6 |