‎2007 Apr 28 4:57 PM
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
‎2007 Apr 28 5:32 PM
Hi VV,
Does a <u>where used</u> on this function module yield any results?
Rgds,
Aditya
‎2007 Apr 28 5:32 PM
Hi VV,
Does a <u>where used</u> on this function module yield any results?
Rgds,
Aditya
‎2007 Apr 28 8:10 PM
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
‎2007 Apr 29 3:02 PM