Functional OO method call in container operation problem

Dave Weston Dave.Weston at clockwork.ca
Thu Jun 12 17:32:59 EDT 2008


You can ignore this issue now. Problem solved.

Dave


-----Original Message-----
From: sap-wug-bounces at mit.edu on behalf of Dave Weston
Sent: Thu 6/12/2008 4:30 PM
To: sap-wug at mit.edu
Subject: Functional OO method call in container operation problem
 
Hi folks,

I have created a functional method called GETFORMCOMMENTS(import parameter based on a GUID) that returns some text lines via a Returning parameter called COMMENT_LINES based on a table type.

I have then used a container operation to extract this in a workflow, the container element is called COMMENT_LINES based on the same table type.

My problem is the container operation returns nothing in the internal table. The container operation is defined as:

COMMENT_LINES = &ZCL_EMPLOYEE.GETFORMCOMMENTS(IV_GUID= &PROCESS_OBJECT.GUID& )&

The method runs correctly when tested in SE24 and the wf syntax checks ok. If I hard code the guid in the container operation it fails as well to return anything.

Anyone see anything obvious in the format ?

Dave


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


More information about the SAP-WUG mailing list