2006 Mar 13 5:24 PM
Hi,
I have to create and modify inbound deliveries from a code, so I'm wondering if exists any BAPI (or function module) to create or modify inbound delivery.
Thanks in advance
2006 Mar 13 5:37 PM
Hi Javier!
If you are above 620, then a 'real' BAPI is available BAPI_INB_DELIVERY_CHANGE (listed in transaction BAPI).
Regards,
Christian
Hi,
I have to create and modify inbound deliveries from a code, so I'm wondering if exists any BAPI (or function module) to create or modify inbound delivery.
Thanks in advance
2006 Mar 13 5:33 PM
Hi,
Please check functions :
GN_DELIVERY_CREATE
Or
BBP_INB_DELIVERY_CREATE
Regards,
Lanka
2006 Mar 13 5:33 PM
Try
BBP_INB_DELIVERY_CREATE
BBP_INB_DELIVERY_UPDATE
Pl. award the points . if it help you .
Thanks
2006 Mar 13 5:37 PM
Hi Javier!
If you are above 620, then a 'real' BAPI is available BAPI_INB_DELIVERY_CHANGE (listed in transaction BAPI).
Regards,
Christian
2006 Mar 14 9:19 AM
Thanks everybody for the answers, now I'm trying to put to work these functions, so any example code on this topic would be very appreciated.
thanks again for all
2006 Mar 23 7:24 PM
This is an example of BAPI_INB_DELIVERY_CHANGE. It is in the documentation of the function
I hope it helps you...
Example
If you want to change the quantity for a distributed quantity, then following entries are required for the transfer to the connected system:
In the header data of inbound delivery parameter (HEADER_DATA)
The delivery number (DELIV_NUMB)
In parameter item data of inbound delivery (ITEM_DATA)
The delivery number (DELIV_NUMB)
The delivery item (DELIV_ITEM)
The delivery quantity in sales unit (DLV_QTY)
The actual delivery quantity in base UoM (DLV_QTY_IMUNIT)
The sales unit (SALES_UNIT)
The ISO code for the sales unit (SALES_UNIT_ISO)
The base unit of measure (BASE_UOM)
The ISO code for the base unit of measure (BASE_UOM_ISO)
In the control of the inbound delivery at item level parameter (ITEM_CONTROL)
The delivery number (DELIV_NUMB)
The delivery item (DELIV_ITEM)
The Change Delivery Quantity indicator(CHG_DELQTY)
2006 Mar 23 7:28 PM
If you want to use the function GN_DELIVERY_CREATE you can have a look to the standard program RM06EANL for example.
Best regards
2014 Feb 06 8:16 AM
2014 Feb 06 8:43 AM
Hi Subramani,
please see how old this thread is, please do not respond.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |