<?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: Reg:modulepool programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-modulepool-programming/m-p/3974940#M949390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you can solve this without using subscreen.&lt;/P&gt;&lt;P&gt;try draw all fields in the screen 100 that you planned to see in screen 110.&lt;/P&gt;&lt;P&gt;draw those fields as invisible and when 'enter' will be pressed, &lt;/P&gt;&lt;P&gt;on the PBO of 100 screen make those fields visible using structure with name 'screen' and its attributes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 06:27:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-16T06:27:18Z</dc:date>
    <item>
      <title>Reg:modulepool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-modulepool-programming/m-p/3974937#M949387</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;   Can anyone please tell me how to solve this issue.That is I developed a module pool program with screen no 100 and to that screen i want to add another screen for example 110 that is after entering the values in screen 100 and when i press Enter key  i should enter into screen 110.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me how to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 06:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-modulepool-programming/m-p/3974937#M949387</guid>
      <dc:creator>former_member197425</dc:creator>
      <dc:date>2008-06-16T06:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:modulepool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-modulepool-programming/m-p/3974938#M949388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;U can create another screen 110, and put the condition in ur 1st screen as..&lt;/P&gt;&lt;P&gt;if sy-ucomm = 'ENTE'.&lt;/P&gt;&lt;P&gt;CALL SCREEN 0110.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 06:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-modulepool-programming/m-p/3974938#M949388</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-06-16T06:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:modulepool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-modulepool-programming/m-p/3974939#M949389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;U can create another screen 110, and put the condition in ur 1st screen, i.e in screen 100's PIA module as..&lt;/P&gt;&lt;P&gt;if sy-ucomm = 'ENTE'.&lt;/P&gt;&lt;P&gt;CALL SCREEN 0110.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 06:12:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-modulepool-programming/m-p/3974939#M949389</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-06-16T06:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:modulepool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-modulepool-programming/m-p/3974940#M949390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you can solve this without using subscreen.&lt;/P&gt;&lt;P&gt;try draw all fields in the screen 100 that you planned to see in screen 110.&lt;/P&gt;&lt;P&gt;draw those fields as invisible and when 'enter' will be pressed, &lt;/P&gt;&lt;P&gt;on the PBO of 100 screen make those fields visible using structure with name 'screen' and its attributes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 06:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-modulepool-programming/m-p/3974940#M949390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T06:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:modulepool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-modulepool-programming/m-p/3974941#M949391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create screen 110. In the attributes of Screen 100, set Next Screen to 110. Now you don't need to call the screen 110 on condition, as you press the ENTER key on the keyboard you will be taken to next screen 110.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else, if you want on the conditional access, do as given in the above replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 07:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-modulepool-programming/m-p/3974941#M949391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T07:08:45Z</dc:date>
    </item>
  </channel>
</rss>

