Error in event receiver

Cristiana d'Agosto cristiana.dagosto at au.pwcglobal.com
Fri Mar 29 19:09:25 EST 2002


Hope there is somenone else working on the long weekend!
 
When event FIPP.CREATED in published (it will only be published for doc
types DR, DG, KR, KG) we use to have 2 workflows that would be receivers of
it, and depending on the document type, one out of the two would start. For
that to work we  have written a check function module and its working fine:
 
WS90000016 - Z_WF_EVENT_REC_PAYVOUCH_CHECK -> if doc type diff from KR, KG
then raise exception and this workflow doesn't start
WS90000033 - Z_WF_EVENT_REC_CUST_INV_CHECK    -> if doc type diff from DR,
DG then raise exception and this workflow doesn't start
 
I had to create another workflow that it is also a receiver for
FIPP.CREATED. This 3rd workflow should start if document type is ( DR or DG
or KR or KG ) and document has at least one item where cost center is
blank.
 
I changed the other 2 check function modules so they will also raise an
exception if there is any blank cost center.
 
WS90000016 - Z_WF_EVENT_REC_PAYVOUCH_CHECK -> if doc type diff from KR, KG
or is_cc_blank = TRUE, then raise exception and this workflow doesn't start
WS90000033 - Z_WF_EVENT_REC_CUST_INV_CHECK    -> if doc type diff from DR,
DG or is_cc_blank = TRUE, then raise exception and this workflow doesn't
start
 
I created a new function module for my new workflow:
WS90000045 - Z_WF_EVENT_REC_BLANK_CC_CHECK -> if is_cc_blank = FALSE, then
raise exception and this worklfow doesn't start.
 
When I create my doc to test WS90000045, I get the following error:
Error in event receiver
 
Error processing following linkage:
FIPP CREATED WS90000045
 
Following error occurred:
OL 356
_SWC_TRACE_HANDLE
 
Message text:
Element  _SWC_TRACE_HANDLE is not available in the container
 
Any ideas in how to fix it??? I'm quite new in the workflow area!
 
Thanks in advance for your help and have a happy Easter!
 
Cristiana
 
 
----------------------------------------------------------------
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.   If you received
this in error, please contact the sender and delete the material from any
computer.
 


More information about the SAP-WUG mailing list