‎2008 Feb 18 10:16 PM
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
‎2008 Feb 18 10:39 PM
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
‎2008 Feb 18 10:26 PM
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
‎2008 Feb 18 10:31 PM
Hi Gilberto,
Thanks for your reply. I don't know the background job name.
Is there any other way??
Thanks,
chaithanya
‎2008 Feb 18 10:39 PM
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
‎2008 Feb 18 11:03 PM
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
‎2008 Apr 02 2:13 PM