Functional OO method call in container operation problem

Mike Pokraka wug at workflowconnections.com
Fri Jun 13 03:09:39 EDT 2008


... and how exactly was it solved?

(I'm genuinely curious)

 

From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf Of
Dave Weston
Sent: 12 June 2008 22:33
To: SAP Workflow Users' Group; sap-wug at mit.edu
Subject: RE: Functional OO method call in container operation problem

 

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/20080613/d4c4f515/attachment.htm


More information about the SAP-WUG mailing list