Container problem

Mark Pyc markpyc at hotmail.com
Wed Jan 19 06:04:16 EST 2005


I may be misunderstanding here but when you redefined the method to include 
the export parameter you marked the method as Syncronous. Presumably you 
have included a select statement to read EBAN-FRGKZ from the database....

If this is the case you've got problems. Marking the method as Syncronous 
doesn't actually make it perform a syncronous update, it simply means the 
Task completes as soon as the method finishes. The databased update 
performed by the method will still be Asyncronous and so you can't rely on 
the EBAN-FRGKZ indicator being set correctly.

You may need to look at alternatives. Firstly remove your redefinition and 
use the original method with terminating event. You may need to create 
EBAN-FRGKZ as an attribute and check it in a subsequent step.

Have fun,
Mark

From: Márton Zsolt <Zsolt.Marton at t-systems.co.hu>
Reply-To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
To: <sap-wug at mit.edu>
Subject: Container problem
Date: Wed, 19 Jan 2005 10:53:13 +0100

Hi all!

We are in 4.6c

I'm using the standard workflow for releasing the purchase requisitions with 
a little modification: the confirmation of released requisition must be sent 
after the final release. I've created a condition and I've set up a new 
container element (EBAN-FRGKZ - Release indicator). I'm using the release 
indicator in my condition to decide: the release executed was the final 
release or not.

I've redefined the method SingleRelease in the BUS2105   with filling the 
new container element. My problem is, the new element of task container is 
not moved into the workflow container.

Another problem is: if the release indicator is an export parameter in the 
task, then the method could not be executed as an dialog just an synchronous 
method, so does not require any terminating events 
<SAPEVENT:DOCU_LINK/DS:GLOS.3526B0CBAFAB52B9E10000009B38F974> .





Could anybody help me?

Thanks

Zsolt



_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug




More information about the SAP-WUG mailing list