<?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 screen painter doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-doubt/m-p/4730082#M1110132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys i am a fresher in abap and am havin a prob..&lt;/P&gt;&lt;P&gt;wen makin the module pool program...&lt;/P&gt;&lt;P&gt;i m addin two buttons to my screen painter..&lt;/P&gt;&lt;P&gt;NEXT and BACK&lt;/P&gt;&lt;P&gt;when in the module pool screen i am giving case n when statement it says case not defined and when i make a module for it in se38 it says for WHEN 'BACK'.. tat when should be followed by case..&lt;/P&gt;&lt;P&gt;pl help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2008 06:26:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-31T06:26:24Z</dc:date>
    <item>
      <title>screen painter doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-doubt/m-p/4730082#M1110132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys i am a fresher in abap and am havin a prob..&lt;/P&gt;&lt;P&gt;wen makin the module pool program...&lt;/P&gt;&lt;P&gt;i m addin two buttons to my screen painter..&lt;/P&gt;&lt;P&gt;NEXT and BACK&lt;/P&gt;&lt;P&gt;when in the module pool screen i am giving case n when statement it says case not defined and when i make a module for it in se38 it says for WHEN 'BACK'.. tat when should be followed by case..&lt;/P&gt;&lt;P&gt;pl help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 06:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-doubt/m-p/4730082#M1110132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T06:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-doubt/m-p/4730083#M1110133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;give like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;SELECT STATMENT.....................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also check in SE51(screen painter) for button Back your given FCT code or/not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ranga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 06:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-doubt/m-p/4730083#M1110133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T06:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-doubt/m-p/4730084#M1110134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have already written &lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;WHEN 'NEXT'.&lt;/P&gt;&lt;P&gt;SELECT ...&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That i did before only... still the prob is comin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 06:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-doubt/m-p/4730084#M1110134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T06:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-doubt/m-p/4730085#M1110135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your screen element list declare a variable for ok_code(last one in the element list), and declare the same variable in the program also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use Case statement with that variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 07:04:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-doubt/m-p/4730085#M1110135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T07:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-doubt/m-p/4730086#M1110136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhi,&lt;/P&gt;&lt;P&gt;Here you have to understand one concept, when you are clicking on Back or next pushbuttons it has to communicate the next action that you have given in the code that can be done using SY-UCOMM.&lt;/P&gt;&lt;P&gt;If you declare Ok code in module pool elements than use OK_CODE.&lt;/P&gt;&lt;P&gt;And you have to define your FCT code for Back and Next which will help you to trigger the action when button is click. Suppose double click on Back opens a window in that give fct code as BACK.&lt;/P&gt;&lt;P&gt;Coming to code part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case Sy-ucomm.&lt;/P&gt;&lt;P&gt;When 'BACk'.&lt;/P&gt;&lt;P&gt;Call screen 100.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that means when i am clicking on back i am calling screen 100 understand the concept of your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 09:26:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-doubt/m-p/4730086#M1110136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T09:26:14Z</dc:date>
    </item>
  </channel>
</rss>

