cancel
Showing results for 
Search instead for 
Did you mean: 

FCC in receiver file adapter

Former Member
0 Kudos

Hi,

My scenario is proxy to flat file(FCC). The incoming structure has following format:

Header1

Item1

Header2

Item1

Item2

Item3

Header3

Item1

Item2

.

.

Control

Each Header can have multiple item fields. The last line is control record.

So the structure is like ::::: header, item, item, item, header, item u2026.., control.

what configuration should be done in FCC?

Thanks in Advance.

Regards,

Miten

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Miten,

Have a look at this webloG :

Thanks

Pooja

Former Member
0 Kudos

Thanks Pooja - I have already gone throught the weblog mentioned by you. If I follow it, my header and item fields would come in 1 line and not on different line as desired.

Regards,

Miten

Former Member
0 Kudos

To separate the header and line with a new line you should use 'nl' instead of $$ in the endSeparator parameter of the FCC.

Check out this for more details on FCC : http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/frameset.htm.

Thanks,

Pooja