<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Dan,<br>
    <br>
    I have done something similar in OO-ABAP context. I used the table
    type SIBFLPORBT to hold my BOR object references as an attribute of
    a custom class. It might work in a BOR context as well.<br>
    <br>
    Cheers,<br>
    Ramki.<br>
    &nbsp;<br>
    <br>
    <div class="moz-cite-prefix">On 7/8/15, 1:42 PM, Dan Stoicof wrote:<br>
    </div>
    <blockquote
cite="mid:1333298820.1290838.1436377330836.JavaMail.yahoo@mail.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff;
        font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica
        Neue, Helvetica, Arial, Lucida Grande,
        sans-serif;font-size:16px">
        <div id="yui_3_16_0_1_1436271136135_393738">Hello,</div>
        <div id="yui_3_16_0_1_1436271136135_393807">&nbsp;</div>
        <div id="yui_3_16_0_1_1436271136135_393808">I have an issue
          getting parameter data into and out of a method.</div>
        <div id="yui_3_16_0_1_1436271136135_393810">&nbsp;</div>
        <div id="yui_3_16_0_1_1436271136135_393809" dir="ltr">I have a
          workflow container defined as type object (BUS2009) -
          multiline.&nbsp; It contains a list of Purchase Requisition
          objects.<br>
        </div>
        <div id="yui_3_16_0_1_1436271136135_393879" dir="ltr">I wrote a
          method that takes this container "in" for processing.&nbsp; The
          parameter definition for this container&nbsp;is "Import/Multiline
          and of reference type "Object Type" (BUS2009).</div>
        <div id="yui_3_16_0_1_1436271136135_394156" dir="ltr">&nbsp;</div>
        <div id="yui_3_16_0_1_1436271136135_394121" dir="ltr">In the
          method, the data definition for the container is of type
          swc_object.</div>
        <div id="yui_3_16_0_1_1436271136135_394157" dir="ltr">&nbsp;</div>
        <div id="yui_3_16_0_1_1436271136135_394158" dir="ltr">Here is
          the issue I'm facing:&nbsp; when I test run the method, when the
          parameter comes up (supposedly for data entry)&nbsp;it is not
          modifiable.&nbsp; It actually has a value of zero, as if it is the
          result of an output parameter.&nbsp; More, this parameter does not
          looks as if it's defined as multiline (with the "multiline
          icon").</div>
        <div id="yui_3_16_0_1_1436271136135_394329" dir="ltr">&nbsp;</div>
        <div id="yui_3_16_0_1_1436271136135_394330" dir="ltr">On the
          same line, I have defined an output parameter using the exact
          same criteria.&nbsp; I populate this parameter in the method.&nbsp; Upon
          testing, this parameter displays the multiline icon, but it's
          always empty, even though I populate it with data using the
          SWC_SET_TABLE CONTAINER macro.</div>
        <div id="yui_3_16_0_1_1436271136135_394331" dir="ltr">&nbsp;</div>
        <div id="yui_3_16_0_1_1436271136135_394332" dir="ltr">So, it
          seems I cannot&nbsp;input a table of objects and I cannot output a
          table of objects.</div>
        <div id="yui_3_16_0_1_1436271136135_394350" dir="ltr">&nbsp;</div>
        <div id="yui_3_16_0_1_1436271136135_394351" dir="ltr">Any
          suggestions on what I'm doing wrong?</div>
        <div id="yui_3_16_0_1_1436271136135_394462" dir="ltr">&nbsp;</div>
        <div id="yui_3_16_0_1_1436271136135_394463" dir="ltr">Thanks and
          Best Regards,</div>
        <div id="yui_3_16_0_1_1436271136135_394464" dir="ltr">&nbsp;</div>
        <div id="yui_3_16_0_1_1436271136135_394465" dir="ltr">Dan
          Stoicof</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SAP-WUG mailing list
<a class="moz-txt-link-abbreviated" href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a>
<a class="moz-txt-link-freetext" href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>