cancel
Showing results for 
Search instead for 
Did you mean: 

file sender adapter

Former Member
0 Kudos

when we use "ignorerecordsetname,row.fieldfixedlength,row.fieldfixedlengthtype,

NameA.enclosureSign,

NameA.enclosureSignEnd,

NameA.enclosureSignEscape

NameA.enclosureSignEscape

NameA.enclosureConversion

NameA.beginSeparator

NameA.keyFieldValue

NameA.fieldContentFormatting

NameA.keyFieldInStructure

please expain briefly ........

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

hi

For example take this

<Empdetails>...

<details>

<Name>

<fname>ab</fname>

<fname1>vh</fname1>

</Name>

</details>

</Empdetails>...

***ignorerecordsetname: This will ignore the record set name i.e Name,Whether u create it or not.

***row.fieldfixedlength:If you make a specification here, the system expects a character string that contains the lengths of the structure.

***row.fieldfixedlengthtype: fieldFixedLengths are counted

For EX The number of characters is counted.

The byte length of the characters is counted.

***enclosureSign : Here we can use a string as a Text delimiter and is transferred to the target structure as it is unmodified.Seperators with in these texts are ignored.

EX: while entering text we can give as sapXIportalXInet.

***enclosureSignEnd:If u want to specify different delimiters in the beginning and end we can use this.

EX :XIsapXIportalXIIII where XI & XIIII are delimiters.

***enclosureSignEscape:Specify a string that replaces the text delimiter if it occurs within a text that it delimits.When the text is transferred the string is replaced by the value specified in Name.enclosureSign.

***enclosureConversion:

Specify YES if the text delimiter is to be removed when the files are transferred or if the escape character is to be replaced. This is the default value.

Enter NO if the character is to be transferred unaltered.

***beginSeparator: If you want to define an additional character string as a separator before the first column in a row, make a specification here. The system skips this separator when it processes this column .

***keyFieldValue: Here we have to specify the key field value only if the key field is set.

***fieldContentFormatting: Specify trim to remove all the leading and subsequent blanks for a value found. This is the default.

Specify nothing to ensure that the value remains unaltered.

***keyFieldInStructure: If the key field of the substructure is to be added to the XML document, enter add. This is the default.

If the key field is to be ignored, enter ignore.

Regards,

Gunasree.

STALANKI
Active Contributor
0 Kudos

CHECK THIS ONES OUT

/people/sap.user72/blog/2005/01/06/how-to-process-csv-data-with-xi-file-adapter

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

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

Former Member
0 Kudos

Ref:http://help.sap.com/saphelp_nw2004s/helpdata/en/33/c6e63b60c25767e10000000a11402f/frameset.htm

and

http://help.sap.com/saphelp_nw2004s/helpdata/en/33/c6e63b60c25767e10000000a11402f/frameset.htm

All the parameters are explained here...

Regards,

Jai Shankar

former_member192798
Active Contributor
0 Kudos
Former Member
0 Kudos