Posted by [IP Address: 207.0.65.2] 'Mike Mitchell' on August 10, 2001 at 09:28:09 EST:
In Reply to: Re: WF Hangs Attempt to Fire Tcode BD21 posted by [IP Address: 207.0.65.2] 'Søren Skjødt' on August 10, 2001 at 06:48:25 EST:
Yes Soren, there are events in the trace log as follows:
BUS1001 VIEWCREATED 08/09/2001 15:48:46 TS91000014 SWW_WI_CREATE_VIA_EVENT
BUS1001 VIEWCREATED 08/09/2001 15:48:47 TS91000014 SWW_WI_CREATE_VIA_EVENT
BUS1001 VIEWCREATED 08/09/2001 15:48:47 TS91000014 SWW_WI_CREATE_VIA_EVENT
BUS1001 VIEWCREATED 08/09/2001 15:48:47 TS91000014 SWW_WI_CREATE_VIA_EVENT
BUS1001 VIEWCREATED 08/09/2001 15:48:47 TS91000014 SWW_WI_CREATE_VIA_EVENT
BUS1001 VIEWCREATED 08/09/2001 15:48:47 TS91000014 SWW_WI_CREATE_VIA_EVENT
BUS1001 CHANGED 08/09/2001 15:48:47 TS91000014 SWW_WI_CREATE_VIA_EVENT
BUS1001 STARTMATNRDEL 08/09/2001 15:48:48 TS91000014 SWW_WI_CREATE_VIA_EVENT
BUS1001 STARTPLANTMATNRDE 08/09/2001 15:48:48 TS91000014 SWW_WI_CREATE_VIA_EVENT
The frequency log shows:
TS91000014 ALE: Material upd/chg/delete wf task Background step 64
The Task 91000014 has 4 triggering events; Changed, Created, StartMatnrDel, and StartPlantMatnrDel. All of these appear to be firing in succession per the log?
Here is where it gets confusing - the object ZBUS1001 has method "MaterialALE_OUT" set to run report RBDMIDOC within the ABAP tab. But it does not appear that the ZBUS1001 object has been raised per the event log. If I test this method within SW01, nothing much happens, i.e. no event is written to the logs.
- Mike
: Hi Mike
: Have you checked that your event has been generated - check the event trace SWEL (remember to activate event trace SWELS).
: If it has been generated, is your workflow then stated as the receiver?
: If it is - have you checked the work item report - SWI2_FREQ?
: BR
: Søren
:
: : We have configured a WF method to trigger program RBDMIDOC (tcode = BD21) based on a create, change, or delete to message type MATMAS (material master). This WF appears to hang for some unknown reason. Please point this WF rookie back on the proper path!
: : TIA - Mike