Hi SAP Gurus,
I am fetching a file form DMS using FM 'SCMS_DOC_READ'.
The contents of the file are impoted in table CONTENT_BIN.
Structure of table:
----------------------------------------------------------------------------------------------------------------------------------------------------
LINE SDOK_SDATX RAW 1022 0 Line for binary document contents, length for upload
----------------------------------------------------------------------------------------------------------------------------------------------------
In this table I am getting multiple lines of data for a single file.
Now, My requirement is a follows,
I need store this data into an oracle table.
The multiple lines of the table to be converted to a single line of BLOB format.
Please suggest,
Thanks & Regards,
Pavan.