Frequently Asked Questions
Can an ABAP program be written to restore passwords from the SecStore?
Yes, it is possible. However, the Kernel has embedded access control, and the appropriate permissions are required to access the data. This tool can generate the necessary program and permissions for you. This method is particularly useful when you do not have direct access to the database, but can create ABAP reports.
What are some examples of IDENT
values?
/RFC/<RFC_NAME>
/SRT/<CONFIG/CONFIG_ID>
/ICF/<ICF_ID>
Where is the access control for the ABAP SecStore
stored?
The access control is stored in the RSECACTB
table. The generated ABAP programs create a temporary record in this table and delete it upon completion.