Question:
Is there a way to keep track of all user-defined events (created in SM62) that were triggered in a system (triggered via SM64 or via a function module like BP_EVENT_RAISE)?
I already tried switching an event trace on via /NSWELS, but i can't see a log via /NSWEL. Is this the way and am i just forgetting something, or is there another way to keep track of triggered events (e.g. a table?)
Tnx in advance
T.
(i'm also running this post in the Basis-forum since it's not really BW-specific)
Answer:
Have you tried using tools-> event collector. ???
Else check out tables
rseventchain
rseventhead
rseventpcprot
I had buit something to read all of this and spit out an abap report in the morning, telling me what ran and when and for how long. and also what did not run. Well this was all in 2.1c days before process chains.
I'll try to get hold of the code.
Ryan
Answer:
Thanks Ryan,
but i already looked at those tables (probably should have mentioned that too), but i think they don't contain that type of 'event' data.
As far as i see, the events logged in here, are only the events that you use IN a process chain (i meand the 'AND', 'OR' and 'EXOR'). The logging of these 'events' you can see in table RSEVENTPCPROT, but the 'SM62-events' that you use to start a job or chain are logged in any of these...
Thanks for the effort though
Answer:
Look at btcevtjob and tbtco
Answer:
tnx, but not whqt i'm looking for (TBTCO could have been an option, but i need enough historic data and here the TBTCO only carries a couple of days of history)
(the post on Basis forum : /forums/viewtopic.php?t=144909)