Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Pricing Simulation

Former Member
0 Likes
673

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?

4 REPLIES 4
Read only

Former Member
0 Likes
513

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

Read only

0 Likes
513

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.

Read only

0 Likes
513

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

Read only

0 Likes
513

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.