‎2009 Apr 23 6:16 AM
Hi Friends,
Please help me if any one knows about the Function module convert the bytes into string.
Thanks & Regards,
Sai.
‎2009 Apr 23 6:23 AM
hi can you please give me the requirement clearly
Edited by: vinay raj on Apr 23, 2009 7:24 AM
‎2009 Apr 23 6:32 AM
Hi Sai,
Can you be little bit more clear about your issue ?
Check FM : CONVERT_BYTES_OUTPUT
Regards
Kumar M
‎2009 Apr 23 6:35 AM
if you want to convert Binary information to String then have a look at this function module
SCMS_BINARY_TO_STRING
‎2009 Apr 23 11:18 AM
Hi friends,
Present requirment is like this ZPLM2-clustd give the data like this: FF0602010202800034313033000000005A240000121F9D02B33DABDB4DE388C287D4B17291AA957A
To convert the above data into string. How to work this senario. please help me.
Thanks,
Sai.
‎2009 Apr 23 11:22 AM
Hello,
I think you have to use 2 FMs together:
1. SCMS_XSTRING_TO_BINARY
2. SCMS_BINARY_TO_STRING.
Else you can use ECATT_CONV_XSTRING_TO_STRING.
Hope this helps.
BR,
Suhas
‎2009 Apr 23 11:28 AM
In this case you might need ABAP statement IMPORT ... FROM DATABASE ..., check online help for this one.
Thomas
‎2009 Apr 23 11:32 AM
Hi Thomas,
Please help me how to work this senario using import database.
Thanks,
Sai
‎2009 Apr 23 11:39 AM
Find the cluser id and based on that you can use import, what are the tables involved in this cluster accordingly you need to call the import.