cancel
Showing results for 
Search instead for 
Did you mean: 

processsing modes

Former Member
0 Kudos

hi all,

what r the processing modes we se i file adapters?

why we use content conversions?wat r content conversion parameters

regards,

keerthi

Accepted Solutions (0)

Answers (2)

Answers (2)

nisarkhan_n
Active Contributor
0 Kudos

content conversion is used to convert your file in CSV format to XML, content conversion will decide how your XML should be look like when itis entering the XI.

Processing mode:

This mode determines what you want to do with the input file which XI it is error free, in simple words if the configuration of contecnt conversion paramters is matching the inout file then modular processor in the AE sends the respose to sender that the file and content paramters are fine, so next processing mode will execute, this processing mode might delete the input file from folder or arcive or just keeps in same place.

Former Member
0 Kudos

Hi keethi,

Suppose two or more systems communicate with each other through XI by exchanging files. But it is not true that always the systems talk in same format meaning exchanging the files of same format.

Suppose system A sends employee data as

<employee>

<name>xyz</name>

<lname>abc</lname>

<ID>123</ID>

</employee>

But system B can read only if the data is given like this

xyz,abc,123

In such situations we need content conversion where we are converting one given file format to another file format using XI with File Content Conversion Parameters

More over you can try the examples from the following blogs

But it is better to check SAP help for this first-

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

Blogs

/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/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

/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/sap.user72/blog/2005/01/06/how-to-process-csv-data-with-xi-file-adapter

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

Hope this is helpful

Regards

Ramesh P

Message was edited by:

Ramesh Parashivamurthy