<?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: Regards Menu Painter - This Function is not possible in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regards-menu-painter-this-function-is-not-possible/m-p/6627856#M1441458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to write code for that...&lt;/P&gt;&lt;P&gt;suppose exit button is there , then you need towrite like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN SY-UCOMM = 'EXIT'&lt;/P&gt;&lt;P&gt;LEAVE PROGRAM/TRANSACTION  " Like that...&lt;/P&gt;&lt;P&gt;WHEN OTHERS.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Feb 2010 10:35:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-16T10:35:24Z</dc:date>
    <item>
      <title>Regards Menu Painter - This Function is not possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regards-menu-painter-this-function-is-not-possible/m-p/6627855#M1441457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one module pool program with screen painter and along with menu painter. When I executive this program and some input data wants to come back the edit program. In this case I am getting an error when I press back (Push-button). The error name is This Function is not possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This message what every push button I press getting same error. I thought, I did some mistake in menu painter. Can any one pls explain me really what step I need to do.&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;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 21:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regards-menu-painter-this-function-is-not-possible/m-p/6627855#M1441457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T21:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regards Menu Painter - This Function is not possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regards-menu-painter-this-function-is-not-possible/m-p/6627856#M1441458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to write code for that...&lt;/P&gt;&lt;P&gt;suppose exit button is there , then you need towrite like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN SY-UCOMM = 'EXIT'&lt;/P&gt;&lt;P&gt;LEAVE PROGRAM/TRANSACTION  " Like that...&lt;/P&gt;&lt;P&gt;WHEN OTHERS.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 10:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regards-menu-painter-this-function-is-not-possible/m-p/6627856#M1441458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T10:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regards Menu Painter - This Function is not possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regards-menu-painter-this-function-is-not-possible/m-p/6627857#M1441459</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
     IF  ( SY-UCOMM NE 'BACK' ).
      CALL SCREEN 0130.
    ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 10:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regards-menu-painter-this-function-is-not-possible/m-p/6627857#M1441459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T10:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regards Menu Painter - This Function is not possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regards-menu-painter-this-function-is-not-possible/m-p/6627858#M1441460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it the out put.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 05:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regards-menu-painter-this-function-is-not-possible/m-p/6627858#M1441460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T05:15:29Z</dc:date>
    </item>
  </channel>
</rss>

