<?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: call a screen painter from module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-painter-from-module-pool/m-p/4534852#M1071590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to things  , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write u'r screen number as 0100 &lt;/P&gt;&lt;P&gt;or write it as '0100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as other said check u'r  fct code  of pushbutton .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Sep 2008 12:38:01 GMT</pubDate>
    <dc:creator>ajay_sharma10</dc:creator>
    <dc:date>2008-09-28T12:38:01Z</dc:date>
    <item>
      <title>call a screen painter from module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-painter-from-module-pool/m-p/4534848#M1071586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;How to call a screen painter from module pool program &lt;/P&gt;&lt;P&gt;i declared "call screen 100" but error like&lt;/P&gt;&lt;P&gt;statement is not accessible is displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone plz help me...&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;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 13:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-painter-from-module-pool/m-p/4534848#M1071586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T13:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: call a screen painter from module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-painter-from-module-pool/m-p/4534849#M1071587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the command example if you are clicking any button to go to screen 100, checkout whether the fct code is correct that you are using in the code. Suppose if fct code is BACK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When 'back'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 13:54:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-painter-from-module-pool/m-p/4534849#M1071587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T13:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: call a screen painter from module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-painter-from-module-pool/m-p/4534850#M1071588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;On your Call Screen 100 statement, double click on the 100, it will ask you to create the screen. And you will be in the Screen painter. Clicking on the Layout button will take you to the Layout of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 14:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-painter-from-module-pool/m-p/4534850#M1071588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T14:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: call a screen painter from module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-painter-from-module-pool/m-p/4534851#M1071589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether the screen you created is Active or Not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijaya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 17:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-painter-from-module-pool/m-p/4534851#M1071589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T17:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: call a screen painter from module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-painter-from-module-pool/m-p/4534852#M1071590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to things  , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write u'r screen number as 0100 &lt;/P&gt;&lt;P&gt;or write it as '0100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as other said check u'r  fct code  of pushbutton .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Sep 2008 12:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-painter-from-module-pool/m-p/4534852#M1071590</guid>
      <dc:creator>ajay_sharma10</dc:creator>
      <dc:date>2008-09-28T12:38:01Z</dc:date>
    </item>
  </channel>
</rss>

