2008 Mar 13 9:35 AM
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.
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.
2008 Mar 13 9:40 AM
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
2008 Mar 13 9:44 AM
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
2008 Mar 13 9:46 AM
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.
2008 Mar 13 9:49 AM
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
2008 Apr 14 12:15 PM