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

Debugging in SQ02 (Sap Query Report)

Former Member
0 Likes
6,309

Hi All ;

I want to learn that ,how can I debug a sap query report.I added some fields to the query with code.

How can I reach that code by debugging ?Thanks for your reply.

Regards.

Fırtına.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,551

Hi Yigit,

Every Query generated one program like  AQZZ/FSCMA/IS===CDM_10_Q1=====

Go To your QuerySQ01 , run your query and From selection screen, check your program name  after that you can search your added code. what you added in infoset but your breakpoint  and debug your query code.

Regards,

Prasenjit

Hi All ;

I want to learn that ,how can I debug a sap query report.I added some fields to the query with code.

How can I reach that code by debugging ?Thanks for your reply.

Regards.

Fırtına.

5 REPLIES 5
Read only

Former Member
0 Likes
3,552

Hi Yigit,

Every Query generated one program like  AQZZ/FSCMA/IS===CDM_10_Q1=====

Go To your QuerySQ01 , run your query and From selection screen, check your program name  after that you can search your added code. what you added in infoset but your breakpoint  and debug your query code.

Regards,

Prasenjit

Read only

Former Member
0 Likes
3,551

Since you are adding code bits, You could also add break statements in the code.

If I did it, my user name is nwilhite, so I'f add:

BREAK nwilhite.

Neal

Read only

Former Member
0 Likes
3,551

Hi Fırtına,

You can add BREAK-POINT like BREAK ritesh, as Neal Wilhite said OR you can place BREAK POINT mark on the statement using UTILITIES-> BREAKPOINTS -> SET .

Regards,

Ritesh

Read only

Former Member
0 Likes
3,551

Hi,

Please write Break Point in the SQ02 code part.

then it will stop at the running and you can debug the as you desire.

Regards,

Abdul Rahim

Read only

former_member269509
Discoverer
0 Likes
3,551

This message was moderated.