cancel
Showing results for 
Search instead for 
Did you mean: 

File to multiple IDOC

former_member659396
Participant
0 Kudos

Hi

I am working on File to Multiple IDOC scenerio wThe file structure is shown below

110.01.2009|ABCD|USD|OH|1a3c|11111111|A|10|TEST|TEST|1b1b1b1b

1|10.01.2009|ABCD|USD|OH|1a3c|22222222|H|20|TEST|TEST|1c1c1c1c

1|10.01.2009|ABCD|USD|OH|1a3c||33333333|H|14|TEST|TEST|1c1c1c1c

2|10.01.2009|ABCD|USD|OH|1a3c|44444442|A|15|TEST|TEST|1b1b1b1b

2|10.01.2009|ABCD|USD|OH|1a3c|55555555|H|16|TEST|TEST|11d1d1d1

1|10.01.2009|ABCD|USD|OH|1a3c is a header structure

11111111|A|10|TEST|TEST|1b1b1b1b is a item structure.

I want to create with all records start with 1 will be 1 idoc with header structure (1|10.01.2009|ABCD|USD|OH|1a3c)and multiple

segments (11111111|A|10|TEST|TEST|1b1b1b1b--1 item segment ,|

22222222|H|20|TEST|TEST|1c1c1c1c--2 item segment,

33333333|H|14|TEST|TEST|1c1c1c1c--3 item segment) consisting each with item data.

and starts with 2 as a separate idoc with one header data and multiple segments.

Any inputs would be apreciated..

Thanks

Rohan

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member659396
Participant
0 Kudos

thnks