cancel
Showing results for 
Search instead for 
Did you mean: 

Website Integration

Former Member
0 Kudos

Hi

My scenarios is i have to upload a csv file to a website based on the data coming from sap

For uploading data into website first i need to login to the site.

can we acheive this kind of integration with XI?

Thanks

Dayanand

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Daya,

If you want to uplaod CSV Data in to web site ,you can achieve this one using XI

as per your post i understood SAP to File (CSV file) creation hapening you want to upload this CSV file format data to Web site.

read CSV data using File adapter use FCC and develop JAVA proxy to upload the data in to website.

File to JAVA Proxy(WebSite)

or

Take Data from SAP System then update this information directly on website,write server side java proxy to send the data to Website.

that means you no need to convert the data in to CSV Format.

your scenarios looks like IDOC---JAVA PROXY(Web Site).

Regards,

Raj

Former Member
0 Kudos

Thanks for your valuable inputs Raj

i am new to java proxy.can you provide me some links for java proxy which suits my requirement?

Are sure that functionality like the following can be acheived through java proxy

a)Logging into the website

b)uploading the CSV file

c)there is a submit button by clicking on which data will be uploaded to the site.

Please confirm this

can u provide me some links where similar requirement is handled

Thanks

Dayanand

Former Member
0 Kudos

Dear XI GURU's

Can anyone please help me out ?

Waiting for help

Dayanand

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It should be no problem if you use File Adapter and send csv file directly to FTP server.

Kind regards,

Radek

Former Member
0 Kudos

Hi Radek

Thanks for ur quick reply

but here my problem is i dont have access to any file location of webserver or is it providing me any webservices

any other suggestions plz

Thanks

Daya