Functional OO method call in container operation problem

Alon Raskin araskin at 3i-consulting.com
Thu Jun 12 16:48:59 EDT 2008


What is the table type?

Alon Raskin
e: araskin at 3i-consulting.com<mailto:araskin at 3i-consulting.com>
<http://www.themobileworkplace.com>
________________________________
From: sap-wug-bounces at mit.edu [sap-wug-bounces at mit.edu] On Behalf Of Dave Weston [Dave.Weston at clockwork.ca]
Sent: Thursday, June 12, 2008 3: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/440404f0/attachment.htm


More information about the SAP-WUG mailing list