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

Transforming logdata back to original dataformat

rainer_hbenthal
Active Contributor
0 Likes
460

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?

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
Read only

Former Member
0 Likes
410

Hi,

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