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: 

to find SAP profile parameter status(obsolute or Active) in SAP

Former Member
0 Kudos

HI Experts,

We have a requirement to find the obsolute security profile parameter in the system.

How can we check this?

I have already used RSPFPAR and RSPARAM , but couldn't get the reuqired information?

Also some of the security parameter are in RSPARAM but when we expanded the parameter, we could see a message that this parameter is not in sapparam.c file.

Can you please let me know if any other way to find the obsolute parameters in SAP system.

Thanks in advance.

Regards

Julius

2 REPLIES 2

Frank_Buchholz
Advisor
Advisor
0 Kudos

That's tricky for several reasons...

- not all active parameters are defined in the Kernel (sapparam.c)

- not all active profile parameters have a definition in RZ11

- some existing parameters should not be used depending on the environment (e.g. see note 1345121)

Try RZ10 -> Check (F7) to inspect you profile parameter files.

Kind regards

Frank

magexposito
Active Participant
0 Kudos

Hello Julius,

Have you try RSUSR003 program? You can execute it with the option 'Display Profile Parameter' and it will show you the profile parameters related with security.

Best regards.