Skip to Content
0
Former Member
Oct 17, 2006 at 09:41 PM

Content Conversion with SubStructures

23 Views

Hi,

I one of our XI Scenarios we have a Structure like

MESSAGE TYPE

RECORD SET

1. AddressHeader

2. Header

3. Batch Header

4. Detail Record

4.1 OVERFLOW Record

5. Batch Total Record

6. Service Total Record

7. File Trailer Record.

I am trying to handle it through the File Content Conversion.

If I mention the Recordset Structure as

=================================================

AddressHeaderRecord,1,LockboxHeaderRecord,1,BatchHeaderRecord,,DetailRecord,,OverflowRecord,,BatchTotalRecord,,ServiceTotalRecord,,FileTrailerRecord,

=================================================

then the OVERFLOW Record is coming at the same Level as Detail Record and not as a Child of the Detail Record.

My MESSAGE TYPE declared in IR has the Overflow Structure as a Child of the Detail record.

What needs to be mentioned in the RecordSet Structure so as to get the OVERFLOW Record as a Child of the Detail Record.

Arunava