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

Former Member
0 Likes
642

Can anybody tell me how to debug an SAP Script

Regards,

Bijoy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
486

Hi,

1) Activate the debugger by choosing Utilities -


> Activate debugger in the Form: Request screen. You can then generate printer output in dialog.

A dialog box containing the default breakpoints appears.

2) Track each call of a SAPscript function module, each INCLUDE call, and each warning in the debugger. To switch off the debugger, choose Debugger -> Exit in the debugger window.

For more information on the debugger, see Note 19104.

Regards,

amit

2 REPLIES 2
Read only

Former Member
0 Likes
487

Hi,

1) Activate the debugger by choosing Utilities -


> Activate debugger in the Form: Request screen. You can then generate printer output in dialog.

A dialog box containing the default breakpoints appears.

2) Track each call of a SAPscript function module, each INCLUDE call, and each warning in the debugger. To switch off the debugger, choose Debugger -> Exit in the debugger window.

For more information on the debugger, see Note 19104.

Regards,

amit

Read only

0 Likes
486

Thanks Amit my problem has been solved.