<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Production orders document drawing version in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders-document-drawing-version/m-p/12490681#M2002479</link>
    <description>&lt;P&gt;Hi Anne, &lt;/P&gt;&lt;P&gt;can you please check if the table DRAD_PORDER includes the relevant information?&lt;/P&gt;&lt;P&gt;I just checked the where-used-list of this table and found the function module COIS_SELECT_ORDERS_READ which includes also the related documents based on the mentioned table.&lt;/P&gt;&lt;P&gt;I hope this helps you in your scenario.&lt;/P&gt;&lt;P&gt;Kind regards&lt;BR /&gt;Jens&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2022 11:03:36 GMT</pubDate>
    <dc:creator>Jeansy</dc:creator>
    <dc:date>2022-03-23T11:03:36Z</dc:date>
    <item>
      <title>Production orders document drawing version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders-document-drawing-version/m-p/12490680#M2002478</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I have a list of production orders and need to add the document version of the drawing.&lt;/P&gt;
  &lt;P&gt;I can find the versions of the finished item in DRAD and DRAW.&lt;/P&gt;
  &lt;P&gt;However, in the list there may be older production orders that used a different drawing version.&lt;/P&gt;
  &lt;P&gt;How do I find this, is there a valid from/valid to date somewhere ?&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;Anne&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 16:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders-document-drawing-version/m-p/12490680#M2002478</guid>
      <dc:creator>former_member812927</dc:creator>
      <dc:date>2022-03-22T16:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Production orders document drawing version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders-document-drawing-version/m-p/12490681#M2002479</link>
      <description>&lt;P&gt;Hi Anne, &lt;/P&gt;&lt;P&gt;can you please check if the table DRAD_PORDER includes the relevant information?&lt;/P&gt;&lt;P&gt;I just checked the where-used-list of this table and found the function module COIS_SELECT_ORDERS_READ which includes also the related documents based on the mentioned table.&lt;/P&gt;&lt;P&gt;I hope this helps you in your scenario.&lt;/P&gt;&lt;P&gt;Kind regards&lt;BR /&gt;Jens&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 11:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders-document-drawing-version/m-p/12490681#M2002479</guid>
      <dc:creator>Jeansy</dc:creator>
      <dc:date>2022-03-23T11:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Production orders document drawing version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders-document-drawing-version/m-p/12490682#M2002480</link>
      <description>&lt;P&gt;Hi Jens,&lt;/P&gt;&lt;P&gt;I used the function module but the output is empty, maybe there's something wrong in the previous FM's ? Not sure what they are suppose to do (copied it from an example) : &lt;/P&gt;&lt;P&gt;l_repid = sy-repid.&lt;BR /&gt;  CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS'&lt;BR /&gt;    EXPORTING&lt;BR /&gt;      curr_report     = l_repid&lt;BR /&gt;    TABLES&lt;BR /&gt;      selection_table = lt_seltab&lt;BR /&gt;    EXCEPTIONS&lt;BR /&gt;      not_found       = 1&lt;BR /&gt;      no_report       = 2&lt;BR /&gt;      OTHERS          = 3.&lt;BR /&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;BR /&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;BR /&gt;            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;BR /&gt;    RETURN.&lt;BR /&gt;  ENDIF.&lt;BR /&gt;  ls_tcoa-header_sel = 'X'.&lt;BR /&gt;  ls_tcoa-item_sel = 'Y'.&lt;BR /&gt;  ls_tcoa-layoutid_aa = p_vari2.&lt;BR /&gt;  CALL FUNCTION 'COIS_SELECT_PARAMETERS_SET'&lt;BR /&gt;    EXPORTING&lt;BR /&gt;      it_parameter = lt_seltab&lt;BR /&gt;      is_tcoa      = ls_tcoa.&lt;BR /&gt;* read production orders&lt;BR /&gt;  CLEAR: gt_out_vers&lt;BR /&gt;  CALL FUNCTION 'COIS_SELECT_ORDERS_READ'&lt;BR /&gt;    CHANGING&lt;BR /&gt;      ct_iodocl = iodocl_tab[].&lt;BR /&gt;      &lt;BR /&gt;   MOVE-CORRESPONDING iodocl_tab to gt_out_vers.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 16:39:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders-document-drawing-version/m-p/12490682#M2002480</guid>
      <dc:creator>former_member812927</dc:creator>
      <dc:date>2022-03-23T16:39:15Z</dc:date>
    </item>
  </channel>
</rss>

