<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta content="MSHTML 6.00.3790.2920" name="GENERATOR">
<style title="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body ocsi="x">
<div dir="ltr"><font face="Tahoma" color="#000000" size="2">What is the table type?</font></div>
<div>
<div><font face="Tahoma" size="2">
<p class="MsoNormal"><strong><b><font face="Calibri" color="navy" size="3"><span style="FONT-SIZE: 12pt; COLOR: navy; FONT-FAMILY: Calibri"></span></font></b></strong>&nbsp;</p>
<p class="MsoNormal"><strong><b><font face="Calibri" color="navy" size="3"><span style="FONT-SIZE: 12pt; COLOR: navy; FONT-FAMILY: Calibri"><strong><b><font face="Calibri" color="navy" size="3"><span style="FONT-SIZE: 12pt; COLOR: navy; FONT-FAMILY: Calibri">Alon</span></font></b></strong>
 Raskin</span></font></b></strong></p>
<p class="MsoNormal"><strong><b><font face="Calibri" color="navy" size="3"><span style="FONT-SIZE: 12pt; COLOR: navy; FONT-FAMILY: Calibri">e:</span></font></b></strong><strong><b><font face="Calibri" color="navy"><span style="FONT-WEIGHT: normal; COLOR: navy; FONT-FAMILY: Calibri">
<b><font color="navy"><span style="FONT-WEIGHT: bold; COLOR: navy"><a title="blocked::mailto:araskin@3i-consulting.com" href="mailto:araskin@3i-consulting.com"><font face="Calibri"><span style="FONT-FAMILY: Calibri"><span title="blocked::mailto:araskin@3i-consulting.com">araskin@3i-consulting.com</span></span></font></a></span></font></b></span></font></b></strong></p>
<p class="MsoNormal"><b><font face="Times New Roman" color="navy" size="3"><span style="FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: navy"><a title="blocked::http://www.themobileworkplace.com/
http://www.themobileworkplace.com/" href="http://www.themobileworkplace.com" target="_blank"><font face="Calibri" size="2"><span style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri"><span title="blocked::http://www.themobileworkplace.com/"></span></span></font></a></span></font></b></p>
</font></div>
<div>
<p class="MsoNormal"></p>
<hr tabindex="-1">
<p></p>
<p class="MsoNormal"><font face="Tahoma" size="2"><b>From:</b> sap-wug-bounces@mit.edu [sap-wug-bounces@mit.edu] On Behalf Of Dave Weston [Dave.Weston@clockwork.ca]<br>
<b>Sent:</b> Thursday, June 12, 2008 3:30 PM<br>
<b>To:</b> sap-wug@mit.edu<br>
<b>Subject:</b> Functional OO method call in container operation problem<br>
</font><br>
</p>
</div>
</div>
<div></div>
<div>
<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>
</div>
</body>
</html>