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: 

Inbound delivery creation through VL01N

Former Member
0 Kudos

Hello,

I wud like to create inbound(return) delivery through VL01N t-code with reference of sales/repair order.

following things i am passing to VL01N screen:

1. Shipping point

2.delivery date = current date

3.repair / sales order number

4.delivery type

suggest me any FM / BAPI

Edited by: anilpat1 on Apr 7, 2009 8:39 AM

4 REPLIES 4

Former Member
0 Kudos

Hi,

Go to the Transaction code BAPI and go for the tab displaying in Alphabetical order and u can find the BAPI for Inbound Delivery BAPI and selct this one and u have the description and for further description go to that FM and go for Documentation whcih gives u the Parameters that to be used...

Regards,

Vijaya Lakshmi.T

Former Member
0 Kudos

BAPI_DELIVERYPROCESSING_EXEC

You can use this BAPI to create outbound delivery based on sales order

0 Kudos

This BAPI is not for customer use.It is not released by SAP for customer.And this is used betwwen APO & ERP system.

suggest any other FM / BAPI.

Former Member
0 Kudos

Hi,

Did you mean VL31N for Inbound delivery as VL31N is the transaction for Inbound delivery not VL01N.

Try this function module below if it is a collective processing.

function module GN_DELIVERY_CREATE.

let me know if it worked.

R,

Srini