Application Development 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: 

How to get the salesprice and condition for a customer / material / date

frederic_r
Participant
0 Kudos

Hi all,

how can I get the correct price and condition for a customer / material / date ?

I know this is possible using the BAPI_SALESORDER_SIMULATE, but this bapi is using to much ressources on the system.

I'm trying to get the correct price and condition WITHOUT using that BAPI.

Does anyone know how it is possible ? As said before : I have the customer, material and a date.

thanks in advance for your help

1 REPLY 1

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

You need it because it's possible to have a complex pricing procedure, and you can't do it with a simple select on a table. Think that you can have pricing requirements, formulas (ie: VOFM) and so on in your pricing procedure (tcode V/08).

I hope this helps you

Regards

Eduardo