cancel
Showing results for 
Search instead for 
Did you mean: 

parameters for for reciever FTP file adapter

Former Member
0 Kudos

in the file content conversion what ll the parameters should we give ,

i have given

recordset.filedseparator

recordset.fendseparator

recordset.fieldnames

recordset.endseparator

but i am not getting all fields , i missing a structure

how to check it

thanking you

sridhar

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

HI

Please go through the below parameters for the receiver side.

If you have selected File Content Conversion under Message Protocol, you can convert a table in XML format to pure text format in this mode. The expected XML structure contains the structure as nodes filled with any number of elements without additional subnodes.

The expected document structure usually looks like this:

represents the maximum number of columns in this case. This parameter also functions together with the specification of a line break for xml.endSeparator.

This value requires NameA.addHeaderLine=0 to be specified.

regards

Former Member
0 Kudos

should all this be given ,

see i am using a RECORDSET

I HEADER

A1

HEADER_TAX

B1

B2

B3

B4

LINE

C1

C3

C5

Edited by: sridhar loganathan on Apr 22, 2008 12:03 PM

Former Member
0 Kudos

for receiver content conversion recordset.fieldnames should NOT be mentioned.

Also by default endSeperator is 'nl' even if you don't mention it

Refer

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

Former Member
0 Kudos

Hi,

Use this as Refference

/people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem

Regards

Seshagiri

Former Member
0 Kudos

Hi Sridhar,

recordset.fieldSeparator = , (Suppose)

recordset.endSeparator = 'nl' (Suppose)

are enough.

You might be missing a structure because you are using recordset.filedNames and have not put the name of the structure.

Thanks,

Varun

Former Member
0 Kudos

actually i am having header, headergst, and line

wher headergst and line or under header it is structure

but when i exectute it ,i am getting only headergst data

all other data mssing

please help me in this

than king you

sridhar

former_member556603
Active Contributor
0 Kudos

Hello Sridhar,

Just go through this blogs & links.

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

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

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

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

/people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter

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

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

/people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30

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

/people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter

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

/people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem

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

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

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

Thanks,

Satya KUmar

reward if it is useful..