Application Development 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: 

Not able to debug driver program of a sap script

Former Member
0 Kudos

Hello Guys,

I want to debug a standard driver program RQQMRB01 for one of the Shop paper of QM module. Shop paper is like an output type in OTC module. This driver program is linked with a sap script form. I have set a session break point in driver program but even after that the execution doesnt stop in the driver program.

I have attached the snap shot of the config.

If aybody has any clue about it then please let me know.

1 REPLY 1

Former Member
0 Kudos

Did you check if correct program is being called? start with '/h' and put a break point at function module OPEN_FORM, CLOSE_FORM and WRITE_FORM.

If you are using SAPscript, the debugger will stop at at least one of them.