cancel
Showing results for 
Search instead for 
Did you mean: 

Downloading Files and documents from cFolder to Local Drive

Former Member
0 Kudos

Hi,

I have to download files and documents from the cFolder using ABAP Program. Please explain how it can be done.

I could not find any matching API.

File maybe in Image,word document or others..

Thanks and Regards,

Daniel C

Accepted Solutions (0)

Answers (1)

Answers (1)

ulf_petzel
Advisor
Advisor
0 Kudos

Hi,

I think you need to get the URL of the file through CFX_API_DOC_DOCUMENT_URL, and then use non-cFolders specific function module to download the file using the URL.

Ulf.