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: 

BAPI_SALESORDER_CREATEFROMDAT2 value zero not possible?

Former Member
0 Kudos

Hello,

I call BAPI_SALESORDER_CREATEFROMDAT2 and fill the ORDER_CONDITIONS_IN table. But I want to set the value (cond_value or condvalue) to 0. So cond_value and condvalue are 0.000000000. However the system makes a automatic pricing and finds a price (if there is a price condition). When I display the order with transaction VA03 it has a price greater then 0. However I want it explicitely set to 0. How can I achieve this?

Cheers

Werner (at the moment in Vienna, Austria)

1 REPLY 1

Former Member
0 Kudos

YOu may have to go back in change mode and delete the conditions if the document pricing procedure allows it. If the document pricing procedure doesn't allow that, then you may need to go with another document type configured for zero value orders.