Frequently Asked Questions
The RSECTAB table stores encrypted passwords used in transactions like SM59, SOAMANAGER, and SICF.
You need database access to perform a SELECT
on the RSECTAB
table. The DATA
field is a hexadecimal string that can be decrypted using this tool. Do not use SE16 or SE16N to view the data as it will be truncated.
If the system uses the Default Key, no key is needed. If it uses an Individual Key, you must provide it.
Use the SECSTORE
transaction to check the encryption type and key location. Individual keys are stored in the file system, either in SecStoreDBKey.pse
(plain format) or SSFS_SID.DAT
(encrypted format). Use the SSFS DAT Decoder to decode the key if needed.
Yes. The SAP ABAP SecStore Decryptor can generate an ABAP program to retrieve the passwords directly. You only need the IDENT, e.g., /RFC/NAME_OF_YOUR_RFC
.