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

How to debug payment advice..?

Former Member
0 Likes
1,681

Hi all,

i have a requirement related to payment advice. i changed the code in the script form, that form is displaying with wrong data.

i want to debug that script. can you please help me how to debug that script.

we must to test it from F110, then it creates job and send email. i have placed break point in script but that is not triggering while executing the form.

and i tried from FBL5N and other ways it won't work there no way to debug from that side.

Can you please help me on this.

Thanks,

Bharath

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
908

Hi Bharath

To make sure the form name is correct, when you debugging from driver program(F110 or FBL5N), you can easily find the correct script name.

How to debug script form:

First u need to active debugging in scripts (SE71) or run program RSTXDBUG. then run the driver program.

(SE71 initial screen and enter the form name. Goto Menu Path Utilities --> Activate Debugger. )

regards,

Archer

2 REPLIES 2
Read only

Former Member
0 Likes
909

Hi Bharath

To make sure the form name is correct, when you debugging from driver program(F110 or FBL5N), you can easily find the correct script name.

How to debug script form:

First u need to active debugging in scripts (SE71) or run program RSTXDBUG. then run the driver program.

(SE71 initial screen and enter the form name. Goto Menu Path Utilities --> Activate Debugger. )

regards,

Archer

Read only

0 Likes
908

Hi Dengyong,

thanks for for your response.

when i am debugging from F110 form name is correct and it displaying the correct form with wrong data, but it is not triggering break point. and also tried from SM37 through JDBG but, it is also not working.

thanks,

Bharath