<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div></div><div>Hi Florin,&nbsp;</div><div><br></div><div>Why not use a collection object to hold the instances? Standard OO pattern to do that sort of thing...</div><div><br></div><div>Regards,&nbsp;</div><div>Mike</div><div><br>On 23 Apr 2015, at 12:52, Florin Wach &lt;<a href="mailto:florin.wach@systems-integration.net">florin.wach@systems-integration.net</a>&gt; wrote:<br><br></div><div>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
 
 
  <p>Dear wuggies,<br></p>
  <p><br></p>
  <p>I'm somehwat stuck with a problem that didn't seem to any issue at all:<br></p>
  <p><br></p>
  <p>I've a container elemente based an an ABAP Class, having checked "Multiline" on.<br></p>
  <p>This is working fine, and I'm using this list in the event type coupling and in other steps.<br></p>
  <p><br></p>
  <p>Now, when I'm defining a container operation, where one of the import elements is a table of those class instances, i receive the error "Invalid value for parameter 'xyz' (method ... )".<br></p>
  <p><br></p>
  <p>I doesn't work, when I declare the parameter as a table-type OF class, nor does it work, declaring the type SIBFLPORT (which is the table-type for SIBFLPOR).<br></p>
  <p><br></p>
  <p><br></p>
  <p>I got another method, which is using the Table-Typ of type-ref-to and which is called by a WORKITEM. And that works. There're no error given that the type mismatches or ... <br></p>
  <p><br></p>
  <p>What's wrong with it?<br></p>
  <p><br></p>
  <p>Florin<br></p>
 
</div><div><span>_______________________________________________</span><br><span>SAP-WUG mailing list</span><br><span><a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a></span><br><span><a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a></span><br></div></body></html>