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

Performance issue in SQ01

Former Member
0 Likes
1,365

hi

Am supposed to solve performance issue for the query in SQ01. I have no clue about how to start. am not able to view anything in Infoset Query. Where exactly the queries will be wriiten. because in my technical design i saw a piece of code.

Please advise.

Thanks in advance.

5 REPLIES 5
Read only

Former Member
0 Likes
881

Hi,

Just check info in http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Introduction.asp.

It will give u an introduction to ABAP queries. Nice article.

<REMOVED BY MODERATOR>

Regards,

Ramya

Edited by: Alvaro Tejada Galindo on Apr 14, 2008 4:16 PM

Read only

Former Member
0 Likes
881

Hi,

In SQ02 neter your infoset name >extras>code-->Start of selection event .Here check the code and try to fine tune it.

OR

In SQ02 neter your infoset name >extras>code-->Record processing there will be code.

Check the links for knowledge...

For step by step procedure to create an ABAP query you can refer to the following links

http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Introduction.asp

http://allaboutsap.blogspot.com/2007/09/sap-query-step-by-step.html

Read only

Former Member
0 Likes
881

Hi,

To create the Query using SQ02. In SQ02 contain Extras option using this option we can add the fields to query and write coding hereonly. SQ01 is using for to Execute the Query.

Regards,

Bhavani.

Read only

Former Member
0 Likes
881

You can write source code in the events available in SQ02. But with that you can only enhance the functionality of the query.

I seriously doubt whether you can do performance improvement on the select statements as they are generated by SAP.

Hope this helps.

Thanks,

Balaji

Read only

Former Member
0 Likes
881

hi all,

Thanks for ur replies. I solved the issue.