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 SAP Script form while F110 paposal run.

Former Member
0 Likes
2,771

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.

3 REPLIES 3
Read only

Former Member
0 Likes
1,827

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

Read only

0 Likes
1,827

Hi Lande,

Following are the various methods to activate SAP Script debugger:

Step 1:

  • Go to Transaction SE38.
  • Enter the program name RSTXDBUG
  • Press Execute.

Step 2:

  • Go to SE71.
  • In the initial screen, Enter the form name and click on Utilities --> Activate Debugger
Read only

Former Member
0 Likes
1,827

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.