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: 

PFCG role creation

Former Member
0 Kudos

Security Guys,

My requirement is creation of role for an ABAPER who should run all the Z reports but not exactly the report RSDU_EXEC_SQL_PROGRAM ( meaning no SAP Standadrd reports ). Is there a way to achieve this ?

Thanks / Arunkumar P

3 REPLIES 3

Former Member
0 Kudos

If they cannot execute RSDBRUNT then none of their Z-programs are going anywhere either.

What is wrong with RSDU_SQL_EXEC?

Bit of a silly answer actually...

Cheers,

Julius

mvoros
Active Contributor
0 Kudos

Hi,

that role should be for production only environment or development as well? If it's for development then I assume that ABAPER can write a custom programs so there is no chance to prevent this user from running RSDU_EXEC_SQL_PROGRAM. If it's for production environment then all those custom reports should have transaction codes assigned to them. In that case you can create a role for all of them plus some read only debugging authorization.

Cheers

Former Member
0 Kudos

Thanks Martin. As you said, each reports assigned to the codes in the PRD system seems to be a better solution. Will try and let you know for any issues.

@ Julius, The idea here is to protect the ABAPers not to run some of the standard SAP programs in PRD environment.

Thanks / Arunkumar P