‎2007 Mar 30 4:46 AM
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
‎2007 Mar 30 4:53 AM
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
‎2007 Mar 30 4:56 AM
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