cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to upload a file in SAP

Former Member
0 Kudos

Hi Experts,

I am using a method "create_with_files" to upload a file in the SAP database of class "cl_bds_document_set".

Its working fine in a module pool program but when using the same logic through Webdynpro for ABAP its not working. Actually during the attache it doesn't give any issue even the return code is also 0. but when i try to open it thr method "display" of class "cl_bds_document", It says "Nothing Found".

Can you please suggest what could be the issue?

Please let me know if you need more information on this.

CALL METHOD o_document_set->create_with_files

EXPORTING

classname = i_classname

classtype = 'OT'

CHANGING

object_key = i_object_key

files = i_files

signature = i_signature.

ELSE.

wa_docu-url = io_file.

ENDIF.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Used different concept..save as url