<?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: new screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-screen/m-p/3187842#M759247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can hide the contents of the current screen at runtime.. and make other screen contents visible...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use AT SELECTIN-SCREEN OUTPUT event&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Dec 2007 08:31:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-26T08:31:49Z</dc:date>
    <item>
      <title>new screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-screen/m-p/3187841#M759246</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;does anybody know an alternative way of using  at selection screen in a new screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean i need to create a screen 100 and at that screen i need to use at selection screen on request value how can i do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you..&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;mae&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 08:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-screen/m-p/3187841#M759246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T08:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: new screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-screen/m-p/3187842#M759247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can hide the contents of the current screen at runtime.. and make other screen contents visible...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use AT SELECTIN-SCREEN OUTPUT event&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 08:31:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-screen/m-p/3187842#M759247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T08:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: new screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-screen/m-p/3187843#M759248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to do it at event PAI of screen 100.&lt;/P&gt;&lt;P&gt;create module and write ur cod dere&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 08:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-screen/m-p/3187843#M759248</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-12-26T08:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: new screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-screen/m-p/3187844#M759249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes,&lt;/P&gt;&lt;P&gt;then how can i do it?&lt;/P&gt;&lt;P&gt;do you have any idea on how to do this in PAI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 08:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-screen/m-p/3187844#M759249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T08:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: new screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-screen/m-p/3187845#M759250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If you are creating a new screen 100 then at selection screen cannot be used as its a normal screen not the selection screen.&lt;/P&gt;&lt;P&gt;To valdate the data then you can write the code in PAI event of the screen.&lt;/P&gt;&lt;P&gt;For F4 help ( i.e request value ),&lt;/P&gt;&lt;P&gt;Go to the layout of the screen and click on the field for which you need to have value request and check the check box saying from dict.&lt;/P&gt;&lt;P&gt;If the field has the search help then you will get the F4 functionality to the field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 08:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-screen/m-p/3187845#M759250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T08:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: new screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-screen/m-p/3187846#M759251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mae&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometime we might need to create screens using table controls, that is to get dynamic entries from the user's. this can't be done by using the default selection screen 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so desigh the screen just the way you need it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in start-of-selection call the screen you designed (call screen &amp;lt;screen number&amp;gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then after getting the values from the keyboard, using the PAI(PAI should have "leave to screen 0" this would return the values into the program)to get the values in to the program code for furthur execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way you will have your own selection screen that will accept values dynamically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzzz reward if u found my answer helpfull to u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 08:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-screen/m-p/3187846#M759251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T08:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: new screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-screen/m-p/3187847#M759252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the program &lt;/P&gt;&lt;P&gt;demo_sel_screen_with_subscreen.&lt;/P&gt;&lt;P&gt;demo_sel_screen_with_tabstrip.&lt;/P&gt;&lt;P&gt;demo_sel_screen_in_tabstrip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this would help you to solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 08:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-screen/m-p/3187847#M759252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T08:52:56Z</dc:date>
    </item>
  </channel>
</rss>

