cancel
Showing results for 
Search instead for 
Did you mean: 

file uploading in XI

Former Member
0 Kudos

Hi all,

I am new to this XI coding. I have an requirement regarding file uploading in XI.

The flat file is in XLS format. How to upload this .xls file into XI? What are the steps to be followed?

can anyone give step by step procedure for uploading a xls file into XI system?

Thanks in advance,

Vijay.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello,

In XI , we use the SXDA_TOOLS for uploading the files/data from Presentation server to AL11 .

With Regards,

Vidya

Former Member
0 Kudos

Hi,

<How to upload this .xls file into XI?>

Do you mean that, you have done all the configuration and now you want to upload the file into test directory of XI server for testing purpose using NFS mode??

If your ans is Yes, then use <b>tcode SXDA_TOOLS</b> to upload the file into applicaion server (XI) and use tcode <b>AL11</b> to see the file which you have uploaded into source directory of XI.

Regards,

Sarvesh

former_member267355
Active Participant
0 Kudos

Hi,

Using file adapter you can pick and read contents of file.

But file adapter cant directly pick xls file. You need to develop a adapter module to pick .xls file and that module can be used in file adapter.

Refer this blog,

/people/sap.user72/blog/2005/07/04/read-excel-instead-of-xml-through-fileadapter

Regards,

Sakthi

vikas_agarwal
Contributor
0 Kudos

Hi VijayKumar,

Please go through this blog to read the XLS by XI

/people/sap.user72/blog/2005/07/04/read-excel-instead-of-xml-through-fileadapter

Also read this blog to create the XLS file

/people/michal.krawczyk2/blog/2005/12/10/xi-generating-excel-files-without-the-java-nor-the-conversion-agent-not-possible

regards,

vikas