Hi Experts,
I have a requirement where in user can directly attach an attachment through sbwp tcode. This attachment are to be read and converted to binary format and then sent to archieve link.
I have used "SAP_WAPI_GET_ATTACHMENTS" function module to get the list of attachments. Then i tried using "SO_OBJECT_READ" as well as "SO_DOCUMENT_READ_API1" to read the attachment data. But as these are external attachments (user can do attachments from destop or any other location) when i try reading a .pdf, .xls, or .docx attachment; through this FM's the internal table provides me junk values(values are in chinese language). I have also tried "SO_ATTACHMENT_READ_API1".
Can anyone suggest me how to read these external attachments in workflow.
Secondly, can we attach them directly to GOS object. If Yes, please provide me the procedure.