cancel
Showing results for 
Search instead for 
Did you mean: 

How to change net price of order in B2B webshop

Former Member
0 Kudos

Hi All,

I have a requirement where a new input field (discount) is to be added in 'order.jsp' page of B2B webshop in header level. when a user enters some discount in it and clicks 'update' button, the netprice in header should be reduced by given discount and also all the line items should get affected by the same discount. I have added input field using extension mechanism as stated in 'examples' document.Now i am stuck with the pricing.Can any one suggest some pointers on this.

Regards,

Anasuya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Anasuya,

You can call either function module CRM_PRICING_MAINTAIN_OW (header) or function module CRM_PRICING_I_MAINTAIN_OW (item) in your CRM BAdI method CHANGEHEAD_SET_DATA to update the pricing conditions in your transactions.

You are able to do this since the user is in the Basket / Cart page and clicking Update button.

Easwar Ram

http://www.parxlns.com

Former Member
0 Kudos

Hi Easwar,

Thanks for ur reply whcih helped a lot.

Regards,

Anasuya

Answers (0)