cancel
Showing results for 
Search instead for 
Did you mean: 

Remittance advice layout --can't go into debugging mode from F110

Former Member
0 Kudos

Hi All,

I need to do some changes in layout ZF110_DDRF_DE as per customer requirements for remittance layout printing , payment method ' V' .I want to debug the script .

When I use the F110 Trannsaction for payment run , it is creating output in spool directly with going into debugger even though I activated the debugger for script .

1) I think F110 creating a background job for printing.can any body tell me if there is another transaction to run the payment so that i can go into debugging mode ?.

Many thanks ,

Dharma

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi dharma,

Yes, if u want script in debug modeyou should active debugger in both program and script level. Active debug from script side and put break point in your program and run F110 with all neccessary input values. Then if u select print priview then your script will be open in debugging mode. Hopes this help you.

Regards,

Kumar

former_member193831
Active Participant
0 Kudos

if you have enabled the debugger for script through SE71 or through RSTXDBUG it should stop.

You can try putting the breakpoint in print program that is concerned else debugg the transaction itself.

Regards,

Vivek

**->Reward points if helps.