cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debug FI-CA Check

aidaj_hilton
Participant
0 Likes
565

Can anyone help me to debug the FI-CA check developed in PWB.

I am trying to debug the printing of the check through the payment run. I enter <b>dbug</b> in the transaction code field to debug the payment run which successfully activates the debugger. However, although I have put breakpoints in the PWB user exits and in event 724 and 725 and activated the debugger for the SAPscript, the program does not stop at any of ehse breakpoints.

View Entire Topic
Former Member
0 Likes

Hi Jill,

Look at the trace whether the sapscript is called or not.

Activate the trace using ST05 and then analyse it.

Regards,

Atish

aidaj_hilton
Participant
0 Likes

Hi Atish,

The SAPscript is called. I am able to print the check. It is just that one of the variables does not print and I wanted to be able to break at the point where I populate this variable and see why it does not retain the value.

Thanks,

Jill

Former Member
0 Likes

Hi Jill,

If you know the variable name and the program then create a watchpoint while debugging.

Regards,

Atish

aidaj_hilton
Participant
0 Likes

Thanks Atish. Like I said, the program is not stopping at any of my breakpoints. If it did then I would be able to create watchpoints etc. My problem may be that I have to create an online check to allow me to debug. Unfortunately this is not configured here. I need to do a payment run. Thanks again.

Jill