cancel
Showing results for 
Search instead for 
Did you mean: 

want to achieve FCCat receiver side while field sepreted by'nl'&fixedlength

Former Member
0 Kudos

Hi all

I am trying an idoc to file scenario in which my output file is a flat file

structure having Recordset structures Header, Data Item &Footer .In item the field

are in fixed length as well as in new line also.I am bit confused how to achieve this

I have also gone through help doc but not getting proper idea. for detail understanding i am giving the struct of my o/p flat file......................

PM157610100000305000126 (header)

2803010138951000127290100000005USC 2007062720070627SSDASDSA

000000000789EUR (tow row of item fields)

PM15000001 (footer)

Plz do the needful help by sharing your views on this issue

Regards

Neha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Roy,

In your file receiver communication channel select the option content Conversion. In recordset structure you give Header, DataItem, Footer and give this parameters:

Header.fieldFixedLengths

Header.endSeparator

Header.addHeaderLine : 0

DataItem.fieldFixedLengths

DataItem.endSeparator

DataItem.addHeaderLine : 0

Footer.fieldFixedLengths

Footer.endSeparator

Footer.addHeaderLine : 0

Also check this help for reference:

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

Regards,

---Satish

Answers (0)