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: 

SCC4 - Changes in Production

Former Member
0 Kudos

Hi All. I have a quick query I was hoping somebody can help me with. I'm auditing an instance of SAP 4.0B and the guide I am using asks to check for access to S_PROGRAM activity values for SA38, SE37, SE38, SE80, SE11, SE12, SE15 and SE16

What I need to find out is whether it is possible to perform any changes on these if the Production environment has been set to No Changes in transaction SCC4. Thanks for any assistance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can fairly safely report that in a 4.0B system there will be a few ways to make changes even if SE06 and SCC4 are closed. That SE24 does not exist yet is just a small condolence...  🙂

Users with powerful authorizations such as these in 7.31 etc will also make changes.

Cheers,

Julius

3 REPLIES 3

Former Member
0 Kudos

You can fairly safely report that in a 4.0B system there will be a few ways to make changes even if SE06 and SCC4 are closed. That SE24 does not exist yet is just a small condolence...  🙂

Users with powerful authorizations such as these in 7.31 etc will also make changes.

Cheers,

Julius

0 Kudos

Hi Julius. Thanks for the reply. Do you have any tips as to what security holes or settings I can look out for in 4.0B. SAP is not my speciality and would appreciate any advice.

Thanks,

John

Former Member
0 Kudos

For one, 4.0B does not destinguish between the ability to display (activity 03) and execute (activity 16) from the workbench.

So any update functions (which should not make any authority-checks anymore) cor "dark horses" an be executed if the user is able to see them...

You can find a few examples in SE37 quite easily. A famous one is RFC_ABAP_INSTALL_AND_RUN. You will typically find a few more of the same ilk in the Z* namespace as well.

Cheers,

Julius