Event parameters lost on custom trigger

Mark Pyc mark_pyc at gillette.com
Thu Sep 23 12:33:22 EDT 2004


I'll give you a knee jerk response without really thinking if this is true
or not...
 
Do you need to set the container to persistent?
 
Are there any issues associated with an XML container?? Shouldn't matter
via event linkage anyway, took me a while to figure when I was trying to do
a programatic direct start though.
 
Have fun!
 
 
 
 
 
                      Michael Pokraka
                      <workflow at quirky.me         To:      SAP-WUG at MITVMA.MIT.EDU
                      .uk>                        cc:
                      Sent by: SAP                Subject: Event parameters lost on custom trigger
                      Workflow
                      <Owner-SAP-WUG at MITV
                      MA.MIT.EDU>
 
 
                      23 Sep 2004 17:25
                      Please respond to
                      SAP Workflow Users'
                      Group
 
 
 
 
 
 
Hi all,
Been tearing my hair out for two days on this one:
I'm raising an event using SAP_WAPI_CREATE_EVENT and trying to pass
parameters to the WF, which I've done in the past no problem. However on
this 4.7/620 system it doesn't like to play along.
 
The code is quite straightforward:
 
include <cntn01>.          " also tried <cntain>
swc_container lt_cont.
swc_create_container lt_cont.
swc_set_element lt_cont 'EventParameter' p_value.
 
* Also tried SWE_EVENT_CREATE with no joy
CALL FUNCTION 'SAP_WAPI_CREATE_EVENT'
  EXPORTING
    OBJECT_TYPE           = 'BUS0000'
    OBJECT_KEY            = l_objkey
    EVENT                 = 'ZCUSTOMEVENT'
  TABLES
    INPUT_CONTAINER       = lt_cont.
 
Result? There's no hint of any event parameter in the WF. If I test it
using
SWUE, the parameter comes through to the flow. I've debugged some of the
event code and somwehow it just seems to lose the custom value along the
way, I'm still working my way through the 497 classes that seem to be
involved (and have searched the archives and OSS), but if anyone can shed
some light in the meantime I'd be grateful.
 
Cheers
Mike
 


More information about the SAP-WUG mailing list