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

Sap Script and the driver program

Former Member
0 Likes
845

Hi All,

I am working on a ticket... we are printing our checks using F110 and for this we are using SAP SCRIPT and there is one std. driver program too. we are having some issues with the checks, so I need to debug it. I tried everything..I activated the debugger in SAP SCRIPT, put a break point in the driver program too, but it's not stopping anywhere, I want it to stop at the point when it reaches to the SAP Script. So can you please tell me how can I do that.

Thank you,

Rajeev

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
754

If you activate debugger of sap script then it should trigger,look at correct form name and print program in FBZP Transaction.

Thank you

Seshu

6 REPLIES 6
Read only

Former Member
0 Likes
755

If you activate debugger of sap script then it should trigger,look at correct form name and print program in FBZP Transaction.

Thank you

Seshu

Read only

0 Likes
754

Hi Seshu,

Thanks for the reply... I tried doing that and .. I activated the debugger in the SAP script and also in the print program ....and then ran transaction F110 but it didn't stop anywhere and just printed the checks.

Thansk,

Rajeev

Read only

0 Likes
754

Rajeev,

Run Print program instead of F110 and It should work now .

Thank you

Seshu

Read only

0 Likes
754

Hi Seshu,

I tried doing that too earlier... I activated the debugger in sapscript and then executed the program... but it didn't stop there too.

Thanks,

Rajeev

Read only

0 Likes
754

It should stop if you activate correct Form name ,please look at print program if anyone hard coded form name in print program.

Thank you

Seshu

Read only

0 Likes
754

Hi Seshu.... It worked this time... thanks !!!