<?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 IW33 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw33/m-p/2960083#M698342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt; I want to know the name of the transparent table behind the Transaction IW33. i specifically want to know how the operations details in IW33 are linked to order number, whicj is the transparent table which provides the link between work order and operations in that work order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2007 16:12:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-09T16:12:56Z</dc:date>
    <item>
      <title>IW33</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw33/m-p/2960083#M698342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt; I want to know the name of the transparent table behind the Transaction IW33. i specifically want to know how the operations details in IW33 are linked to order number, whicj is the transparent table which provides the link between work order and operations in that work order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 16:12:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iw33/m-p/2960083#M698342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T16:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: IW33</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw33/m-p/2960084#M698343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these links which gives details about the respecitve tables -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://abap4.tripod.com/Plant_Maintenance_Sales_and_Distribution_Tables.html" target="test_blank"&gt;http://abap4.tripod.com/Plant_Maintenance_Sales_and_Distribution_Tables.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.delantt.com/documents/sap_tables.pdf" target="test_blank"&gt;http://www.delantt.com/documents/sap_tables.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 16:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iw33/m-p/2960084#M698343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T16:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: IW33</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw33/m-p/2960085#M698344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The link between an order and operation should be the routing number :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get routing number from AFKO.     (order number is the key)&lt;/P&gt;&lt;P&gt;Operations from AFVC for the routing number.  (routing number is one of the keys).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also choose to use BAPI_ALM_ORDER_GET_DETAIL if you want to avoid selects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srihari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 16:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iw33/m-p/2960085#M698344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T16:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: IW33</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw33/m-p/2960086#M698345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Take the Orders from (AUFNR) AUFK table for all orders.&lt;/P&gt;&lt;P&gt;Which order you need? Use Order type PM01 for PM orders PP01 for PP orders SM01 for service orders&lt;/P&gt;&lt;P&gt;with that number check the order details from AFKO and AFPO tables&lt;/P&gt;&lt;P&gt;for order operations see the table &amp;lt;b&amp;gt;AFVC and AFVV&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Take the AFKO-AUFPL field and pass to AFVC and AFVV tables to get the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also see the Views VIAUFKS and VIAUF_AFVC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 16:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iw33/m-p/2960086#M698345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T16:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: IW33</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw33/m-p/2960087#M698346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dfsdfsd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2009 08:26:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iw33/m-p/2960087#M698346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-13T08:26:12Z</dc:date>
    </item>
  </channel>
</rss>

