Application Development and Automation 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: 
Read only

BAPI for inbound delivery creation

Former Member
0 Likes
14,075

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

1 ACCEPTED SOLUTION
Read only

christian_wohlfahrt
Active Contributor
0 Likes
8,096

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

8 REPLIES 8
Read only

Former Member
0 Likes
8,096

Hi,

Please check functions :

GN_DELIVERY_CREATE

Or

BBP_INB_DELIVERY_CREATE

Regards,

Lanka

Read only

former_member181966
Active Contributor
0 Likes
8,096

Try

BBP_INB_DELIVERY_CREATE

BBP_INB_DELIVERY_UPDATE

Pl. award the points . if it help you .

Thanks

Read only

christian_wohlfahrt
Active Contributor
0 Likes
8,097

Hi Javier!

If you are above 620, then a 'real' BAPI is available BAPI_INB_DELIVERY_CHANGE (listed in transaction BAPI).

Regards,

Christian

Read only

Former Member
0 Likes
8,096

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

Read only

0 Likes
8,096

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)

Read only

0 Likes
8,096

If you want to use the function GN_DELIVERY_CREATE you can have a look to the standard program RM06EANL for example.

Best regards

Read only

Former Member
0 Likes
8,096

This message was moderated.

Read only

0 Likes
8,096

Hi Subramani,

please see how old this thread is, please do not respond.