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

Create RFC for delivery creation

Former Member
0 Likes
1,452

Hi everyone. Can anyone help me with my problem? We have a requirement to do delivery creation via a web as the front end and SAP as the backend. My problem is I think there is no BAPI available that is remotely enabled to create delivery.

My question is, can I just create an FM that is remotely enabled and put a BDC to create delivery in SAP? Is this possible? Let me know what your thoughts on this. Any idea will be a great help. Thanks.

Hi everyone. Can anyone help me with my problem? We have a requirement to do delivery creation via a web as the front end and SAP as the backend. My problem is I think there is no BAPI available that is remotely enabled to create delivery.

My question is, can I just create an FM that is remotely enabled and put a BDC to create delivery in SAP? Is this possible? Let me know what your thoughts on this. Any idea will be a great help. Thanks.

9 REPLIES 9
Read only

Former Member
0 Likes
1,278

You can use IDOC_INPUT_DESADV1 to create delivery in SAP

Read only

Former Member
0 Likes
1,278

Is this also ng RFC? If yes, do you know how we are going to call that idoc from java?

Read only

0 Likes
1,278

It is RFC enabled so you fill structure of IDOC segments and call it from JAVA.

Read only

Former Member
0 Likes
1,278

I saw the IDOC_INPUT_DESADV1 and the only import parameters is INPUT_METHOD and MASS_PROCESSING. Is this the only parameter I need to give to the java developer? Please enlighten as this is my 1st time to use rfc ... tnx

Read only

0 Likes
1,278

There are TABLE parameters in which you have to fill values. If you dont know how IDOCs and segments are linked then it will be difficult for you to understand. I dont ahve examples here but you can search this forum where enough examples are available for use of IDOCs in general.

Read only

Former Member
0 Likes
1,278

Hi. Is there anyone who knows which BAPI/FM to use when creating outbound delivery without reference to a sales order?

Best regards.

Read only

0 Likes
1,278

try these.

<b>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</b>

Regards

Prabhu

Read only

0 Likes
1,278

hi. are these bapi for creating delivery without reference? which bapi do you is best to use with my requirement? do you have a sample code which i can use as a guide? thnks.

Read only

0 Likes
1,278

I too would like to be able to create an outbound delivery without reference via IDOC or BAPI. Is there a standard process to meet this requirement?