Application Development 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: 

How to change the freight prices in the item level of Purchase order

0 Kudos

Hi All,

I have a requirement that when ever the freight prices in header level of PO changes,

in the item level fright prices has to be calculated based on the number of line items.

Can anyone please let me know where to implement the logic.

I tried to create in ME_PROCESS_PO_CUST but it is not triggering when i change the freight charges in header level.

Please let me know whether i need to implement in User exit.

If so inform me the name of User exit.

Regards,

Sneha

4 REPLIES 4

former_member200754
Participant
0 Kudos

Hi,

Do you mean change value for condition type freight price ?

If so, in configuration pricing procedure for PO, there some places where you can create your own formular / requirement for condtion type and you can add your code there.

I used to do the same in SD module, but still not do in MM module. you can try ,maybe it help.

Jelena
Active Contributor
0 Kudos

Please tag this with MM in addition to ABAP. I strongly suspect there is an alternative solution possible using configuration that does not actually require ABAP.

I've also seen similar questions ("split" header pricing condition among the line items) discussed in SD but I'm not following the MM forum usually. Both use similar condition technique though.

JL23
Active Contributor
0 Kudos

according to OSS note 456691 - FAQ: Price determination in purchasing

Q&A 11 has a price determination to be carried out manually item for item.

former_member664020
Participant
0 Kudos

2.jpg

Guys if I need to make changes in the freight price.

How can i do that?

Assistance required