‎2006 Jun 29 1:14 PM
Hi all,
Is there any table to check whether an user event is triggered or not. can somebody help me plz.
Thanks,
Kiran.
‎2006 Jun 29 1:41 PM
Kiran,
You can look in txn: SWEL, this is the workflow event log.
You may see events triggering in here and the user that is causing them to trigger.
Workflows can be created to subscribe to these events.
First of all check that event logging is switched on using txn: SWELS.
Note: DO NOT SWITCH EVENT LOGGING ON IN YOUR PRODUCTION SYSTEM.
Regards
David
‎2006 Jun 29 1:15 PM
Coluld u pls expain clearly, i didn't get wt u r asking.
Regards,
Ramesh.
‎2006 Jun 29 1:21 PM
Hi Kiran,
No such table exist.Put the break point in that event and run the transaction or program and check that the user event is triggered or not.
‎2006 Jun 29 1:37 PM
Hi Kiran,
As such there is no table for checking an user event but if u want to check in ur program u can use OOP classes to catch the double-click event.
Hope it helps.
Seema.
‎2006 Jun 29 1:41 PM
Kiran,
You can look in txn: SWEL, this is the workflow event log.
You may see events triggering in here and the user that is causing them to trigger.
Workflows can be created to subscribe to these events.
First of all check that event logging is switched on using txn: SWELS.
Note: DO NOT SWITCH EVENT LOGGING ON IN YOUR PRODUCTION SYSTEM.
Regards
David
‎2006 Jun 29 1:56 PM