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

binary

Former Member
0 Likes
428

How can i convert binary to string?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
400

try this.

1. submit report exporting list to memory.

2. to get the output from memory

call function 'LIST_FROM_MEMORY'

tables

listobject = int_listobject

exceptions

not_found = 1.

3. to convert the list in binary format to text (ASCI)

call function 'LIST_TO_ASCI'

tables

listasci = int_listascii

listobject = int_listobject

exceptions

others = 1.

2 REPLIES 2
Read only

Former Member
0 Likes
401

try this.

1. submit report exporting list to memory.

2. to get the output from memory

call function 'LIST_FROM_MEMORY'

tables

listobject = int_listobject

exceptions

not_found = 1.

3. to convert the list in binary format to text (ASCI)

call function 'LIST_TO_ASCI'

tables

listasci = int_listascii

listobject = int_listobject

exceptions

others = 1.

Read only

0 Likes
400

Use FM SCMS_BINARY_TO_STRING for binary to string.