‎2009 Nov 13 4:37 AM
How to convert internal table to binary string. The function module SCMS_TEXT_TO_BINARY converts table to binary table. I want it to be converted to string.
Thanks
‎2009 Nov 13 4:43 AM
Hi ,
U can convert binary to string using below FM :
SCMS_BINARY_TO_STRING
SCMS_BINARY_TO_XSTRING
SCMS_XSTRING_TO_BINARY
‎2009 Nov 13 4:43 AM
Hi ,
U can convert binary to string using below FM :
SCMS_BINARY_TO_STRING
SCMS_BINARY_TO_XSTRING
SCMS_XSTRING_TO_BINARY
‎2009 Nov 13 4:44 AM
Thanks for your response but I want to convert internal table to binary xstring.
Edited by: salil vaidya on Nov 12, 2009 11:44 PM
‎2009 Nov 13 5:22 AM
Hi ,
First u convert the internal table to binary using FM " SCMS_TEXT_TO_BINARY "
then convert binary to XSTRING using FM " SCMS_BINARY_TO_XSTRING "
Thanks
Shambhu