<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
 </head><body>
 
  <p>Dear wuggies,<br /></p>
  <p><br /></p>
  <p>I&#39;m somehwat stuck with a problem that didn&#39;t seem to any issue at all:<br /></p>
  <p><br /></p>
  <p>I&#39;ve a container elemente based an an ABAP Class, having checked &#34;Multiline&#34; on.<br /></p>
  <p>This is working fine, and I&#39;m using this list in the event type coupling and in other steps.<br /></p>
  <p><br /></p>
  <p>Now, when I&#39;m defining a container operation, where one of the import elements is a table of those class instances, i receive the error &#34;Invalid value for parameter &#39;xyz&#39; (method ... )&#34;.<br /></p>
  <p><br /></p>
  <p>I doesn&#39;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&#39;re no error given that the type mismatches or ... <br /></p>
  <p><br /></p>
  <p>What&#39;s wrong with it?<br /></p>
  <p><br /></p>
  <p>Florin<br /></p>
 
</body></html>