<?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: iw38 adding a customer function to standard GUI Status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw38-adding-a-customer-function-to-standard-gui-status/m-p/557397#M21344</link>
    <description>&lt;P&gt;check pbo of screen.&lt;/P&gt;
  &lt;P&gt;may some code is there to hide others fields like urs using "loop at screen" st.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2017 05:16:54 GMT</pubDate>
    <dc:creator>former_member241258</dc:creator>
    <dc:date>2017-10-05T05:16:54Z</dc:date>
    <item>
      <title>iw38 adding a customer function to standard GUI Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw38-adding-a-customer-function-to-standard-gui-status/m-p/557396#M21343</link>
      <description>&lt;P&gt;Hello members,&lt;/P&gt;
  &lt;P&gt;I need to add a button to the standard GUI of IW38. I cannot use +CUS1 as it has already been used. In this case I have to modify the GUI-Status and put my code in the enhancement in program RIAUFK20. &lt;/P&gt;
  &lt;P&gt;I have access key to modify the GUI-Status - AEND and did the same. Also wrote the code in program making an enhancement. However, the button is not appearing. Do I need to do anything else to make the button appear?&lt;/P&gt;
  &lt;P&gt;The button I want to make appear is same as that of 'Activation' available once you go inside on PM Order by selecting a line. So I use 'DISP' as the function code and ICON_ACTIVATE as the button. I also tried using a different function code - DISP2, but the button still does not appear.&lt;/P&gt;
  &lt;P&gt;regards,&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 06:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iw38-adding-a-customer-function-to-standard-gui-status/m-p/557396#M21343</guid>
      <dc:creator>former_member528040</dc:creator>
      <dc:date>2017-10-04T06:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: iw38 adding a customer function to standard GUI Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw38-adding-a-customer-function-to-standard-gui-status/m-p/557397#M21344</link>
      <description>&lt;P&gt;check pbo of screen.&lt;/P&gt;
  &lt;P&gt;may some code is there to hide others fields like urs using "loop at screen" st.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 05:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iw38-adding-a-customer-function-to-standard-gui-status/m-p/557397#M21344</guid>
      <dc:creator>former_member241258</dc:creator>
      <dc:date>2017-10-05T05:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: iw38 adding a customer function to standard GUI Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw38-adding-a-customer-function-to-standard-gui-status/m-p/557398#M21345</link>
      <description>&lt;P&gt;CHECK LINE NO : 430 TO 473 IN program RIAUFK20&lt;/P&gt;
  &lt;P&gt;if standard code is hiding ur created button.&lt;/P&gt;
  &lt;P&gt;then use enhancmet for enable ur buttions using loop at screen st&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 05:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iw38-adding-a-customer-function-to-standard-gui-status/m-p/557398#M21345</guid>
      <dc:creator>former_member241258</dc:creator>
      <dc:date>2017-10-05T05:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: iw38 adding a customer function to standard GUI Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw38-adding-a-customer-function-to-standard-gui-status/m-p/557399#M21346</link>
      <description>&lt;P&gt;Hi Krishna Murthy,&lt;/P&gt;
  &lt;P&gt;Thank you for advise. However, standard code is not hiding my Button. When I check SET PF-STATUS EXCLUDING ****, my button is not being hidden. However, I did see a lot of FUNCTION-CODES beginning with '&amp;amp;' in the excluding internal table.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 07:01:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iw38-adding-a-customer-function-to-standard-gui-status/m-p/557399#M21346</guid>
      <dc:creator>former_member528040</dc:creator>
      <dc:date>2017-10-05T07:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: iw38 adding a customer function to standard GUI Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw38-adding-a-customer-function-to-standard-gui-status/m-p/557400#M21347</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;If this is the case it means your PF status is not properly assigned with the F code.&lt;/P&gt;
  &lt;P&gt;Can you just try with screen simulation if it is visible in that.&lt;/P&gt;
  &lt;P&gt;For that :&lt;/P&gt;
  &lt;P&gt;Just open the PF status and press f8 and see.&lt;/P&gt;
  &lt;P&gt;If it is not coming then there is problem in PF status assignments.&lt;/P&gt;
  &lt;P&gt;If it does then it surely the coding past that is hiding that.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 09:22:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iw38-adding-a-customer-function-to-standard-gui-status/m-p/557400#M21347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-10-05T09:22:28Z</dc:date>
    </item>
  </channel>
</rss>

