cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding reading File From C Folder

ashutosh_singh2
Explorer
0 Kudos

Hi All-

My Requirement is to Download a File from C Folder through ABAP-Code.

I am using ABAP-WebDynPro.

So please help me that how can I download the File From C Folder through ABAP Programing.

Thanks-

Ashutosh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ashutosh,

Please use this function CFX_API_DOC_DOCUMENT_READ

input parameter is document version GUID.

output parameter is binary data for file.

Another solution is getting file URL from cFolder.

I think that both way can be helpful.

Good luck!

Regards,

JD

Edited by: Jun Jung Dae on Sep 7, 2011 7:59 AM

ashutosh_singh2
Explorer
0 Kudos

Thanks JD-

But my requirement is to download the File from a Folder.

At starting time I have only Folder Name.

Thanks