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

How to read logdata from DBTABLOG table ?

Former Member
0 Likes
9,993

Hi All,

I have to display the change record log present in the log table DBLOGTAB.

The problem is that the logdata field is of LRAW type and not able to read that.

I used FM 'DBLOG_READ' which gives the log records or same can get from table also.

Now issue is how to read the LOGDATA field and check the values changed

from this?

If anybody has gone through the sam scenario then please let me know.

Thanks in advance.

- Umesh

Hi All,

I have to display the change record log present in the log table DBLOGTAB.

The problem is that the logdata field is of LRAW type and not able to read that.

I used FM 'DBLOG_READ' which gives the log records or same can get from table also.

Now issue is how to read the LOGDATA field and check the values changed

from this?

If anybody has gone through the sam scenario then please let me know.

Thanks in advance.

- Umesh

2 REPLIES 2
Read only

satsrockford
Active Participant
0 Likes
3,680

hi,

check this link

regards

Satish

Read only

GauthamV
Active Contributor
0 Likes
3,680

Use this program which retrives data from that table.

RSVTPROT