REENTRANCETICKET - Storage of reentrance tickets (short-lived, one-time usage)
Storage of reentrance tickets (short-lived, one-time usage) information is stored in SAP table REENTRANCETICKET.
It is part of development package SUSR_KRN in software component BC-SEC-LGN. This development package consists of objects that can be grouped under "User Administration Tables Used Kernel-Side".
It is part of development package SUSR_KRN in software component BC-SEC-LGN. This development package consists of objects that can be grouped under "User Administration Tables Used Kernel-Side".
Fields for table REENTRANCETICKET
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
ID | ID for persistence of reentrance tickets (context) | X | REENTRANCETICKET_CONTEXT_ID | RAW | 32 | |
CLIENT | Client | MANDT | CLNT | 6 | ||
USERID | User Name in User Master Record | XUBNAME | CHAR | 24 | ||
EOL_TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC | 8 | ||
HMAC | Hash or HMAC Value Up to 512 Bits | HASH512_RAW | RAW | 64 | ||
LANGUAGE | Language ID | LANG | LANG | 2 |