Application Development 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: 

Transforming logdata back to original dataformat

rainer_hbenthal
Active Contributor
0 Kudos

Hi,

i have variable in logdata (DBTABLOG) format, this stores the bytes in hexadecimal format. Cause we have aunicode system, every character is stored in two byte, it looks like this for example:

'003000300036'.

How can i turn this back to

'006'

? So how can i transform this logdata into an xstring or whatever?

1 REPLY 1

Former Member
0 Kudos

Hi,

DBTABLOG(Log Records of Table Changes) is the structure and what for you are referring to, can u explain in detail.