‎2009 Feb 03 10:36 AM
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
‎2009 Feb 03 10:41 AM
Your program name will be of this format 'XXXXXXXXXX====YYYYYYYYYYY'
Here YYYYYYYY is the query name;
‎2009 Feb 03 10:52 AM
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
‎2009 Feb 03 10:45 AM
hi,
If AQZZZMMUSER=====ZPOREPORT===== is the program name
then ZPOREPORT is your query and ZMMUSER is the user group.