Hi All,
I have developed a program which reads file contents of DMS file ( Table DMS_DOC_FILES) using function module SCMS_DOC_READ into internal table it_bin[]
it_bin TYPE STANDARD TABLE OF sdokcntbin.
Now I want to convert this binary data of it_bin to internal table which i can use further to create a file on application server.
Please help.
Thanks,
Arpita