cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Script Debuging --- Print Program

Former Member
0 Kudos

Hi,

I have print program which is invooked dynaically at the Form Entry. This is Invoice customer developed forms and print programs. I am using VF02.

I have keept the breakpoints all over the print program.

Inspite of that, I am not able to reach the break point.

The form entry is invoked dynamically.

So, any one know from where the entry form is invoked dynamically.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Make sure u r using the correct driver program

Former Member
0 Kudos

the code which ur looking , might be written in the script itself,

first findout exact script and printprogram , using TNAPR

afterwards put the break points in script and printprogram

Former Member
0 Kudos

I checked TNAPR, table. Based on that I could find the Print Program Name ZINVOICE_US Form Name ZINVOICE_FRM_US.

Former Member
0 Kudos

Hi ,

in that driver progra , search for Form ENTRY , there u can put a break point.

regards

Prabhu

Former Member
0 Kudos

Hello Rajshekhar,

In the Print program, find for the command 'OPEN_FORM'.

You will find lot of occurences of this command since as per your earlier comment, the form is dynamically called.

Keep a break point at all the OPEN_FORM commands and then when you execute the program, the program will 100% stop at one of the statements.

This way you will also find which form is getting called and also you can debug further.

cheers,

Sushil Joshi