<?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: menu painter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-painter/m-p/2105361#M439254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can write the SET PF-STATUS in the program. therer you can create the Buttons. based on the button function codes you can write the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-UCOMM = 'BUT1'.&lt;/P&gt;&lt;P&gt;  write code here for button1.&lt;/P&gt;&lt;P&gt;ELSEIF SY-UCOMM = 'BUT2'.&lt;/P&gt;&lt;P&gt;  write code here for button2.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2007 08:52:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-19T08:52:49Z</dc:date>
    <item>
      <title>menu painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-painter/m-p/2105358#M439251</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 am having one existing program, for this in menu painter i have to create button and in that button i have to add logic in that. Please can you tell me the process.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 08:46:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-painter/m-p/2105358#M439251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T08:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: menu painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-painter/m-p/2105359#M439252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just go to the Form Painter, add the button, and then Save it and retreive from the painter and in the PAI logic, provide the code for the button which you added  and then save it and check it and activate it. You can see the output successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 08:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-painter/m-p/2105359#M439252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T08:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: menu painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-painter/m-p/2105360#M439253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can put your code in User Command Events (PAI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is your code looks like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-ucomm = 'ZABC'. *for example your function code for your button was ZABC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; put your code here &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 08:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-painter/m-p/2105360#M439253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T08:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: menu painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-painter/m-p/2105361#M439254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can write the SET PF-STATUS in the program. therer you can create the Buttons. based on the button function codes you can write the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-UCOMM = 'BUT1'.&lt;/P&gt;&lt;P&gt;  write code here for button1.&lt;/P&gt;&lt;P&gt;ELSEIF SY-UCOMM = 'BUT2'.&lt;/P&gt;&lt;P&gt;  write code here for button2.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 08:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-painter/m-p/2105361#M439254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T08:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: menu painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-painter/m-p/2105362#M439255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ali,&lt;/P&gt;&lt;P&gt;    do it like this ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;AT USER-COMMAND&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;b&amp;gt; IF SY-UCOMM = 'A1'.&lt;/P&gt;&lt;P&gt;                  write code here for button1 .&lt;/P&gt;&lt;P&gt;       ELSEIF SY-UCOMM = 'A2'.&lt;/P&gt;&lt;P&gt;                  write code here for button2 .&lt;/P&gt;&lt;P&gt;        ENDIF.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if this helps u &lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 08:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-painter/m-p/2105362#M439255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T08:58:31Z</dc:date>
    </item>
  </channel>
</rss>

