cancel
Showing results for 
Search instead for 
Did you mean: 

FM to Simulate Price in SAP CRM

Former Member
0 Kudos

Hi Gurus,

   Is there any way price can be simulated in SAP CRM? I tried modifying SAP test program IPC_TEST_ORDER, but no luck.

   In ECC, PRICING and BAPI_SALESORDER_SIMULATE function modules used to simulate price for sales document.

   Any help on this will be appreciated and points will be rewarded.

Regards,

Bhanu

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Helo Bhanu,

Please try below fm

SPE_CALCULATE_PRICE

Thanks and Regards

Shanto Aloor

Former Member
0 Kudos

Hi Bhanu,

You can use report for price simulation. We have a standard report for the price simulation in CRM.

Report: BEAR_CNPL_PDL_PROCESS.

Before using this report you need to create a price list. And for this report you need to give inputs BP, Product, Org data,dates & price list.

Thanks & Regards,

Ramesh.

baris_yalcin
Explorer
0 Kudos

Hi Bhanu,

for a direct pricing simulution (without CRM Order) in SAP CRM you can call in a Z-report the Function Module/RFC SPE_CALCULATE_PRICE. This is a new Pricing API that does a price determination and price calculation on the given parameters. The complete documentation of this API, including a full source code example, is available in the SAP note 1849765.

Best regards,
Baris Yalcin

Former Member
0 Kudos

Hi, check the badi CRM_COND_COM_BADI, FM CRM_PRIDOC_UPDATE_EC, FM CRM_CONDITION_COM_BUILD_OW, FM CRM_CONDITION_COM_BUILD_OW, FM CRM_PRIDOC_UPDATE_EC andFM CRM_PRICING_MAINTAIN_OW.

I hope it helps