cancel
Showing results for 
Search instead for 
Did you mean: 

how to debug payment advice program

Former Member
0 Kudos

Hi experts,

iI copied program from RFFOUS_C and named as ZRFFOUS_C.

payment advice is printing through ( ZRFFOUS_C) this program?

If yes how to debug this program ?.I want to konw the values printing in payment advice sheet came from which subroutine.?

I tried but i didn't get.I tried in this way, put the break point in the program and execute then fill the values and execute

then the following message is displayed "A:FO:098 29.01.2009 PNB".

I want to konw document (REGUP-BELNR) YOUR DOCYUMENT (REGUP-XBELNR) about this values came from which sub routine.

If u know anybody pls gime the answer.pls help me in this .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

u can check tables REGUP and REGUH

Also, at runtime u can check the contents of internal table REGUH

Former Member
0 Kudos

well at first you need to set a breakpoint somewhere in your program.

Then you need to check if your program is customized for payment slips, otherwise standard program will get triggered but not yours.

And finally you probably need to switch on "update task debugging" since output types are quite often processed in update task.