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

BAPI for Maintenance DBTABLOG table

Former Member
0 Likes
988

Hi,

I have a problem, I created a Z-table and I have to insert/delete and modify their rows in a Z-program.

my problem is that I have to save all changes in the standard LOG (Table: DBTABLOG)

It exits any bapi to solve this problem?

Thanks

2 REPLIES 2
Read only

former_member235395
Contributor
0 Likes
644

Hi Michael,

Call RSSCD000 program while updating the Z table in program.

submit rsscd000 and return.

Regards,

Read only

Former Member
0 Likes
644

Hi Michael,

You can just MODIFY or INSERT a record when there is a change in the Z-table. However, as you are searching for FMs ,

you can take a try with these 2 , /BEV2/ED_READ_DBLOG and VIEW_MARK_WRITE.