‎2010 Nov 24 3:11 AM
Hi,
I have created a SAP query using the tcodes sq01,sq02 and sq03.
Have added an additional field to retrieve some text and wrote the code also inside the query.
Now i want to debugg the query.
How do i degubb a sap query?
Thanks in Advance,
Regards,
mani
‎2010 Nov 24 11:52 AM
find out program name with:
SQ01 - query - more functions - display report name
(example : AQZZ/GRC/APPL===FI_AP_20_Q1===)
-> search for your add. coding / field in this report and set break-points
hope that helps
Andreas
‎2010 Nov 24 11:56 AM
Or go to INCLUDE LAQ_INT_FUNCTIONSF02 and put a break point in form SUBMiT_REPORT.
‎2010 Nov 24 12:02 PM
‎2010 Nov 30 9:12 AM
Under the additional field code section, you can use
break <userid>. ( or break-point)
OR
go to the report,
AQZZ<USERGROUP>====<QUERYNAME>==== and search for additional field added...