2005 Apr 28 6:35 PM
Hi ,
Can anyone please suggest how to add line items to Change Delivery ( VL02N ). Can i use BAPI_OUTB_DELIVERY_CHANGE to achieve this functionality.And what data i have to pass for this?
Thanks in Advance,
Anjani.
Hi ,
Can anyone please suggest how to add line items to Change Delivery ( VL02N ). Can i use BAPI_OUTB_DELIVERY_CHANGE to achieve this functionality.And what data i have to pass for this?
Thanks in Advance,
Anjani.
2005 Apr 28 9:58 PM
Hello Ajnani,
'BAPI_OUTB_DELIVERY_CHANGE' is a 'BAPI for Change to Outbound Delivery'. According to SAP help documentation,
"You can use this method to change outbound deliveries in both the Enterprise Resource Planning system (ERP system) and the decentralized Warehouse Management System (WMS), according to their respective distribution to the decentralized WMS. You can make these changes in the central ERP system and in the decentralized WMS. The interface ensures that outbound delivery data planned for a comparison is identical in both systems, even after subsequent changes."
You can find further documentation, for instance about required parameters, in SAP help.
Thanks,
- Vik.
2005 Apr 29 12:36 PM
Hi vik,
I want to know the parameters i have to pass to this Function Module to add a line item. can you please help on this..
Thanks,
Anjani.
2005 Apr 29 12:42 PM
Hi Anjani,
There is too much documentation to post into the forum, so I suggest that if you have the SAPGui, you do the following:
1. Run transaction SE37
2. Enter function module name BAPI_OUTB_DELIVERY_CHANGE
3. Hit display
4. Hit the button Function Module Documentation
5. Down the bottom of the documentation you have a detailed description of each of the parameters (with hyperlinks)
You can do this for all BAPIs.
Cheers,
Brad
2007 Jun 08 6:08 PM
Hi,
Can you use this BAPI if you are not using a decentralised warehouse? E.g. Just to do a standard outbound delivery item quantity change (VL02N equivalent). Have looked at the documentation and it all suggests decentralised and when we have tried to implement this in standard we get the following error message
"004 Error in document &1 item &2 (quantity consistency check)"
MSG CLASS VLBAPI
We have looked at the documentation and tried different combinations of the QTY fields but always get this message.
We are using AFS system ECC5.
2007 Jun 08 6:15 PM
Just found the answer and think have solved the problem at the following site
2007 Jun 08 6:21 PM
You can change the values by using FM BAPI_OUTB_DELIVERY_CHANGE ,
if you want to add new line item this fm will not work.
there is one more function module to update delivery : LE_MOB_DELIVERY_UPDATE