cancel
Showing results for 
Search instead for 
Did you mean: 

Simulation Pricing in SaqlesOrder

Former Member
0 Kudos

I have a customer than he has a software out of SAP (like a JAVA portal) and he create his own SalesOrder in his system and then the process send all the information to SAP by a RFC connection , then the process execute a function CALL to BAPI_SALESORDER_CREATEFROMDAT2 , but the last price in the SAp system is sometimes different than last prize of his system (JAVA) , and he like to know the prize of the salesorder before execute the call function. In order to advise to the employee than exist difference in price between both systems.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Well Thanks for your answer.

But it's don't resolve my problem, because BAPI_SALESORDER_SIMULATE need to create all the SALESORDER and i only need pricing process for one material and customer.

Former Member
0 Kudos

You can check BAPI_SALESORDER_SIMULATE and PRICING_BUILD_XKOMV

Regards,

Dominik Modrzejewski

Former Member
0 Kudos

Sebastian

There is a transaction (V_NL) in SAP to simulate the price for a given customer, Material, Plant etc. The program is SDNETPR0. See if you can leverage it somehow.