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
536

Hello,

I have a program name with the program generated by the ABAP query.

With the program name is it possible to find the query name that generated this program and how?

Regards,

Vimal Khare

3 REPLIES 3
Read only

Former Member
0 Likes
503

Your program name will be of this format 'XXXXXXXXXX====YYYYYYYYYYY'

Here YYYYYYYY is the query name;

Read only

0 Likes
503

Hi,

Based on the program name it is easy to find the query:

first 3 char of the prog name => ID based current client

next 12 char of the prog including '=' signify the user group(If there are less than 12 char in user group, then the rest of the char are filled with 😃

next 12 char of the prog including '=' signify the Query (If there are less than 12 char in user group, then the rest of the char are filled with 😃

You can view a query from SQ01 and User group from SQ03 transaction

Regards

Shiva

Read only

GauthamV
Active Contributor
0 Likes
503

hi,

If AQZZZMMUSER=====ZPOREPORT===== is the program name

then ZPOREPORT is your query and ZMMUSER is the user group.