<?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 Button creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-creation/m-p/5521745#M1262015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have to create a button on top of the screen i.e in the Blue bar on top of the scree.Please suggest how can it be created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2009 09:21:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-27T09:21:56Z</dc:date>
    <item>
      <title>Button creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-creation/m-p/5521745#M1262015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have to create a button on top of the screen i.e in the Blue bar on top of the scree.Please suggest how can it be created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 09:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-creation/m-p/5521745#M1262015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T09:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Button creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-creation/m-p/5521746#M1262016</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;using pf status u can create a button in application toolbar..&lt;/P&gt;&lt;P&gt;go to se41, menu painter and create the pf status..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds.,&lt;/P&gt;&lt;P&gt;subash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 09:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-creation/m-p/5521746#M1262016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T09:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Button creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-creation/m-p/5521747#M1262017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To createa  button on the Menu bar, create one in the PF-status of the screen in the Menu Bar section. Give a name for the button and create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mansi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 09:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-creation/m-p/5521747#M1262017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T09:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Button creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-creation/m-p/5521748#M1262018</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;If it is the custom program, then it can be done simply by creating your PF status, and adding the new one as required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is the standard means, then you need to search the suitable exit or badi, where this can be done.&lt;/P&gt;&lt;P&gt;For existing options, you can refer to the given screen in SE41. i.e. Menu painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 09:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-creation/m-p/5521748#M1262018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T09:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Button creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-creation/m-p/5521749#M1262019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt; in your sorce code use set pf-status command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set pf-status 'Zstatus'.&lt;/P&gt;&lt;P&gt;now double click on zstatus and create the pf status for your screen.&lt;/P&gt;&lt;P&gt;here u can add new button for screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 09:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-creation/m-p/5521749#M1262019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T09:27:46Z</dc:date>
    </item>
  </channel>
</rss>

