Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2756

Re: Convert Binary data to internal table and create file on application server

$
0
0

Thanks Mayuresh for input..

 

I have called FM SCMS_BINARY_TO_STRING


CALL FUNCTION 'SCMS_BINARY_TO_XSTRING'

               EXPORTING

                 input_length = comp_size

               IMPORTING

                 buffer       = v_xstring

               TABLES

                 binary_tab   = i_bin

               EXCEPTIONS

                 failed       = 1

                 OTHERS       = 2.


But Output of this FM is a buffer v_xstring ( Single line).


Can you tell me how to convert this single line of buffer to ITAB.


Thanks,

Arpita



Viewing all articles
Browse latest Browse all 2756

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>