cancel
Showing results for 
Search instead for 
Did you mean: 

freight condition value: validate automatic fill in me23n -PO creation

Former Member
0 Kudos

Hi all

i have a query.

when creating a PO( me23n), few fields gets automatically filled.

like, freight conidtions, contidion value, its amount.... etc..

i would like to cross verify whether they are correct. and also know based on what those values filled in.

is there any tcode or table which shows me this data.

not based on PO ( as i am still creatign it) btu based on other values liek vendor or material or storage loc or anything based on which it automatically populated me these.

basically i want to undersatnd whether those vales r correct and also what is the "rule" that is driving this. and if required wher can i change these rules........

Please let me know. thanks a lot.

regards

Kavana

Accepted Solutions (1)

Accepted Solutions (1)

amit_choudhary6
Active Contributor
0 Kudos

Every time you create a PO for a material, if Info update indicator is selected in PO item details (Material data tab), a new master record is created called as Info reecord. All the values of the last PO are stored there.

Now when you create a new PO for the same material and vendor, system pulls the Info record (if any) and inputs the pricing condtions fromthe last PO.

If yu want to view these values you can use T Code ME13.

Former Member
0 Kudos

Hi thanks alot.

i need to undersatnd how this pricing works. all the conditions, type, table, access seq.....

the flow flow i mean. can u please share a doc or in breif in ur own words?

thanks....

amit_choudhary6
Active Contributor
0 Kudos

Lets take an example.

Say you are buying from your vendor and the pricing is:

1. Gross price: 100

2. Discount: -10

2.1Net - 90

3. Freight: 5% of net

4. Total: 90 + 0.45 = 94.5

Now first we make condition types for 1, 2 and 3 through M/06

Then we create a pricing procedure using M/08 which would include:

Conidition Type , From , to and other indcators

From, to fields tell you on what value the calculation will be done in case it is a % of something. For e.g. Frieght in our case is % of 2.1 and so on.

Conditon tables are nothig but records like Info Records i.e. price of material from a particular vendor.

Access sequences are used to create conditon tables. For e.g. an access may have fields like : Vendor, Material, P Org, Plant etc. and for these you will fiunally arrive at a price.

Then you assign the Access sequence to the condtion type.

For more details the best place is help.sap.com

amit_choudhary6
Active Contributor
0 Kudos

heres the link to help.sap

[http://help.sap.com/saphelp_47x200/helpdata/en/9e/4e8c366b2c11d1b5d50000e8a738dc/frameset.htm]

Answers (0)