Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Convert internal table to binay string

former_member188001
Active Participant
0 Likes
12,670

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,670

Hi ,

U can convert binary to string using below FM :

SCMS_BINARY_TO_STRING

SCMS_BINARY_TO_XSTRING

SCMS_XSTRING_TO_BINARY

3 REPLIES 3
Read only

Former Member
0 Likes
4,671

Hi ,

U can convert binary to string using below FM :

SCMS_BINARY_TO_STRING

SCMS_BINARY_TO_XSTRING

SCMS_XSTRING_TO_BINARY

Read only

0 Likes
4,670

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

Read only

0 Likes
4,670

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