USR_TOTP - TOTP user data
TOTP user data information is stored in SAP table USR_TOTP.
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 USR_TOTP
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
MANDT | Client | X | MANDT | CLNT | 6 | |
BNAME | User Name in User Master Record | X | XUBNAME | CHAR | 24 | |
DEVICEID | Device ID for TOTP | X | USR_TOTP_DEVICEID | INT4 | 4 | |
ACTIVE | TOTP activation status | X | USR_TOTP_ACTIVE | CHAR | 2 | |
ENCSEED | Encrypted TOTP Seed | USR_TOTP_ENCSEED | CHAR | 510 | ||
ENCALG | Encryption algorithm used to encrypt TOTP seed | USR_TOTP_ENCALG | CHAR | 20 | ||
DIGITS | Digits for TOTP | USR_TOTP_DIGITS | INT1 | 1 | ||
STEP_SECONDS | Time step for TOTP | USR_TOTP_STEP_SECONDS | INT1 | 1 | ||
DELAY | Acceptable number of TOTP delay windows | USR_TOTP_DELAY | INT1 | 1 | ||
HASHALG | Hash algorithm to calculate TOTP | USR_TOTP_HASHALG | CHAR | 20 | ||
PASSPHRASEHASH | Password Hash Value (Various Algorithms and Codings) | PWD_HASH_STRING | CHAR | 510 | ||
MDATE | Modification date | XUMODDATE | DATS | 16 | ||
MTIME | Modification time | XUMODTIME | TIMS | 12 | ||
LOCNT | Number of failed logon attempts | XULOCNT | INT1 | 1 | ||
LOCKED_UNTIL | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC | 8 |