‎2006 Jul 25 2:09 PM
Hi Experts,
When we exicute F110 transaction in FI/CO module..
After completing the cycle it will display o/p of a sapscript.We know that form name.We need to do some changes in that..So we Activated debugger for that form in SE71 and again we run the cycle for F110.
But that is not going to debug mode..and directly displaying the output...Even we tried to debug F110 pgm..
Can any body give some solution on this...
‎2006 Jul 25 2:24 PM
Are you using the right SAPscript layout set?
There are (at least) three different places to specify the layout set name when using F110. It can be listed in the variant for the print program (RFFOUS_C). It can be listed in configuration for the payment method (C for check). It can be listed on the screen when doing a reprint of a check.
Do a "/h" in the F110 transaction and set a breakpoint for function module OPEN_FORM. Make sure the layout set name is correct.
‎2006 Jul 25 2:29 PM
Hi,
Since the whole program runs in background mode , even if you activae the debugger in se71 you wont be able to debug the script .When I had a similar situation , I executed the program as a standalone program and tried to make the modifications . Try to run the print program of the form and make the necessary changes .
Please let us know in case of nay issues .
Regards,
Varun .
‎2006 Jul 25 2:37 PM
Are you trying to debug the SAPscript?
Not sure what release you are on, but you can use transaction FCH7 to reprint an existing check.
It will skip all of the steps to create a payment proposal.
If the SAPscript debugger is activated, it will invoke the debugger.
‎2006 Jul 25 2:58 PM
Hi,
Thanks for the response.
We are using 4.6c.We know the form name and print program name.So we have put break point at open_form and we activated the debugger in SE71 and we run the F110.
Even then it is directly creating the spool but not going into debug mode...Actual requirement is based on some condition some changes to be made in layout.
regards
‎2006 Jul 25 3:04 PM
Hi Ravi,
What ever you do you cannot debug the script from F110 since verything runs in background . The only approach is try to execute the oirnt rpiogram as an stand alone program and do the necessary changes . You specify the program and its variant in F110, use the same varint and execute the program and then try to debug .
Regards,
Varun.
‎2006 Jul 25 3:05 PM
‎2006 Jul 25 3:12 PM