SAP Authorizations RS_ABAP_SOURCE_SCAN

Direkt zum Seiteninhalt
RS_ABAP_SOURCE_SCAN
Use table editing authorization objects
For the configuration, you must first enable encryption and, if necessary, signing in the SAPConnect administration. To do this, go to Settings > Outgoing Messages > Settings on the Signing & Encryption tab of the SCOT transaction. Note that the activation only enables the encryption or signature of emails; whether this is actually done always controls the sending application.

You want to secure access to the application server files? Find out what the S_DATASET and S_PATH authorization objects offer, what limitations are, and what pitfalls are lurking. Access to the application server's files is protected by kernel-built permission checks, similar to how transactions and RFC function blocks are started. SAP's proposed permissions for the S_DATASET authorization object do not provide much help, and S_PATH has virtually no information, because you must activate this authorization object only by customising the SPTH table. Often the permissions to S_DATASET are too generous, the SPTH table is not well maintained and S_PATH is not used at all. Here we show you how these permissions work and how you can restrict them.
THE "TOP SEVEN"
The call to your implementation of the BAdIs is the last step in the process of storing user data. This applies to all transactions or function blocks that make changes to user data. Therefore, the BAdI is also called during maintenance by the BAPI BAPI_USER_CHANGE. You use this BAPI when you implement a password reset self-service as described in Tip 52, "Reset Passwords by Self-Service." This enables encrypted e-mail delivery of initial passwords within a self-service framework.

Any deviation from the defined process must be fully documented and justified. This is because it is precisely deviations from the standard case that are of great interest to an auditor, as the auditor must determine whether a deviation could have an impact on the correctness of the data.

"Shortcut for SAP systems" is a tool that enables the assignment of authorizations even if the IdM system fails.

At www.sap-corner.de you will also find a lot of useful information on the subject of SAP authorizations.

Specify which module or feature set this role should be responsible for.

To do this, go to Settings > Outgoing Messages > Settings on the Signing & Encryption tab of the SCOT transaction.
SAP Corner
Zurück zum Seiteninhalt