<?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 functionality behind selection screen IW38 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-behind-selection-screen-iw38/m-p/6244395#M1382620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on PM Module for first time,&lt;/P&gt;&lt;P&gt;I have made a report for creating transfer order requirements for all PM-orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Over here I have a made a selection screen similar to IW38 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Overhere there are fields like OUTSTANDING  IN PROCESS COMPLETED AND HITORICAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented the coding for selection screen but I want to know the fucntionality of this selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard program name is RIAUFK20, can any one tell me how to implement the functionality of selection screen in my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regrds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikhil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2009 10:32:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-30T10:32:15Z</dc:date>
    <item>
      <title>functionality behind selection screen IW38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-behind-selection-screen-iw38/m-p/6244395#M1382620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on PM Module for first time,&lt;/P&gt;&lt;P&gt;I have made a report for creating transfer order requirements for all PM-orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Over here I have a made a selection screen similar to IW38 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Overhere there are fields like OUTSTANDING  IN PROCESS COMPLETED AND HITORICAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented the coding for selection screen but I want to know the fucntionality of this selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard program name is RIAUFK20, can any one tell me how to implement the functionality of selection screen in my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regrds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikhil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 10:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-behind-selection-screen-iw38/m-p/6244395#M1382620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T10:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: functionality behind selection screen IW38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-behind-selection-screen-iw38/m-p/6244396#M1382621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The orders are selected through view VIAUFKST, this view includes tables  AFIH, AUFK, ILOA and AFKO.&lt;/P&gt;&lt;P&gt;Field AFIH-IPHAS contains a value to indicate the current order processing stage. These stages are compared with the selections &lt;EM&gt;Outstanding, In process, Completed,&lt;/EM&gt; etc. That allows the relevant orders to be selected. The &lt;STRONG&gt;iphase&lt;/STRONG&gt; values are as follows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0 Outstanding&lt;/P&gt;&lt;P&gt;1 Postponed (currently not used)&lt;/P&gt;&lt;P&gt;2 Released&lt;/P&gt;&lt;P&gt;3 Technically completed&lt;/P&gt;&lt;P&gt;4 Manual deletion indicator set&lt;/P&gt;&lt;P&gt;5 Historical order&lt;/P&gt;&lt;P&gt;6 Completed for business&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This allows selection of orders based on there current phase/status without having to read the actual status records (JEST) for each order. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the [Enterprise Asset Management (EAM)|&lt;A class="jive_macro jive_macro_community" href="https://community.sap.com/" __jive_macro_name="community" modifiedtitle="true" __default_attr="2039"&gt;&lt;/A&gt;; forum for PM/CS specific topics&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2009 20:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-behind-selection-screen-iw38/m-p/6244396#M1382621</guid>
      <dc:creator>paul_meehan</dc:creator>
      <dc:date>2009-10-03T20:04:30Z</dc:date>
    </item>
  </channel>
</rss>

