cancel
Showing results for 
Search instead for 
Did you mean: 

mass uploading of Documents with ABAP

Former Member
0 Kudos

Hello,

i have to write an ABAP-Program, to automatically mass-upload documents to cFolders.

I have the FUBA CFX_API_DOC_CREATE where i can create document-hulls. Now i think i have to use CFX_API_DOC_DOCUMENT_WRITE to upload the content. The FUBA needs the filling of the TABLE_Parameter IT_CONTENT, which is the content of a file. My Question: How can i fill this Parameter?? Is there a FUBA, where i can simply fill this parameter???

Thanks

Best Regards

Helmut Wenzler

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

ok, found the solution...a simple "GUI_UPLOAD" works

Best Regards

Helmut Wenzler