cancel
Showing results for 
Search instead for 
Did you mean: 

Fixed Record length - FCC

Former Member
0 Kudos

Hi Folks,

I have requirement that is expecting the fixed record length at my receiver flat file. IF there are more characters than specified then they have to be in nextline.

Every record has a length is 128. Each record has a start position 1 and end position 128

What FCC parameter has to be used for this.

Thank you

Regards,

Balu

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

>>IF there are more characters than specified then they have to be in nextline.

For coming in next line ;this thing you need to handle in mapping itself .

Regards

Venkat

mateen_popatia
Participant
0 Kudos

Hi Balu,

If NameA is your record name, then you can configure like this:

NameA.fieldFixedLengths = 128

NameA.endSeparator       = 'nl'   (For new line)

Hope this helps.

Regards,

Mateen.

naveen_chichili
Active Contributor
0 Kudos

Hi Balu,

you can use parameter NameA.fieldFixedLengths is mandatory in this case NameA is your recordset.

also please check the below link for reference.

http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

http://www.riyaz.net/sap/xipi-file-content-conversion-for-complex-structures/79/

Thanks,

Naveen

anand_shankar10
Active Participant
0 Kudos

Hi Sekhar,

Have to look to the below links and see the details about different parameters. Must be useful for you.

http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/frameset.htm

Thanks

Anand