Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Monitoring Security Configuration, from Process Control

plaban_sahoo6
Contributor
0 Likes
806

Hi All,

i have a requirement, to monitor Security settings, using AM in PC

Security Settings

eg. Parameters login*

eg. Critical Auth. object values in roles

Could you suggest, how to achieve this.

Regards

Plaban

3 REPLIES 3
Read only

Former Member
0 Likes
696

Hello Plaban,

If you want to check the critical permission values in roles, you must then create an SOD data source scenario.

When creating the business rule, you must filter the report type table to 04 = critical permission.

What information do you want to see in parameters login?

Best Regards,

Fernando Bassuino

SAP Digital Business Services - GRC

Read only

0 Likes
696

Hi Fernando,

The AM job should check below parameter( some examples are below) values.

login/no_automatic_user_sapstar = 1

login/min_password_lng = 10

rsau/enable =1

SCC4 setting values

Regards

Plaban

Read only

0 Likes
696

Hi Plaban,

You can check these values in ABAP report RSPARAM. Having established that, you can created an ABAP Report Data Source Scenario and adapt to your business needs.

For SCC4, you can create a configurable using T000 table.

Regards,

Fernando