Application Development 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: 

BAPI for Delivery Document

Former Member
0 Kudos

Hi,

I need a BAPI which fetches delivery documents.

Thanks,

Rajeev

6 REPLIES 6

Former Member
0 Kudos

cehck tcode BAPI itself under SD.

Rajeev , first u have to try at u end .

Regards

Prabhu

Former Member
0 Kudos

Rajeev,

check these,

BBP_INB_DELIVERY_CREATE

SHP_VL10_DELIVERY_CREATE

SHP_VL10_DELIVERY_CREATE_PARA

GN_DELIVERY_CREATE

RV_DELIVERY_CREATE_SINGLE

BAPI_INB_DELIVERY_CHANGE Change inbound delivery

BAPI_INB_DELIVERY_CONFIRM_DEC BAPI for inbound delivery verification from a decentralized system

BAPI_INB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Inbound Deliveries

BAPI_OUTB_DELIVERY_CHANGE BAPI for Change to Outbound Delivery

BAPI_OUTB_DELIVERY_CONFIRM_DEC BAPI for Outbound Delivery Verification from a Decentralized System

BAPI_OUTB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Outbound Deliveries

BAPI_OUTB_DELIVERY_SPLIT_DEC BAPI for Subsequent Outbound-Delivery Split from a Decentralized Syste

BAPI_DELIVERYPROCESSING_EXEC Delivery Processing: Deliver Preceding Document, Expand Delivery

Don't forget to reward if useful...

shishupalreddy
Active Contributor
0 Kudos

Hi ,

BAPI_LIKP_GET_LIST_MSG

check it once

Former Member
0 Kudos

thanks a lot guys,

but i need a FM which fetches delivery document based on the date .So if i specify the start and end date ,i should get all the delivery documents which corresponds to those dates.

thanks

rajeev

Former Member
0 Kudos

Hi,

please let me know why you need a function module for this?

why dont you go for a simpel select statement?

if you need this info to be send to another system via RFC my suggestion would be write a simple FM whish is remote enabled

thanks

Sai

0 Kudos

hi sai,

thanks for ur suggestion,

but we cant write the function module. In our case it is mandatory that we have to use sap standard FM or BAPI.so guys help me out.

thanks in advance