Application Development 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: 

Monitoring Security Configuration, from Process Control

plaban_sahoo6
Contributor
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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

0 Kudos

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