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

SAP Query

Former Member
0 Likes
755

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
702

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

5 REPLIES 5
Read only

Former Member
0 Likes
702

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,

Read only

andreas_mann3
Active Contributor
0 Likes
702

ZWS100_QUERY is not the name of the infoset - but the query-name!

try

grx

Andreas

Read only

Former Member
0 Likes
703

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

Read only

0 Likes
702

Thanks to all of you for your quick responses. Really appreciate your prompt reply.

Read only

Former Member
0 Likes
702

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.