[LIKELY JUNK]How to pass the valeus from Asynchronous Method to workflow container

Sharath K ksharath77 at yahoo.com
Wed Nov 19 21:07:14 EST 2008


Jocelyn, Thank you for quick reply....I solved the issue by reading the values from SAP Tables direclty in the in a background workflow task.
problem is solved..



________________________________
From: "Dart, Jocelyn" <jocelyn.dart at sap.com>
To: SAP Workflow Users' Group <sap-wug at mit.edu>
Sent: Tuesday, November 18, 2008 2:37:37 PM
Subject: RE: [LIKELY JUNK]How to pass the valeus from Asynchronous Method to workflow container


Sharath, 
By definition Asynchronous methods do NOT have exporting parameters.  What you need to do is pass the values as parameters of the terminating event of your task.  Then you can pass them back to the workflow container.  Or else use a synchronous method.
Regards,
Jocelyn


________________________________
From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf Of Sharath K
Sent: Wednesday, 19 November 2008 9:25 AM
To: SAP Workflow Users' Group
Subject: [LIKELY JUNK]How to pass the valeus from Asynchronous Method to workflow container


Hi All, I am trying to pass the values from Asynchronous method to task container and then to workflow container.
I am using SWC_SET_ELEMENT CONTAINER macro to pass value from method to task container varaible..but the varaible is not getting the values at run time...

SAP is not allowing to create export parameters to an asynchronous method...I can't make my method as synchronous as task need to be completed by a terminating event...

is there any way to acheive this...



thanks,
Sharath K



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20081119/e28e4107/attachment.htm


More information about the SAP-WUG mailing list