<?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: need help in module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool/m-p/6562284#M1431537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why are you using the program name in the "call screen" statement? &lt;/P&gt;&lt;P&gt;A simple "call screen 0400." should do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regardless, please see that both your main progams and your screen are properly activated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Feb 2010 09:38:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-08T09:38:09Z</dc:date>
    <item>
      <title>need help in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool/m-p/6562279#M1431532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call screen y1XXXX0400  no dynepro name . this is the error message . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 08:53:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool/m-p/6562279#M1431532</guid>
      <dc:creator>former_member498821</dc:creator>
      <dc:date>2010-02-08T08:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: need help in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool/m-p/6562280#M1431533</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;In Your program Y1XXX screen number 0400 is either not created or Inactive.&lt;/P&gt;&lt;P&gt;go to SE80 and open you program and double click on the program name and activate.&lt;/P&gt;&lt;P&gt;THis activates all components of your program&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Once the Screen is Created 
" Always give enough/More than enough information so that some one can give valid inputs
CALL SCREEN '0400' " OR CALL SCREEN 400.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 09:01:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool/m-p/6562280#M1431533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T09:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: need help in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool/m-p/6562281#M1431534</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;Activate your screen first and then execute your program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 09:03:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool/m-p/6562281#M1431534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T09:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: need help in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool/m-p/6562282#M1431535</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;check if your screen is active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 09:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool/m-p/6562282#M1431535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T09:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: need help in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool/m-p/6562283#M1431536</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;if ur screen is inactive or not created then it will give a dump and not an error message and just use the statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen 400.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank&lt;/P&gt;&lt;P&gt;shivraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ShivrajSinha on Feb 8, 2010 10:41 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 09:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool/m-p/6562283#M1431536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T09:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: need help in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool/m-p/6562284#M1431537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why are you using the program name in the "call screen" statement? &lt;/P&gt;&lt;P&gt;A simple "call screen 0400." should do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regardless, please see that both your main progams and your screen are properly activated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 09:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool/m-p/6562284#M1431537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T09:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: need help in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool/m-p/6562285#M1431538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r u using any subscreen in main screens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Surendra P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 13:24:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool/m-p/6562285#M1431538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T13:24:56Z</dc:date>
    </item>
  </channel>
</rss>

