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

Function module

Former Member
0 Likes
774

Hi Friends,

Please help me if any one knows about the Function module convert the bytes into string.

Thanks & Regards,

Sai.

8 REPLIES 8
Read only

Former Member
0 Likes
751

hi can you please give me the requirement clearly

Edited by: vinay raj on Apr 23, 2009 7:24 AM

Read only

Former Member
0 Likes
751

Hi Sai,

Can you be little bit more clear about your issue ?

Check FM : CONVERT_BYTES_OUTPUT

Regards

Kumar M

Read only

Former Member
0 Likes
751

if you want to convert Binary information to String then have a look at this function module

SCMS_BINARY_TO_STRING

Read only

0 Likes
751

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.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
751

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

Read only

0 Likes
751

In this case you might need ABAP statement IMPORT ... FROM DATABASE ..., check online help for this one.

Thomas

Read only

0 Likes
751

Hi Thomas,

Please help me how to work this senario using import database.

Thanks,

Sai

Read only

0 Likes
751

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.