Question:
i everyone!!
I need to implement a check FM to avoid launching a WF twice for the same object and key. Which is the name of the table where this information (event+objtype+objkey+wsxxxxxx) is recorded??
thanks in advance!
regards
Carolina
Answer:
Table: SWETYPECOU
Type Linkage Events - Receiver
Answer:
Hi,
I regret to say that is not the table I am looking for: This table contains linkages between events and workflows. What I need is ti know wich object-key (instance of object) launched a determined workflow.
Thank you very much anyway
regards
carol
Answer:
You want to get the element EVT_OBJTYPE from the event container
that gets passed to the check function module.
swc_get_element event_container '_EVT_OBJTYPE' wa_objecttype.
Answer:
I´m trying to avoid these doubled events.
I don´´t understood instructions....how can avoid it??
Thanks!!