All,
I'm using a custom web service to create an order in SAP ECC 6.0 from BAPI_SALESORDER_CREATEFROMDAT2. After the order creates, while still in the web service, I read VBUP-BESTA to make further business decisions about the line items of the order, such as by looking for a value of 'C' to know that the article was in-stock and 'completely processed'.
This works fine for me until I change a shipping point calendar to be a non-working day, at which point I never get a 'C' for completely processed. Can someone tell me specifically why an order that's not due to ship for days can not have a status of completely processed on a non-working day? And is there any other form of item level status that I could check to receive the same type of feedback, regardless of a non-working day?
Thanks in advance for you help,
Kevin