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

Debugging the Driver Program for the Sap script form.

0 Likes
752

I have a Requirement to add a text line in the Invoice, that text I need to extract from sales area data in XD03 tcode, for that I am using SAP SCRIPT so I have added some logic in driver program, I want to know how to debug the driver program.

Thanks. Can someone please help me on this.

2 REPLIES 2
Read only

venkateswaran_k
Active Contributor
0 Likes
680

Hi ishani_reddy

In your driver program there should be an Form Routine called 'ENTRY'.

Put a break point in that.

Regards,

Venkat

Read only

Sandra_Rossi
Active Contributor
680

To debug, add a break point in your driver program. What did you try?