cancel
Showing results for 
Search instead for 
Did you mean: 

Need to Pick the file with continious records in File Sender

Former Member
0 Kudos

Hi,

I am Working with File to Idoc Scenario. Where I am using Field Fixed length as FCC. The fixed length of each record is 200.

I am able to pick the first 200 characters.

For example:

If the file has 600 characters continiously. The first 200 belong to first record and second from 201 to 400 and so on.

How can i control this in File adapter.

Regards,

Manoj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Your data type record should have an occurence of 0..unbounded or 1..unbounded. In file content conversion, leave the recordset per message empty.

Let's say you have the following structure:

DT_MAIN_SEGMENT (0..1)

RECORDSET (1..unbounded)

In file content conversion, DT_MAIN_SEGMENT will be your recordset name and RECORDSET will be your recordset structure.

Answers (0)