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

Byte array data type

Former Member
0 Likes
430

Hello,

how to read byte array data type in abap ?

thanks

sneha

1 REPLY 1
Read only

Former Member
0 Likes
257

Hi,

You can create a table with same fields of same length as per the byte array structure.

Eg: Consider this data : 123 Mumbai India Asia .

first three character means number, then space, then six characters as city & so on....

Create a Z table with the same structure of fields and then pass data into the internal table of this Z table and read then internal table.

I hope if i understood your problem correctly..

Thanks

Mudit