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

Regarding ABAP Query authorization group

Former Member
0 Likes
611

Hi Team,

This is regarding ABAP Query!

I have created one authorization group, for testing i have assigned my id in authorization group.

After creation of ABAP query,standard program got generated. Now i have created one transaction code at the last for the ABAP Query.

Now the isse is even though i have deleted my id from the authorization group. I am able to execute the query from SQ01 and with the Transaction code .

It should not happen...i want who soever id is mapped to the transaction code ...that member should only be able to run that query, otherwise there is no use of authorization group.

Please help me out in this case.

Thanks & Regards,

Anil Kumar Sahni

Hi Team,

This is regarding ABAP Query!

I have created one authorization group, for testing i have assigned my id in authorization group.

After creation of ABAP query,standard program got generated. Now i have created one transaction code at the last for the ABAP Query.

Now the isse is even though i have deleted my id from the authorization group. I am able to execute the query from SQ01 and with the Transaction code .

It should not happen...i want who soever id is mapped to the transaction code ...that member should only be able to run that query, otherwise there is no use of authorization group.

Please help me out in this case.

Thanks & Regards,

Anil Kumar Sahni

2 REPLIES 2
Read only

arseni_gallardo
Active Participant
0 Likes
495

Are you sure that you don't have access to that authorisation group? Execute report RSUSR002. In the 'Authorization Object 1' block inform S_TABU_DIS in 'Auth.Object' and accept. Then inform Activity=03 and Auth.Gruop= your group.

You will get a list of all the users which, theoretically, will be able to execute the query. If you press 'Roles' or 'Profiles' in the toolbar of the listing you will get to know why you have authorisation. May be you have the SAP_ALL profile.

Also, one more thing to take into account: how have you created your transaction? Is it referring directly to the generated report? Then it is an error, you should execute program SAP_QUERY_CALL. Read this post: [;

Read only

0 Likes
495

Thanks for sharing How to create the correct Transaction Code for Query!