cancel
Showing results for 
Search instead for 
Did you mean: 

price determination for add in item from CRM IPC

Former Member
0 Kudos

Hello gurus,

please help me in solving my requirement.

am working on B2B isa application for CRM.

I do have sales org name,distribution cha,division,customer group,price group,price list,curency,unit of measure, sold to party,Pricing procedure , transaction type and add in( product id).

Using the above values i need to determine price for the product id.

Currently am using FM: com_pcat_itemgetprice.

But this FM does not give the net value after the discount.It gives only original price of the product from product master level.

Can any one please suggest me in determining net value for product using the above values

Thanks alot for your time.

Sunitha

Edited by: sunitha here on Apr 24, 2009 10:08 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sunitha,

If you want to re-determine the price on your addon or BAdI, you can use CRM_PRIDOC_COM_DET_PRCTYPE_EC. The standard pricing calculation uses this FM.

Regards,

Masayuki

Former Member
0 Kudos

Hi Sunita Here,

do you mean to say the price is taking from the condition records and showing up, without being calculating the discount condition type?

Former Member
0 Kudos

Yes,thats correct. Do you have any solution to over come this.