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: 

Automatic packaging price in price determination(SD-module)

Former Member
0 Kudos

Hi,

We have posted a new condition type in the existing procedure and created condition records. But, when we create a delivery the automatic price is not picked up.We want automatic pick up of packaging price in the delivery.

Is there any exit where we can use to do so?

I found one named 'USEREXIT_SAVE_DOCUMENT_PREPARE'

Can anyone one suggest what code to write in that to achieve the requirement.

Many thanks in advance.

Regards,

Dipen

1 REPLY 1

Former Member
0 Kudos

Well,

I think any changes related to pricing should be don in USEREXIT_PRICING_PREPARE_TKOMP. Here one need to do changes in XKOMV table.

But before that, I just want you people to check the STLNR of table KOMV (sequence number assigned to this newly created condition). Because, in SD, it calculates the Net Price in the sequence.

Regds,

Sandip.