cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_SALESORDER_SIMULATE

Former Member
0 Kudos

BAPI_SALESORDER_SIMULATE returns incorrect net values (x10, x100).

Any of you got an idea ??

Accepted Solutions (1)

Accepted Solutions (1)

alex_zheng
Contributor
0 Kudos

Hi,

I would kindly like you to check the provided quantity in the parameter

ORDER_ITEMS_IN-REQ_QTY. This field does not have digits and is

internally divided by 1000 to get the digits.

This means that a quantity of 1 in this field is really a quantity of

0.001 and in order to have the desired quantity of 1 the field

order_items_in-req_qty has to be filled with 1000 as explained in

transaction BAPI.

Cheers,

Alex

Answers (0)