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: 

Read DBTABLOG

former_member194669
Active Contributor
0 Kudos

Hi,

I tried to find documentation for the function module DBLOG_READ_TABLE, but i could not. Can anybody send sample code or documentation.

I have to get values of a custom table changes, i tried to use this function.

Thanks for your help.

aRs

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

If you would log in to your system and give 'DE' as the log in language in the login screen. You would get the Function Module Documentation for the same in German.

You could then use the language tools to translate them into English

The translated Documentation roughly translates into the following

'NOTE: The functional module still is in the development. Changes at the interface and at the behavior are at any time and without announcement possible. The functional module DBLOG_READ_TABLE reads table minutes of the data base. Reading is limited to one over the parameters period which can be determined. Additionally the quantity of the tables, for which logging records are looked for, can be limited. In addition the names of the relevant tables must be handed over in the parameter OBJ_LIST. If this parameter is empty, then logging records for all tables are read'

Message was edited by: Dominic Pappaly

3 REPLIES 3

Former Member
0 Kudos

Hi,

use the function module DD_NTAB_HIST_GET to get the table history..

Thanks,

Naren

Former Member
0 Kudos

Program RSVTPROT can be used to read db table changes. It calls function DBLOG_READ_WITH_STATISTIC, which calls function DBLOG_READ, which calls DBLOG_READ_TABLE. You could step through this to see how it is used.

Former Member
0 Kudos

Hi

If you would log in to your system and give 'DE' as the log in language in the login screen. You would get the Function Module Documentation for the same in German.

You could then use the language tools to translate them into English

The translated Documentation roughly translates into the following

'NOTE: The functional module still is in the development. Changes at the interface and at the behavior are at any time and without announcement possible. The functional module DBLOG_READ_TABLE reads table minutes of the data base. Reading is limited to one over the parameters period which can be determined. Additionally the quantity of the tables, for which logging records are looked for, can be limited. In addition the names of the relevant tables must be handed over in the parameter OBJ_LIST. If this parameter is empty, then logging records for all tables are read'

Message was edited by: Dominic Pappaly