cancel
Showing results for 
Search instead for 
Did you mean: 

i want to upload a file to application server

former_member498821
Participant
0 Kudos

Hi All ,

i want to upload a file to application server any one tell me

Regards

Venkat

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

The below link will show you how to use the File upload ui element in WDA -

http://www.divulgesap.com/blog.php?p=NTc=

Then to load the file data into a cluster table, refer to this article -

http://www.divulgesap.com/blog.php?p=NzY=

Hope this helps.

Cheers,

Ravikiran

Former Member
0 Kudos

If you are trying to upload it from SAP BI,, then the solution is APD. if this upload is regular then you can assign the APD to a process chain.

Sunil

Former Member
0 Kudos

Hi,

whether saving in a data base table will solve ur poblem?

former_member498821
Participant
0 Kudos

yes i am saving in to database table .how can i approch .

Regards

Venkat

Former Member
0 Kudos

Hi,

use fileupload UI element. bind this UI with a attribute of type XSTRING.

Now when u will upload the file then it will gets converted in the xstring format. Now on click of a button or some other action u can get this attribute value and can save it in data base table. data base field should be of type RAWSTRING where this file will get saved.