2013 Feb 11 8:50 AM
Hi i need to do some changes in the form called during F110 proposal run.
1) I have tried activating debugger in the SE71. Still its not going in debugging mode. its directly creating spool with the payment advices.
2) I have put /h and tried to debug however i am not able to find to find point where exactly the form is getting called .
3) Even form is provided by functional, how to verify that the same form is getting called in the proposal run to create payment advices.
Please advice.
Hi i need to do some changes in the form called during F110 proposal run.
1) I have tried activating debugger in the SE71. Still its not going in debugging mode. its directly creating spool with the payment advices.
2) I have put /h and tried to debug however i am not able to find to find point where exactly the form is getting called .
3) Even form is provided by functional, how to verify that the same form is getting called in the proposal run to create payment advices.
Please advice.
2013 Feb 11 9:30 AM
Hi,
Below are the way to debugg the Scripts.
1) RSTXDBUG
2) Goto se71, give the form name then select the menu path UTILITIES->ACTIVATE DEBUGGER
Regards
Mahesh
2013 Feb 11 9:46 AM
Hi Lande,
Following are the various methods to activate SAP Script debugger:
Step 1:
Step 2:
2013 Feb 11 10:48 AM
Hi,
You need to activate the debugger for your SAP script form.
Then you need to go to your driver program say RFFOUS_C and execute it with the variants same as the variant maintained in the payment run. Also dont forget to check the check box for Proposal Run Only. Then it will trigger your form.
Hope it helps.