cancel
Showing results for 
Search instead for 
Did you mean: 

GOS Attachments Display URL in WD ABAP

Former Member
0 Kudos

HI,

We have to display the GOS attachments list in the the WD ABAP application. Unfortunately the class and Function module which can do that are not working in the WD ABAP application. Like CL_GOS_DOCUMENT_SERVICE...

Any thoughts?

Thanks

Raghav

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can do this by fetching the data and then binding the appropriate values (mime type, data, name, etc) to a file download control.

To do this, I use:

get documents - SO_DOCUMENT_READ_API1

convert from ascii to xstring - SCMS_STRING_TO_XSTRING

convert from binary to xstring - SCMS_BINARY_TO_XSTRING

get mimetype - SDOK_MIMETYPE_GET

Former Member
0 Kudos

hi Kumar,

Please go through this...

cheers,

Kris.