‎2006 Mar 10 5:40 PM
I am doing a purchase order form in sap script , using a standard form Medruck and Print program SAPFM06P,
i have tried to debug the script using activate dubugger in se71 and by setting a break point in the print program, i am not able to debug it in eiher of the ways.
since it is background program, i cant do the dubugging .
can u give me the steps , how to debug this purchase order form( which is background program ).
thankx in advance.
ravi.s
‎2006 Mar 10 5:44 PM
Hi
Run the print directly by transaction ME23N, in this case it'll run it online.
Max
‎2006 Mar 10 5:43 PM
Hi Ravi,
Try to use the SAP standard program RSTXDBUG to debug the script.
Regards,
Varun.
‎2006 Mar 10 5:44 PM
Hi
Run the print directly by transaction ME23N, in this case it'll run it online.
Max
‎2006 Mar 10 5:55 PM
‎2010 Mar 10 1:18 PM
Hi Rich,
Need your Inputs on SAP Script Issue.
Issue:
In a Purchase order ME22n/mE23n Item View->Condition Control->Checkbox(Print Price) needs to be activated as it is not working. It's a standard functionality.
We are using customized script for PO Printing, At the time of customization we have somehow lost this functionality which has been recognised now, Client wants when "Print Price" Checkbox is checked then only the Amount should get displayed in the final output. If "Print Price" is Unchecked then Amount Should not be displayed on the final output.
Please suggest the approach which i Should take to resolve this issue.
Thanks In Advance..
Vikas
‎2006 Mar 10 6:10 PM
Hi Ravi,
Use : RSNAST00 Program this will help you in debugging PO.
Or
T/Code > SE71Utilities (Menubar)--> Activate Debugger.
When you execute the Messages in ME22n> YOu will get a pop-up for Debugger> then press OK.
This will lead you to Form Debugger--> Set the break point at your desired node by doublke clicking that node. This will create * infront of the node.
Hope this may help you.
Regards,
LanKa
‎2006 Mar 10 7:52 PM