<?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: PUSH BUTTON IN ABAP EDITOR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-abap-editor/m-p/1268104#M149587</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;you can do that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in start-of-selection write set-pf-status .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;START-OF-SELECTION.
set pf-status 'ABC'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;"add buttons etc what ever you want..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"handling will be under this event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;at user-command.

case sy-ucomm.

when 'TEST'.

endcase.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to disable then you can do this way &lt;/P&gt;&lt;P&gt;"append all your okcodes which you want to disable to P_EXTAB.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;P_EXTAB is of table with field sy-ucomm.
SET PF-STATUS 'AAA' excluding P_EXTAB.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Apr 2006 09:23:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-13T09:23:13Z</dc:date>
    <item>
      <title>PUSH BUTTON IN ABAP EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-abap-editor/m-p/1268099#M149582</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;HOW CAN I ACCESS THE THE MENU BAR,APPLICATION TOOLBAR AND&lt;/P&gt;&lt;P&gt;FUNTION KEYS MENU INSIDE THE ABAP EDITOR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I WANT TO CREATE A EXTRA PUSH BUTTON IN THE APPLICATION TOOLBAR&lt;/P&gt;&lt;P&gt;MENU AND THEN CONTROL IT INSIDE THE PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I WANT ALSO TO DISABLE SOME PUSHBUTTONS FROM THE &lt;/P&gt;&lt;P&gt;STANDARD TOOLBAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 09:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-abap-editor/m-p/1268099#M149582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T09:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: PUSH BUTTON IN ABAP EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-abap-editor/m-p/1268100#M149583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean by creating inside the ABAP Editor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create a Menu / Toolbar for your program use the Menu Painter SE41 and attach that to your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can attach the menu to the program using SET PF-STATUS  command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ravikumar Allampallam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 09:14:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-abap-editor/m-p/1268100#M149583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T09:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: PUSH BUTTON IN ABAP EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-abap-editor/m-p/1268101#M149584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  WANT ALSO TO DISABLE SOME PUSHBUTTONS FROM THE &lt;/P&gt;&lt;P&gt;STANDARD TOOLBAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program , just write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set pf-status 'ABCD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and double click on ABCD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. u will be taken to gui-status editor&lt;/P&gt;&lt;P&gt;  there u can disable what u require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 09:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-abap-editor/m-p/1268101#M149584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T09:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: PUSH BUTTON IN ABAP EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-abap-editor/m-p/1268102#M149585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;   use &amp;lt;b&amp;gt;set pf-status 'PQR'&amp;lt;/b&amp;gt; in your program.. on double clicking on that u will be taken to GUI editor where is where u can define a code which is of 4 letter word.... assign the functionality as SY-UCOMM traps the clicked button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 09:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-abap-editor/m-p/1268102#M149585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T09:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: PUSH BUTTON IN ABAP EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-abap-editor/m-p/1268103#M149586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI BILL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN YOUR PROGRAM WRITE&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'XXX'.&lt;/P&gt;&lt;P&gt;DOUBLE CLICK ON THAT IT WILL TAKE U TO SE41(MENU PAINTER)&lt;/P&gt;&lt;P&gt;SELECT APPLICATION TOOL BAR AND CREATE OR DISABLE BUTTONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOPE THIS HELPS,&lt;/P&gt;&lt;P&gt;PRIYA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 09:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-abap-editor/m-p/1268103#M149586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T09:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: PUSH BUTTON IN ABAP EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-abap-editor/m-p/1268104#M149587</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;you can do that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in start-of-selection write set-pf-status .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;START-OF-SELECTION.
set pf-status 'ABC'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;"add buttons etc what ever you want..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"handling will be under this event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;at user-command.

case sy-ucomm.

when 'TEST'.

endcase.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to disable then you can do this way &lt;/P&gt;&lt;P&gt;"append all your okcodes which you want to disable to P_EXTAB.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;P_EXTAB is of table with field sy-ucomm.
SET PF-STATUS 'AAA' excluding P_EXTAB.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 09:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-abap-editor/m-p/1268104#M149587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T09:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: PUSH BUTTON IN ABAP EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-abap-editor/m-p/1268105#M149588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;go through these links  i hope this will give you infromtation to solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geocities.com/victorav15/sapr3/abap.html" target="test_blank"&gt;http://www.geocities.com/victorav15/sapr3/abap.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_srm30/helpdata/en/72/0fe1385bed2815e10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_srm30/helpdata/en/72/0fe1385bed2815e10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 09:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-in-abap-editor/m-p/1268105#M149588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T09:28:45Z</dc:date>
    </item>
  </channel>
</rss>

