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: 

BAPI for Maintenance DBTABLOG table

Former Member
0 Kudos

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

former_member235395
Contributor
0 Kudos

Hi Michael,

Call RSSCD000 program while updating the Z table in program.

submit rsscd000 and return.

Regards,

Former Member
0 Kudos

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.