‎2009 May 15 5:57 AM
‎2009 May 15 6:09 AM
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