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: 

BAPI or FM for Outbound delivery

dheeraj_vaishampayan
Active Contributor
0 Kudos

Dear Experts,

We are in SAP 4.6C and facing problem in creating outbound delivery against Sales Order, requirement is

1. Create Outbound delivery against Sales Order where we need to change quantities and batches against Sales Order line items

e.g. Sales Order may contain details as :

Item 10 Product X1 Batch B1 Qty 10

Item 20 Product X2 Batch B2 Qty 15

We need to create delivery against above Sales Order line item with details as under:

Item 10 Product X1 Batch B1 Qty 9

Item 20 Product X2 Batch B2 Qty 7

or in other case

Item 10 Product X1 Batch B4 Qty 8

Item 20 Product X2 Batch B3 Qty 7

2. After Creating Outbound delivery with correct quantities we need to Post Goods Issue (PGI)

again i am finding difficulty in finding a BAPI or FM to do this,

other possible option could be a BDC

Please suggest on any / both of these things (Please remember we are in 4.6C)

Regards

Dheeraj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI...

Check this thread

Even check this FM

BAPI_OUTB_DELIVERY_CREATE_SLS

BAPI_OUTB_DELIVERY_CREATE_STO

Edited by: avinash kodarapu on Nov 30, 2008 1:14 AM

2 REPLIES 2

Former Member
0 Kudos

HI...

Check this thread

Even check this FM

BAPI_OUTB_DELIVERY_CREATE_SLS

BAPI_OUTB_DELIVERY_CREATE_STO

Edited by: avinash kodarapu on Nov 30, 2008 1:14 AM

chaouki_akir
Contributor
0 Kudos

Hello,

there is an OSS note "Note 491875 - Maintenance of Delivery Transactions VL01, VL02, VL31, VL32".

By reading it, i understand that no BAPI exists for delivery creation/modification (VL01N VL01 / VL02N VL02).

==> I think you should use Batch input for creating/modifying deliveries (and Goods issues).

Cordialement,

Chaouki.