cancel
Showing results for 
Search instead for 
Did you mean: 

po script problem

Former Member
0 Kudos

Hi experts,

i want to debug purchase order program.I am doing like this.First typed /h then enter tcode ME23N.

But it will coming out in the middle.My question is in this program i want to modify the values of

discount,vat,amount etc.How to find this variables in the source code.This program is written using scripts.

I want to debug entire po program .Is it possible how? So that i can find these variables in the

source code.please give me the step by step procedure.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

U find the Script form by using NACE

Find the script form and activate the debugger of script form

Another way is what your are proceeding ...

Let me know if any concerns....

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Navdeep,

Step1 : First you need to know form & driver program for PO printing.

i.e.

Go to NACE tcode

Select Application EF for Purchase Order

Click on Output Types

Select NEU Output Type and double click on Processing Routines

Now you can get Form Routine & Form Name

Step2 : check & find the required variable names in form.

Step3 : Find the Subroutine Pool(Search in form window for PERFORM statement)

Step4 : In that Subroutine Pool you can get all the variables and code.

Thanks

Chinni