cancel
Showing results for 
Search instead for 
Did you mean: 

how to find the path of the file at enduser system

Former Member
0 Kudos

Hi Frndz..

Am per my requirement i need to read XL file from enduser PC, for this i need to kno the path on the enduser PC i.e . ,lets assume that test.xsl file is there an enduser PC on his desktop , so i need the path where its like "C:\Docsandsettings\desktop\test.xsl"..

Plz suggest me

Regards

Rajesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You have to first upload this file using fileupload UI element.

Then you can do the rest.

Following tutorial will explain you it in detail

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00062266-3aa9-2910-d485-f1088c3a...

Regards

Ayyapparaj

Former Member
0 Kudos

Hi..

But in requirment there is no need to upload afile into server r any location,my requirment is to read the data that uploaded from enduser and i have to put that data into Bapi(r/3 table).

OK, as per ur suggestion if i use file upload option , how can i catch path on enduser's PC.

Thnkas in Advance

Regards

Rajesh

nikhil_bose
Active Contributor
0 Kudos

you can't access client file system through web dynpro application. use FileUpload UI Element as alternative or share a folder which server can access.

nikhil