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

sapscript - medruck DEBUG

Former Member
0 Likes
1,463

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,115

Hi

Run the print directly by transaction ME23N, in this case it'll run it online.

Max

6 REPLIES 6
Read only

Former Member
0 Likes
1,115

Hi Ravi,

Try to use the SAP standard program RSTXDBUG to debug the script.

Regards,

Varun.

Read only

Former Member
0 Likes
1,116

Hi

Run the print directly by transaction ME23N, in this case it'll run it online.

Max

Read only

0 Likes
1,115

Click the print preview button in ME23N, this will fire the print program in dialog mode.

Regards,

Rich Heilman

Read only

0 Likes
1,115

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

Read only

Former Member
0 Likes
1,115

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

Read only

Former Member
0 Likes
1,115

Ravi,

Try transaction ME90 for PO Debugger.

Pete