‎2009 Sep 08 3:13 PM
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
‎2009 Sep 08 5:23 PM
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).
‎2009 Sep 08 5:23 PM
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).
‎2009 Sep 09 8:16 AM
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