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: 

Batch split in DELVRY07

joseph_manjiyil
Participant
0 Kudos

Hi All,

I am using IDOC_INPUT_DELVRY FM to post an idoc. The idoc creates a new batch and does PGR. My requirement is I want to pass the batch split for the batch.

Idoc works fine when I try posting it with line item 10. Please let me know what all fields need to be passed to idoc for creating a batch split in the inbound delivery.

Currently I am passing the following fields in the segment E1EDL24:

POSNR:000010

MATNR:100000148

WERKS:1AAX

LGORT:Q100

CHARG:1102050001

LFIMG:1

VRKME: CS

LGMNG:1

HIPOS:000010

HIEVW:1

But the idoc doesn't create a batch split. Please provide an advice on what I am doing wrong.

If any qualifier needs to be passed in the E1EDL19, please let me know where I can find the qualifiers maintained in my system.

Regards,

Joseph M

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos

Hello Joseph

I guess you are already on ERP 6.0. Thus, display structure E1EDL19 in SE11 and double-click on the data element -> domain EDI_VTDL19 -> fix values are the qualifiers.

In your case you need to use E1EDL19-QUALF = 'BAS'.

The split may work if you use:

POSNR = '900001'

CHARG = <first batch>

HIPOS = '000010'

POSNR = '900002'

CHARG = <second batch>

HIPOS = '000010'

Please refer also to threads:

Regards

Uwe

2 REPLIES 2

uwe_schieferstein
Active Contributor
0 Kudos

Hello Joseph

I guess you are already on ERP 6.0. Thus, display structure E1EDL19 in SE11 and double-click on the data element -> domain EDI_VTDL19 -> fix values are the qualifiers.

In your case you need to use E1EDL19-QUALF = 'BAS'.

The split may work if you use:

POSNR = '900001'

CHARG = <first batch>

HIPOS = '000010'

POSNR = '900002'

CHARG = <second batch>

HIPOS = '000010'

Please refer also to threads:

Regards

Uwe

0 Kudos

Hi Uwe,

I tried passing the data as mentioned by you. But the batch split is not happening. Instead idoc fails with one or another error.

If possible can you give the schema, of the idoc structure populated? I am using the Idoc basic type DELVRY07.

Regards,

Joseph M