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
685

I know the transaction code of a abap query program . From that T code I came to know about the program name .

Now How can I find the info set and user group?

More over I need to make changes in the existing query? How do I made the changes?

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
653

hi,

suppose if your query program name is AQZZ/SAPQUERY/ABZTEST=======

then your query is ZTEST.

goto sq01 transaction give your query name and in menu - environment you can find both user group and infoset.

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Likes
654

hi,

suppose if your query program name is AQZZ/SAPQUERY/ABZTEST=======

then your query is ZTEST.

goto sq01 transaction give your query name and in menu - environment you can find both user group and infoset.

Read only

Former Member
0 Likes
653

Hi Thanks for your reply

My Program name is AQZZZ_TYL_SCHDL=* like tat.

now how can i find out query name ? and info set also?

Plz help

Read only

0 Likes
653

you did not give the query name portion in the program name, it should not be ending with a *

Here is an example: AQTG02==========ZTEST12=======

Now here, the query name is ZTEST12 (which ever comes after = sign), to get the infoset name go to SQ01 and look for your query in the list, it must have the insofet name in next column.

Read only

0 Likes
653

you have to use this FM: RSAQ_DECODE_REPORT_NAME

Read only

Former Member
0 Likes
653

Hi in SQ01 if you provide the Query name your get the Query information below.

For making changes ....you can do in query and infoset.