cancel
Showing results for 
Search instead for 
Did you mean: 

how to Debug Standard Program & Customised Scripts in Cheque Printing

Former Member
0 Kudos

Hii

Am working on APP Cheque Printing...

here am using standard driver Program 'RFFOUS_C'

and two customised script for Cheque print and payment advice print..

please let me know , How to dubug my cutostomised script while printing through F110 .....

its not working evenif am activating Debugger in Script or also through RSTXDBUG Prgm

Note : In APP , when am Processing through F110 , In background mode processing takes place and finally Spool is generated....

Awaiting for ur reply...

Thanks in Advance

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

yes offcource you have to activate debugger for script ....but additionally

1. The point in the program where your script is triggered put an external breakpoint.

2. Before giving the Print Preview or whichever button put '/h'

3. After putting /h and pressing the button it goes in Debug mode then you can F8 and it will reach the point where you have set the Breakpoint or External breakpoint.

Thanks,

Neha

Former Member
0 Kudos

hi,

From F110 debug is not posible.

debug through tr. FBZ5 or F-58 these are for single payment.

first check for single payments.

if ur program works fine for single payment it works in f110 also.

regards,

Ramu

former_member181995
Active Contributor
0 Kudos

Search in SDN with Script debugger.

messier31
Active Contributor
0 Kudos

F110 execute in background and it wont be able to debug. Activate script debugger and execute RFFOUS_C program from SE38 for run date and run id.

This should help you.

Enjoy SAP.

Pankaj Singh

Former Member
0 Kudos

Hi,

Go to Programme name , put the break point..

Go to Customized Script..and

Go to path Utilities --> activate debugger...for both the scripts..

Run the tcode..

Regards,

deepthi.