<?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: selecting Process orders and work orders in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-process-orders-and-work-orders/m-p/2563357#M584656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Master table is AUFK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the field on which you can differenciate is AUFK-AUTYP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2007 15:03:06 GMT</pubDate>
    <dc:creator>Pawan_Kesari</dc:creator>
    <dc:date>2007-07-23T15:03:06Z</dc:date>
    <item>
      <title>selecting Process orders and work orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-process-orders-and-work-orders/m-p/2563356#M584655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  My requirement is to list Process Orders  and Work Orders based on date started and equipment name.&lt;/P&gt;&lt;P&gt;Associated data for process orders :&lt;/P&gt;&lt;P&gt;date started , process order number and user id of the person who entered phase confirmation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Associated data for work orders :&lt;/P&gt;&lt;P&gt;date started , work order number, operation center, maintenance history text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to select process orders and work orders since they both have same field name AUFNR .Do i need to write separate select statements and different internal tables or is there any table where i can relate these fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any guidance is appreciated and points are rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx.&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:43:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-process-orders-and-work-orders/m-p/2563356#M584655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T14:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: selecting Process orders and work orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-process-orders-and-work-orders/m-p/2563357#M584656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Master table is AUFK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the field on which you can differenciate is AUFK-AUTYP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 15:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-process-orders-and-work-orders/m-p/2563357#M584656</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2007-07-23T15:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: selecting Process orders and work orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-process-orders-and-work-orders/m-p/2563358#M584657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the where condition if i give AUTYP  = 40 , it list process orders.&lt;/P&gt;&lt;P&gt;How to list work orders then? do i need to write two select statements first for work orders without specifying AUTYP and second to list process orders based on AUTYP = 40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx.&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 15:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-process-orders-and-work-orders/m-p/2563358#M584657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T15:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: selecting Process orders and work orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-process-orders-and-work-orders/m-p/2563359#M584658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select records without specifying AUTYP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then inside program loop on the internal table in which you stored all the records specifying AUTYP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 15:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-process-orders-and-work-orders/m-p/2563359#M584658</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2007-07-23T15:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: selecting Process orders and work orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-process-orders-and-work-orders/m-p/2563360#M584659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx Pavan, i wil try that .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 15:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-process-orders-and-work-orders/m-p/2563360#M584659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T15:29:41Z</dc:date>
    </item>
  </channel>
</rss>

