<?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 Pushbutton in Application tool bar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-application-tool-bar/m-p/2331143#M512980</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;How can i put pushbutton in application tool bar of a report output and how to use this for further processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saravana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2007 14:35:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-06T14:35:28Z</dc:date>
    <item>
      <title>Pushbutton in Application tool bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-application-tool-bar/m-p/2331143#M512980</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;How can i put pushbutton in application tool bar of a report output and how to use this for further processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saravana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 14:35:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-application-tool-bar/m-p/2331143#M512980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T14:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton in Application tool bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-application-tool-bar/m-p/2331144#M512981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ITAB_CODE LIKE SY-UCOMM OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Dummy condition..&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;A &amp;amp; B will be the function code that you gave in the menu painter..&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ITAB_CODE = 'A'.APPEND ITAB_CODE.&lt;/P&gt;&lt;P&gt;ITAB_CODE = 'B'. APPEND ITAB_CODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;THis will remove the function codes A &amp;amp; B from the menu bar.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SET PF-STATUS EXCLUDING ITAB_CODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 14:40:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-application-tool-bar/m-p/2331144#M512981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T14:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton in Application tool bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-application-tool-bar/m-p/2331145#M512982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create a New GUI status &amp;amp; call that before displaying the output using SET PF-STATUS 'ZNEW'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 14:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-application-tool-bar/m-p/2331145#M512982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T14:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton in Application tool bar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-application-tool-bar/m-p/2331146#M512983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use set pf-status '1000' and click on 1000 and it will go menu painter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 14:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-application-tool-bar/m-p/2331146#M512983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T14:46:52Z</dc:date>
    </item>
  </channel>
</rss>

