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

How to find find query name from program.

Former Member
0 Likes
9,056

Hello Experts,

I have one question to find query name from program,

Program name - AQL4SYSTQV000347PRODUCT_LIST====

here SYSTQV000347 -> User Group

PRODUCT_LIST --> SAP Query name.

But when i am trying to search same user name in SQ01 both area (Standard/Global), system giving error the user group has not yet created. same error i am getting for query name also.

when i am giving user group name in table AQLQCAT then its showing for that user group query is there and infoset - SYSTQV000000000000009676 also there but when i am trying SQ01 system giving error like not yet created.

Anybody can suggest, There's no particular urgency though.

Thanks.

Hello Experts,

I have one question to find query name from program,

Program name - AQL4SYSTQV000347PRODUCT_LIST====

here SYSTQV000347 -> User Group

PRODUCT_LIST --> SAP Query name.

But when i am trying to search same user name in SQ01 both area (Standard/Global), system giving error the user group has not yet created. same error i am getting for query name also.

when i am giving user group name in table AQLQCAT then its showing for that user group query is there and infoset - SYSTQV000000000000009676 also there but when i am trying SQ01 system giving error like not yet created.

Anybody can suggest, There's no particular urgency though.

Thanks.

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
4,278

You cannot find a correct query/group name if it's not a query but a QuickView...

So was not created with SQ01 but with SQVI, and is user-specific. You have first to convert this QuickView to a Query (SQ01, menu Query, Convert QuickView)

Read only

bertrand_delvallee
Active Participant
0 Likes
4,278

Hello,

Here is the naming convention :

AQwwbbbbbbbbbbbbqqqqqqqqqqqqqq:

   ww             - 00..99 Mandant 000 to 099
                    A0..YZ Mandant 100 to 999
                    ZZ     in global			
   bbbbbbbbbbbb   - Group
   qqqqqqqqqqqqqq - Query

Are you really connected on client 500? 🙂

Best regards

Bertrand

Read only

JL23
Active Contributor