‎2005 Dec 26 10:29 AM
In my requirement, I have to simulate the pricing conditions. For example, if a user inputs a pricing condition (ZN99), what is the value of other conditions determined? Basicly, pricing determination is done on the IPC server. Is there any function to attain this requirement?
‎2005 Dec 26 3:35 PM
Hi,
Try Function Modules from FG MEPR: eg:
ME_PRICING_DIALOG
OR
from Function Modules from FG V61A: eg:
PRICING_GET_CONDITIONS
or the FM CONDITION_TYPS_FOR_PRICING
Hope it helps...
Lokesh
Pls. reward appropriate points
‎2005 Dec 27 6:32 AM
I do appolize to say that I develop my program in the CRM system not R/3. All of your provided function names are not existent in the SAP CRM.
‎2005 Dec 27 6:37 AM
Hi,
If you are developing your program in CRM and wanna simulate the pricing in SAP System, you will have to create an interface with the SAP R/3. And while creating an interface you can call BAPI's or RFC's from the CRM program using the interface.
I dont know any other way of doing it...
Pls. reward appropriate points, if it helped you a bit.
Lokesh
‎2005 Dec 27 6:53 AM
I do appolize to say that I develop my program in the CRM system not R/3. All of your provided function names are not existent in the SAP CRM.