‎2008 Nov 13 6:22 AM
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?
‎2008 Nov 13 6:28 AM
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.
‎2008 Nov 13 6:28 AM
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.
‎2008 Nov 13 6:37 AM
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
‎2008 Nov 13 9:47 AM
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.
‎2008 Nov 13 9:55 AM
‎2008 Nov 13 6:31 AM
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.