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

batch split instead of creating different items while creating i/b delivery

Former Member
0 Likes
1,122

Hi All,

I am using FM GN_DELIVERY_CREATE for creating an inbound delivery against an ASN(Advance shipment notification).

Currently it is creating multiple items in the delivery for different batches. However we now want to do batch split for the material. Is there any way we can leverage it using the same FM. If no, which FM can be used for doing batch split.

Thanks and regards

Rohit Malik

2 REPLIES 2
Read only

Former Member
0 Likes
683

Hi Rohit ,

as per my understanding of ur query , currently its doing the batch splits itself, thats y based on the avail.qty of the batches its creating Multiple Line items.,plz cross check.

regards

Prabhu

Read only

0 Likes
683

No, right now I am getting the output in the following manner:

ITEM MATERIAL...............BATCH

1 XXX batch 1

2 XXXX batch 2

3 XXX batch3

But I want it to look like this

ITEM MATERIAL...............BATCH

1 XXX

90001 batch 1

2 XXXX

90001 batch 2

3 XXX

90001 batch 3