OSS Note 378487 Question

Rickayzen, Alan alan.rickayzen at sap.com
Thu Mar 1 11:42:05 EST 2001


Scot,
 
I assume you've double checked the code corrections so this is how I'd
tackle the problem of the events being disabled.
*** In 4.6D the event handling has been changed so that you can capture the
erroneous events without disabling the workflow ***
 
 
Normally you can analyze the workflow log error messages. However, in the
worst case scenario, the workflow fails before it starts (no log is
created).
 
If this is the case, you might want to try this procedure:
 
Use the function SWE_EVENT_MAIL in the event linkage table. The online
documentation describes how to use it.
http://help.sap.com/saphelp_46c/helpdata/en/a5/172437130e0d09e10000009b38f83
9/frameset.htm
<http://help.sap.com/saphelp_46c/helpdata/en/a5/172437130e0d09e10000009b38f8
39/frameset.htm>
 
This will send you a mail showing what parameters are used in the event.
 
You can now use this information to start the workflow directly or via an
event (with the correct event container elements as shown in the mail) and
seeing if the error is reproduceable. Starting the workflow directly might
even yield a useful message directly on your screen.
 
If there is a binding problem start the flow with the technical trace
switched on.
The trace might give you an idea of what is going wrong (check the binding
statements) . If you have ABAP skills you might want to resort to switching
the debugger on.
 
I hope this helps,
Alan
 
 
-----Original Message-----
From: Scot Flak [  <mailto:mrscotflak at yahoo.com>
mailto:mrscotflak at yahoo.com]
Sent: Thursday, March 01, 2001 3:12 PM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: OSS Note 378487 Question
 
 
Hi all,  * HELP *
 
I applied OSS note 378487 for the transported version
problem.   But now some of my workflows are getting
their event linkages deactivated.   I'm not sure if
this is related or not.   We are on 46b.  I did mess
up on the function module SWD_CHECK_ACTIVE_VERSION
where we had to replace the function module.  I did
pass the exporting parameter as VALUE.  I just changed
that to REFERENCE hopefully that'll work.
 
How can I tell what's deactiving the event linkage?
 
Scot
 
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
 <http://personal.mail.yahoo.com/> http://personal.mail.yahoo.com/
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20010301/682a7da3/attachment.htm


More information about the SAP-WUG mailing list