‎2008 Mar 17 7:21 AM
Hi Experts
I have to provide a 'Add attachment' functionality in my application and check in the attachments to DMS. Now the DMS check-in api expects the attachment file on presentation server in form of an internal table of binary data. Could you please suggest me any function module to read file data to a table of binary data.
Thanks and best regards
Anand.
‎2008 Mar 17 7:25 AM
hi,
Try this FM,
C13Z_FILE_UPLOAD_BINARY Uploads a file in binary format
C13Z_FILE_DOWNLOAD_BINARY Downloads a file in binary format
Hope this helps, Do reward.
Edited by: Runal Singh on Mar 17, 2008 12:56 PM
‎2008 Mar 17 7:31 AM
Hi,
U can use gui_upload or ws_upload by giving filetype as 'BIN'.
Regards,
Subbu