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

BAPI_SALESORDER_SIMULATE

Former Member
0 Likes
668

This is regarding price simulation, we are using the following data set as input parameters to the BAPI:

Order_Header_IN:-

1. Document Type

2. Sales Organization

3. Distribution channel

4. Division

Order_Items_IN:-

1. Item Number

2. Material Number

3. Target Quantity

4. Material Group

Order_Schedules_IN:-

1. Item Number

2. Required Quantity

Order_Partners:-

1. Partner Function - Sold to and Ship to

2. Partner Number

On execution the BAPI simulates the prices and we get the NET_VALUE1 from Order_Items_Out, which is few cents lower than the one created in an actual sales order:

Sales Order Data

Net Value 98.55USD for 10 Units

BAPI Data

Net Value 98.35USD for 10 Units

If any body has used this BAPI, would request to validate the input parameters and advice what potentially could be wrong as we are getting this difference in the net value.

Regards,

Prameeda.

1 REPLY 1
Read only

Former Member
0 Likes
453

Hi,

Check out <a href="https://websmp202.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700008642392001">OSS Note 88497</a> to see if it will help. In particular, check your ORDER_ITEMS_IN input table to make sure it contains all the information suggested in this OSS Note.

Regards,

James G.