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

Trigger event for data changes on T569V

Former Member
0 Likes
1,083

I have to trigger an event when data on standard table T569V is changed in order to send data via XI to another SAP system. "Log data changes" is not switched on for this table and there is no Table Maintenance generator.

I can write a program to check the table for changes and schedule this program as a job that will trigger an event. The ideal would be to trigger the event when the user changes the Payroll control record (T569V) via transaction PA03. Are there any other options besides the one mentioned above? I'm not too familiar with Change Documents and tables CDHDR & CDPOS and I'm not sure if there is a connection between these and what I'm trying to do. I checked tables CDHDR and CDPOS and there is nothing for this table. There are also no relevant user-exits or BADI's for this.

Your assistance will be appreciated.

Regards

Liza-Marie

Edited by: Liza-Marie Erasmus on Sep 8, 2009 10:26 AM

1 ACCEPTED SOLUTION
Read only

Manohar2u
Active Contributor
0 Likes
740

I can see V_T569V maintenance view for this table. You can create table maint. events to this view in V_TVIMF table and see if it triggers from PA30 ( I doubt as it directly updates table).

2 REPLIES 2
Read only

Manohar2u
Active Contributor
0 Likes
741

I can see V_T569V maintenance view for this table. You can create table maint. events to this view in V_TVIMF table and see if it triggers from PA30 ( I doubt as it directly updates table).

Read only

Former Member
0 Likes
740

Thanks but PA03 updates the DB table - view not used so the event won't be triggered. We've found an alternative solution and won't be checking the table for changes via PA03.

Edited by: Liza-Marie Erasmus on Sep 10, 2009 3:33 AM