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

Reading Table log

Former Member
0 Likes
544

Hi

I am trying to get the table data history using DBLOG_READ. The FM provides the data but it's not readable.

Can anyone give me a sample code for using this FM ?

Thanks

VV

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
486

Hi VV,

Does a <u>where used</u> on this function module yield any results?

Rgds,

Aditya

3 REPLIES 3
Read only

Former Member
0 Likes
487

Hi VV,

Does a <u>where used</u> on this function module yield any results?

Rgds,

Aditya

Read only

Clemenss
Active Contributor
0 Likes
486

Hi VV,

you can use FM DBLOG_READ(_TABLE) to get the entries, in the last 200 lines of report RSVTPROT you can find the way to display these fields (after WHEN 'DETL'. * detailed dataset).

[found with google on SDN}

Regards,

Clemens

Read only

Former Member
0 Likes
486

Thanks for your responses.

VV