2008 Nov 12 10:12 AM
Dear All,
I have used the FM SCMS_DOC_READ to read the contents of a document.
The output, however, is in binary format. To convert this into text I have used the FM SCMS_BINARY_TO_TEXT. This did not succeed and the ouput is junk value.
Please help me to convert the data into a useable format.
Thanks for your kind help.
Warm Regards,
Suman
2008 Nov 12 10:31 AM
Hi Suman,
Check whether you are using table
CONTENT_TXT of type SDOKCNTASC for reading the data or not.
Table CONTENT_BIN of type SDOKCNTBIN Contains the data in binary form.
Try Declaring an internal table of type SDOKCNTASC and use it to get the read data.
Hope this solves your problem.
Regards,
Amit.
Hi Suman,
Check whether you are using table
CONTENT_TXT of type SDOKCNTASC for reading the data or not.
Table CONTENT_BIN of type SDOKCNTBIN Contains the data in binary form.
Try Declaring an internal table of type SDOKCNTASC and use it to get the read data.
Hope this solves your problem.
Regards,
Amit.
2008 Nov 12 10:31 AM
Hi Suman,
Check whether you are using table
CONTENT_TXT of type SDOKCNTASC for reading the data or not.
Table CONTENT_BIN of type SDOKCNTBIN Contains the data in binary form.
Try Declaring an internal table of type SDOKCNTASC and use it to get the read data.
Hope this solves your problem.
Regards,
Amit.
2008 Nov 13 4:16 AM
Hi Amit,
The internal table text is indeed declared as type table of SDOKCNTASC.
The value that is stored in the internal table is in junk format.
Please let me know if there is any other solution to achieve this functionality
Thanks & regards,
Suman
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |