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

Quality Certificate SapScript Problem

Former Member
0 Likes
537

Hi Guys,

I have made a copy of the standard SAPScript QM_QCERT_01 and make the changes to it. Now I have to make the changes to the print program. I have copied the standard program RQCAAP00 to Z program and assigned the program to form in NACE.

Problem in when I am generating my certificate from T-Code QC21 it is not hitting the break point in the print program, thus I am not able to debug. Do anyone has any suggestions. Let me know if I am missing some thing in configuration.

Thanks

Rohit

2 REPLIES 2
Read only

Former Member
0 Likes
425

Hello,

Activate the debugger in SE71 like this.

In SE71 give the form name and UTilities--->Activate Debugger.

Also chech u have enter the formname of the print pgm in NACE.

Regards,

Vasanth

Read only

0 Likes
425

HI,

Yes form name in assigned in Nace to the program. Does Debugger will debug the program too. I have put hard break point in the print program, but still it is not touching it.

Rohit