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

ABAP Query

Former Member
0 Likes
578

Hi,

Given the query name how to find to which usergroup this is attached?

Sreedevi P

4 REPLIES 4
Read only

Manohar2u
Active Contributor
0 Likes
541

Pass your query name to this table to get User group

<b>AQGQCAT</b>

Regds

Manohar

Read only

0 Likes
541

hi,

= query-name+4(12)

A.

Read only

Former Member
0 Likes
541

Hi

first find the Infotype( functional area ) for which the query is assigned.

then Go to SQ02 , and give the corresponding functional area, and click on user group push button.

There you find the user groups.

hope this helps you out.

Regards,

Shrini

Read only

LucianoBentiveg
Active Contributor
0 Likes
541

Look up for table AQLTQ in SE16.

Regards.