cancel
Showing results for 
Search instead for 
Did you mean: 

Price Determination from Material Master in Sales Order.

Former Member
0 Kudos

Hi Gurus,

We have a Requirement from Client, The Client maintains Planned Price 3 in Costing 1 View of Material Master and this is Maintained by Finance Department and they want that Price to be Reflected as Sales price PR00 in Sales Order without maintaining the Condition Record for PR00.How can we Configure this please help.

Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member209761
Active Contributor
0 Kudos

Dear Amit1986 ,

Ask your ABAPer to write a routine for alternative condition type(VOFM)

Logic will be to fetch the value in the costing view (you can get the table and field by pressing F1 in the relevant field) of the matnr in vbap. the Abaper will be able to call the matnr value from the screen before the sales order is saved.

This matnr value should be passed in the table (which you got by pressing F1 in the material master) and you can fetch the value of the relevant field .

Now assign the alternative condition type against your PR00 in the pricing procedure.

Check and revert back.

Thanks & Regards,

Hegal K Charles

Edited by: Hegal . K . Charles on Oct 18, 2011 8:58 AM

Former Member
0 Kudos

Hi Hegal,

Thanks for your help.....its was very helpful

Answers (1)

Answers (1)

Former Member
0 Kudos

hi Amit,

Did you checked condition type VPRS - this condition type is used in SO to get cost from Material master and same you can pass to PR00. you might need to do some routing for this