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: 

SD_SALESDOCUMENT_CREATE

Former Member
0 Kudos

Is there anyway I can mark the sales order I am creating for not only overall complete delivery, but complete delivery on the lines as well?

The reason I am asking is I am creating sales orders using the above function module and we are having problems when an item is sold in a PACK but there is not enough stock it is creating 2 schedule lines each with part of a pack (i.e. 0.2 and 0.8).

When the availability control screen appears when you enter an order manually, you can click a button to force a complete delivery on the line therefore making the schedule lines 0 and 1.

I would like to set this through the above function module, is this possible.

Kind Regards

Carly Bond

2 REPLIES 2

Former Member
0 Kudos

Here is the field in IMPORT Parameters...

SALES_HEADER_IN-COMPL_DLV (BAPISDHD1-COMPL_DLV..)

Check this .. it will work...

0 Kudos

I am already setting this as X but it's not working.