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 or function module to create and change deliveries

Former Member
0 Likes
926

Hi Experts,

Is there any function module or bapi for creating and change the delivery ( single function module for both create and change ).

thanks,

sudheer

6 REPLIES 6
Read only

Former Member
0 Likes
879

Hi Sudhir,

Try the following FMs.

BAPI_INB_DELIVERY_CHANGE

BAPI_OUTB_DELIVERY_CHANGE

BAPI_OUTB_DELIVERY_CREATENOREF

BAPI_OUTB_DELIVERY_CREATE_SLS

BAPI_OUTB_DELIVERY_CREATE_STO

Regards,

Vimal.

Read only

0 Likes
879

Hi Vimal,

thanks for your reply.

but i think these bapi's are for only single functionality ( create or change ).

I need a single function module which can create or change deliveries both.

any idea.

or how to achieve this?

thanks,

sudheer

Read only

0 Likes
879

Hi,

Function module RV_DELIVERY_CREATE

BAPI_OUTB_DELIVERY_SAVEREPLICA

BAPI_DELIVERYPROCESSING_EXEC

Read only

0 Likes
879

Hi,

I need only one function module to create and change deliveries.

is there fm or bapi available or we need to create a fm for that can anybody suggest me.

if we need to develop a function module for this how to proceed.

can anybody suggest me.

thanks,

sudheer

Read only

0 Likes
879

BAPI_DELIVERYPROCESSING_EXEC

Read the FM documentation and see the parameter delivery_extend for details.....

Read only

Former Member
0 Likes
879

thanks