‎2022 Aug 06 4:25 PM
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.
‎2022 Aug 07 6:46 AM
Hi ishani_reddy
In your driver program there should be an Form Routine called 'ENTRY'.
Put a break point in that.
Regards,
Venkat
‎2022 Aug 07 3:40 PM
To debug, add a break point in your driver program. What did you try?