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 function module

Former Member
0 Likes
430

Hi ABAP experts,

I need your opinions on my current problem. We have an ongoing project that will create an outbound delivery but the front end would be via web. Problem is I think that there is no BAPI that creates delivery immediately that we can use. Is it possible if I just create a function module that is RFC enabled and inside the function module would be a BDC of VL01N? Please give me ur opinions and if you have sample program please let me know.

Thanks in advance

2 REPLIES 2
Read only

Former Member
0 Likes
397

I have not tried it. But inside RFC if you are planning to use BDC.. Only constrain can be a screen Porecessing. I thing by making BDC in processing without user dialog can work.

Darshan

Read only

former_member194669
Active Contributor
0 Likes
397

Please use Bapi for VL01N.

BAPI_OUTB_DELIVERY_SAVEREPLICA

BAPI_SALESORDER_CONFIRMDELVRY

or write wrapper RFC function module and call the following function module inside.

GN_DELIVERY_CREATE

or

RV_DELIVERY_CREATE

aRs