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