cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to obtain outbound deliveries information

Former Member
0 Kudos

Hello there,

I need a standard BAPI (RFC enabled) to obtain this information. I suppose it should be one like

BAPISDORDER_GETDETAILEDLIST

but for getting Outbound deliveries rather than sales orders.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I don't know if this is RFC enabled, but you are this FM :

LIKP_READ (header data)

LE_MOB_GET_DELIVERY (item data)

BAPI_DELIVERY_GETLIST (only for ECC6)

Regards,

Lionel

Answers (4)

Answers (4)

Former Member
0 Kudos

That's the one I wanted BAPI_DELIVERY_GETLIST (only for ECC6)

Thanks a lot

Former Member
0 Kudos

Hi Julio,

Pls check this,,,,

BAPI_LIKP_GET_LIST_MSG

And also check this bapis aswell...

BAPI_OUTB_DELIVERY_CONFIRM_DEC

BAPI_OUTB_DELIVERY_CHANGE

BAPI_LIKP_GET_LIST_MSG

BAPI_LIKP_PROCESS_MSG

BAPI_LIKP_PROCESS_MSG_DIRECT

BAPI_OUTB_DELIVERY_SAVEREPLICA

BAPI_OUTB_DELIVERY_SPLIT_DEC

Regards,

Viveks

Former Member
0 Kudos

Thanks a lot Subba,

Those BAPIs are very interesting but what I need is one to obtain the delivery info itself, I mean, header and positions.

¿Do you know any to obtain it?

Former Member
0 Kudos

Hi,

PLZ find a list of BAPIS pertaining deleveries.

BAPI_IBDLV_CREATE_FROM_OBDLV BAPI Inbound Delivery from Outbound Delivery

BAPI_INB_DELIVERY_CONFIRM_DEC BAPI for Inbound Delivery Confirmation from a Decentralized System

BAPI_INB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Inbound Deliveries

BAPI_OUTB_DELIVERY_CONFIRM_DEC BAPI for Outbound Delivery Confirmation from a Decentralized System

BAPI_OUTB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Outbound Deliveries

Cheerzz..

Subbz..