‎2010 Aug 09 9:53 AM
Hi,
I have a report named "AQA0WS==========ZWS100_QUERY==" that is running properly. From the report name it is evident that the user group name is WS, infoset is ZWS100. But I am unable to find any of them in the system. As a result I am unable to find the query.
Now I need to do some modification in the logic. How can I do that when I am unable to find the query? To change in the report itself is not at all advisable I think.
Can anybody help me regarding this? Thanks in advance.
‎2010 Aug 09 10:05 AM
There could be 2 reasons
1. Query might be deleted
2. Change your Query area and try to check
Path SQ01 ==> Environment ==> Standard area/Global area
Regards, Sriharsha
‎2010 Aug 09 9:59 AM
Hi,
Answer your first question:
You can use FM "RSAQ_DECODE_REPORT_NAME" to decode the query report, Export parameter CLIENT will help you to find right client where query was created. Don't forget to check whether you were assigned to infoset.
For you 2nd ques,
Go to SQ02, change your infoset. click on extras button in app tool bar, there you have an option call CODE on right side. Put your logic inside it.
Regards,
‎2010 Aug 09 10:03 AM
ZWS100_QUERY is not the name of the infoset - but the query-name!
try
grx
Andreas
‎2010 Aug 09 10:05 AM
There could be 2 reasons
1. Query might be deleted
2. Change your Query area and try to check
Path SQ01 ==> Environment ==> Standard area/Global area
Regards, Sriharsha
‎2010 Aug 09 10:13 AM
Thanks to all of you for your quick responses. Really appreciate your prompt reply.
‎2010 Aug 09 10:19 AM
Hi ;
i think the query name should be ZWS100_QUERY from your program name.
To check the query, make sure you have been assigned in that user group.
To change the logic, you need to check out the corresponding infoset and add codes in extras..
Regards.