<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Functional OO method call in container operation problem</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi folks,<BR>
<BR>
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.<BR>
<BR>
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.<BR>
<BR>
My problem is the container operation returns nothing in the internal table. The container operation is defined as:<BR>
<BR>
COMMENT_LINES = &amp;ZCL_EMPLOYEE.GETFORMCOMMENTS(IV_GUID= &amp;PROCESS_OBJECT.GUID&amp; )&amp;<BR>
<BR>
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.<BR>
<BR>
Anyone see anything obvious in the format ?<BR>
<BR>
Dave<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>