<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<title>RE: Functional OO method call in container operation problem</title>
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-GB link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>... and how exactly was it solved?<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>(I&#8217;m genuinely curious)<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:
"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;
font-family:"Tahoma","sans-serif"'> sap-wug-bounces@mit.edu
[mailto:sap-wug-bounces@mit.edu] <b>On Behalf Of </b>Dave Weston<br>
<b>Sent:</b> 12 June 2008 22:33<br>
<b>To:</b> SAP Workflow Users' Group; sap-wug@mit.edu<br>
<b>Subject:</b> RE: Functional OO method call in container operation problem<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p style='margin-bottom:12.0pt'><span style='font-size:10.0pt'>You can ignore
this issue now. Problem solved.<br>
<br>
Dave<br>
<br>
<br>
-----Original Message-----<br>
From: sap-wug-bounces@mit.edu on behalf of Dave Weston<br>
Sent: Thu 6/12/2008 4:30 PM<br>
To: sap-wug@mit.edu<br>
Subject: Functional OO method call in container operation problem<br>
<br>
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>
</span><o:p></o:p></p>

</div>

</div>

</body>

</html>