Hi Experts.
I have a requirement to create outbound delivery automatically from SAP MII. According to our SAP ERP configuration, department_no value has to be inserted obligatory. That's why I am using BAPI_DELIVERYPROCESSING_EXEC to create outbound delivery, as this FM has DEPARTMENT_NO parameter in its input structure REQUEST.
I am passing the following data to REQUEST structure:
- ID;
- DOCUMENT_NUMB;
- DOCUMENT_ITEM;
- SHIP_TO;
- DISTRIBUTION_CHANNEL;
- DIVISION;
- PLANT;
- STGE_LOC;
- DEPARTMENT_NO;
- QUANTITY_SALES_UOM;
- MATERIAL;
- GOODS_ISSUE_DATE;
- GOODS_ISSUE_TIME;
- DELIVERY_DATE;
- DATE;
- DOCUMENT_TYPE
All other inputs are left blank.
Unfortunately, as a result of BAPI execution I am receiving the following error:
VU 014 Data incomplete: Department No (LIPS-ABTNR), error group: L7
This strange error, as I am definetly passing DEPARTMENT_NO to BAPI and its value is correct (I've copied value from another outbound delivery created manually).
I've gone through lots of SCN threads and searched for answer in other locations, but still unable to find the solution..
Can somebody please help me to figure out the cause of this issue and find the solution? Any reply will be greatly appreciated!
Thanks in advance!
Best Regards,
Vitaliy