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

data conversion? Binary to Text?

Former Member
0 Likes
313

HI guys,

How do I convert data that is in binary into text?

It might not be an immediate conversion right?

What are the steps involved?

Lets say the data is in a binary internal table. For example


  DATA: BEGIN OF data_bin OCCURS 1,
          line TYPE SDOK_SDATX,
        END   OF data_bin.

1 REPLY 1
Read only

Former Member
0 Likes
275

Hi!

Take a peek at FM SCMS_BINARY_TO_TEXT and give it s shot.

Best!

Jim