cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding FCC Recordset Stru ?

Former Member
0 Kudos

Hi @,

I have scenarion where I am using FCC and my file struct is like this:

<MessageType><1></1><2></2><3></3><MessageType/>

That is there is no recordset structure which definitely i can create by changing the datatype but I need to perform FCC with this information I dont knwo how to do this .

My Input is : a1,a2,a3

Regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member184543
Active Participant
0 Kudos

HI,

try these.... Variuos ways

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

/people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change

/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC

/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC

/people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns - FCC

/people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file - FCC

/people/harrison.holland5/blog/2006/12/20/xi-configuration-for-mdm-integration--sample-scenario - FCC - MDM

/people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp - FCC

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - FCC

/people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter - EOIO - File

http://help.sap.com/saphelp_nw04/helpdata/en/ee/c9f0b4925af54cb17c454788d8e466/frameset.htm - cc

http://help.sap.com/saphelp_erp2005vp/helpdata/en/95/bb623c6369f454e10000000a114084/content.htm - fcc cOUNTER

Thanks

Sanjo

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Try using just the either the NameA.fieldFixedLengths

or NameA.fieldSeparator to do this.