Application Development 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: 

how to debug the query sq01

Former Member
0 Kudos

Hello Experts.

I developed a query by sq01 and also an infoset by sq02 . I added some code in the infoset for one field. In the development system i debugged the code by setting a break point in the code and the output in the query is comming correctly.Now i transported the query and infoset to the quality system but the output for the code written for a field is not comming. Now i want to debug the infoset why my code is not working. So i tryed by executing the query and pressing /h in the command field but the query is not taking me inside the infoset where i written the code. so please tell me who to debug the code which i had written in the infoset.

Thanks for all the replies.

3 REPLIES 3

Former Member
0 Kudos

Hi

you can set the break point inside the subroutine if you have access to SE38

Regards

Shiva

Former Member
0 Kudos

Madan,

You can do in 2 ways.

1. After executing the SQ01 put "/h" then code will

go to debug mode.

2.In infotype (in your coding) write below statement.

BREAK-POINT.

Don't forget to reward if useful...

former_member156446
Active Contributor
0 Kudos

Hi Madan

When you have reached the selection screen of the query, go to System > Status.

Copy the program name.

Now create a Z executable program in your development client.

and play with that Z program..