cancel
Showing results for 
Search instead for 
Did you mean: 

Opportunity pricing using shipping conditions

Former Member
0 Kudos

Hi everyone,

we have quotation pricing being determined by product, incoterms and shipping conditions.

Is it possibile to have the same in an opportunity? i can't seem to be able to set shipping conditions in an opportunity, at both header and item level.

Would i be able to do so by forcing shipping data via badi, using CRM_ORDER_MAINTAIN?

thanks in advance for any help

d

Accepted Solutions (1)

Accepted Solutions (1)

MichaelNe
Employee
Employee
0 Kudos

Hi,

if you are able to derive the shipping conditions based on any opportunity data you can enhance the values for the pricing relevant attributes list via the CRM_COND_COM_BADI. Pricing could pick up the relevant discounts / surcharges based on that. So I would not see the need to call CRM_ORDER_MAINTAIN.

Best Regards,

Michael

Answers (2)

Answers (2)

Former Member
0 Kudos

thank you for the replies,

what i did was implement a badi (orderadm_h) and call functions shipping_maintain and pricing_maintain to save values in the opportunity.

I could see it works, when calling BAPI_SLSTRANSACT_GETDETAILMUL the shipping and pricing tables would be filled.

Now we have to check and see if it is enough to have pricing determination based on those values.

robert_kunstelj
Active Contributor
0 Kudos

Opportunity doesn't have shipping conditions so you can't use them.

Regards.