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

Passing Net value through BAPI_SALESORDER_CREATEFROMDAT2

Former Member
0 Likes
707

HI All,

I am using BAPI_SALESORDER_CREATEFROMDAT2 to update sales order.

Here Sales order has been creating but without net value. while i am trying to create using BAPI_OUTB_DELIVERY_CREATE_SLS

system throwing an error " sales order is incomplete - maintain order"

If I can fill net value then the order will be completed. how can I pass net value?

Thanks,

kalandar

2 REPLIES 2
Read only

Former Member
0 Likes
542

You cannot pass item NET VALUE to the BAPI directly. Net value is calculated based on the Pricing conditions and the configuration of Pricing procedure.

Read only

0 Likes
542

Thanks for your reply.