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

Program Doesn't Stop while a break point is made?????

Former Member
0 Likes
704

Hi Friends,

I have a print program and a smartform. Where I have made several break points. But when I run the transaction

VG02 it does not stop at this break point.

I heard that in the background jobs the break points are invalid.

Can any one suggest me how to stop at the print program because some internal table values are not being passed from the print program to Smartform..

I have Checked the Table TNAPR which has the right Smartform and print program attached to it.

I have re run the transaction but it creates a spool but does not stop.

Any suggestions please help..

Thanks & Regards,

chaitanya k

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
669

Hi again,

You could try just putting the code segment that it's not passing well the data to your internal table with the selection in a separate program, test it (debug it), and make the necessary corrections then apply it to the print program.

Just a question, is this print program a Z?

Hope it helps.

Regards,

Gilberto Li

Edited by: Gilberto Li on Feb 18, 2008 11:39 PM

5 REPLIES 5
Read only

Former Member
0 Likes
669

Hi,

You can try debugin the job. Try the following:

In SM37: Select the job, type JDBG in the OK-code and press enter.

Hope it helps.

Regards,

Gilberto Li

Read only

0 Likes
669

Hi Gilberto,

Thanks for your reply. I don't know the background job name.

Is there any other way??

Thanks,

chaithanya

Read only

Former Member
0 Likes
670

Hi again,

You could try just putting the code segment that it's not passing well the data to your internal table with the selection in a separate program, test it (debug it), and make the necessary corrections then apply it to the print program.

Just a question, is this print program a Z?

Hope it helps.

Regards,

Gilberto Li

Edited by: Gilberto Li on Feb 18, 2008 11:39 PM

Read only

0 Likes
669

Hi Gilberto,

Thanks for your reply. It is a Z program..In VG02 in the first screen itself I found Group->Output->Screen

Now it stops..

I don't understand why it doesn't stop at the screen where I give details of the communication method..

Thanks & Regards,

Chaithanya K

Read only

Former Member
0 Likes
669

Closing the Thread...

Thanks,

Chaithanya K