cancel
Showing results for 
Search instead for 
Did you mean: 

File content conversion......

Former Member
0 Kudos

In some scenarios they have specified the FCC parameters as

ignoreRecordsetName true

record.fieldSeparator |

what is the meaning of those parameters. I want to know the all the available parameters list and their use. Can any body help me in this regards?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

1) ignoreRecordsetName

A <Recordset> element is inserted in the XML structure for each recordset structure. This level is not always required, particularly if the recordset only contains one structure definition.

If you set the parameter to true, the <Recordset> element is not inserted.

2) NameA.fieldSeparator

If you make an entry here, the system expects that the structure contains the specified character string (one or more characters) as a separator between the individual columns.

If you have not made an entry for fieldFixedLengths, this is the only specification to identify the individual columns in a row.

If you made a specification for fieldFixedLengths, the extra length of the separator is taken into account, but no further consistency checks are performed.

For more information refer:

http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm

Thnx

Chirag

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

To know more about parameters in FCC go through this.

Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1)

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2)

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

Content Conversion (Pattern/Random content in input file)

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

Regards,

Sarvesh

aashish_sinha
Active Contributor
0 Kudos

Hi,

ignoreRecordsetName

A <Recordset> element is inserted in the XML structure for each recordset structure. This level is not always required, particularly if the recordset only contains one structure definition.

If you set the parameter to true, the <Recordset> element is not inserted.

record.fieldSeparator

This is just a field sepeerater. You can provide any string you want to seperate the records field. like A B C D to A #B #C #D. here "#" is record field seperator.

See the below links to get more details about File Content Conversion,

http://help.sap.com/saphelp_erp2005vp/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

/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

Check this blog Get rid of Recordset node https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4694. [original link is broken] [original link is broken] [original link is broken]

Hope this will help you.

Regards

Aashish Sinha

PS : reward points if helpful