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: 

Need BDC code for Call Transaction of VL31N, which creates Inbound del.s,

Former Member
0 Kudos

Hi Experts,

Is any body does have the BDC (CALL TRANSACTION) code for VL31N transaction, where we can crete INBOUND deliveries from Purc Orders.

Actually, currently am doing by using FM - GN_DELIVERY_CREATE, but, its not given me a chance to incorporate BATCH SPLIT functionality. So, decided to go with BDC

1 - Is this VL31N is Okay for BDC, bcoz, some where I red that, since its a ENJOY tx, its NOT recommended?

2 - Is there any other FM, BAPI to create INBOUND deliveries from POs, which can take care of BATCH SPLIT functionality?

3 - BDC code for VL31N tx.

thanq

Edited by: Srinivas on Jul 29, 2008 1:47 PM

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

1 - Is this VL31N is Okay for BDC, bcoz, some where I red that, since its a ENJOY tx, its NOT recommended?

yes you can do that .

2 - Is there any other FM, BAPI to create INBOUND deliveries from POs, which can take care of BATCH SPLIT functionality?

using BDC we can achieve the Barch split functionality.

3 - BDC code for VL31N tx.

Record using SHDB it will give you.

Former Member
0 Kudos

ok