<?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: Execute Button On a Custom Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-on-a-custom-screen/m-p/4541706#M1072882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PF status &lt;/P&gt;&lt;P&gt;under application toolbar&lt;/P&gt;&lt;P&gt;just give a function code &lt;/P&gt;&lt;P&gt;Function text  &amp;gt;      Execute&lt;/P&gt;&lt;P&gt;Icon name      &amp;gt;     ICON_EXECUTE_OBJECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and call the status in PBO&lt;/P&gt;&lt;P&gt;using SET PF-STATUS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2008 08:44:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-30T08:44:57Z</dc:date>
    <item>
      <title>Execute Button On a Custom Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-on-a-custom-screen/m-p/4541705#M1072881</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;&lt;/P&gt;&lt;P&gt;I am working on a module pool program. I would like to place the execute button on the tool bar. How to get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 08:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-on-a-custom-screen/m-p/4541705#M1072881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T08:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Button On a Custom Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-on-a-custom-screen/m-p/4541706#M1072882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PF status &lt;/P&gt;&lt;P&gt;under application toolbar&lt;/P&gt;&lt;P&gt;just give a function code &lt;/P&gt;&lt;P&gt;Function text  &amp;gt;      Execute&lt;/P&gt;&lt;P&gt;Icon name      &amp;gt;     ICON_EXECUTE_OBJECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and call the status in PBO&lt;/P&gt;&lt;P&gt;using SET PF-STATUS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 08:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-on-a-custom-screen/m-p/4541706#M1072882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T08:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Button On a Custom Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-on-a-custom-screen/m-p/4541707#M1072883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the PBO module you can set the pf-status , there you can add your own buttons to the Application toolbar, for that you need to use the icon &lt;STRONG&gt;icon_execute&lt;/STRONG&gt; save and activate the status and then handle the button using the PAI module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 08:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-on-a-custom-screen/m-p/4541707#M1072883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T08:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Button On a Custom Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-on-a-custom-screen/m-p/4541708#M1072884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  To have an execute button on application tool bar, go to PF status of the screen under application tool bar&lt;/P&gt;&lt;P&gt;just give a function code and then Function text &amp;gt; Execute, now choose Icon name &amp;gt; ICON_EXECUTE_OBJECT. once you activate that the icon will be created on application tool bar of the screen. Until you write the code for that under PAI module in user command it does not work. so write the code for sy-ucomm of execute button in PAI module as per your requirement. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Hope this will give you some idea,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aswini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-on-a-custom-screen/m-p/4541708#M1072884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T09:02:48Z</dc:date>
    </item>
  </channel>
</rss>

