Hi all,
I have a problem while uploading the image to the MIME repository with the following code:
ls_info-OBJID = '11111111111asd'.
mime_repository = cl_mime_repository_api=>get_api( ).
call method mime_repository->put( exporting
i_url = '/SAP/BC/WEBDYNPRO/SAP/Y_UPLOAD_IMG_MIME_RESPO/IMG/0001.JPG'
i_content = LS_NODE-DATA
I_NEW_LOIO = LS_INFO ).
and it catch an Exception cx_sy_send_dynpro_no_receiver.
anybody know how to fix this?
Thank in advance.
Best regards.
SAM.