Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reading a file on presentation server to binary data table

Former Member
0 Likes
822

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.

2 REPLIES 2
Read only

Former Member
0 Likes
506

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

Read only

Former Member
0 Likes
506

Hi,

U can use gui_upload or ws_upload by giving filetype as 'BIN'.

Regards,

Subbu