<?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 selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1660616#M292813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     how can we change the attributes of standard selection screen 1000.&lt;/P&gt;&lt;P&gt;i want some selection fields initially , on that basis i want another selection fields .&lt;/P&gt;&lt;P&gt;how can I do that.I have to validate both selection sceeen also.i don't want to call &lt;/P&gt;&lt;P&gt;any screen. I just want to change the attributes of standard screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Nov 2006 10:44:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-27T10:44:22Z</dc:date>
    <item>
      <title>selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1660616#M292813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     how can we change the attributes of standard selection screen 1000.&lt;/P&gt;&lt;P&gt;i want some selection fields initially , on that basis i want another selection fields .&lt;/P&gt;&lt;P&gt;how can I do that.I have to validate both selection sceeen also.i don't want to call &lt;/P&gt;&lt;P&gt;any screen. I just want to change the attributes of standard screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 10:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1660616#M292813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T10:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1660617#M292814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to use sub screen concept and based on the values u give u can display the subscreen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 10:45:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1660617#M292814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T10:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1660618#M292815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the DEMO programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEMO&lt;STRONG&gt;DYNPRO&lt;/STRONG&gt;SEL* in SE38&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 10:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1660618#M292815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T10:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1660619#M292816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi.&lt;/P&gt;&lt;P&gt;You can do one of the two things.&lt;/P&gt;&lt;P&gt;Use subscreen and blank screen to solve your purpose or&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;put every selection fields you want in both selection screen on one screen only.&lt;/P&gt;&lt;P&gt;Give one Modification group (say INIT) to initial selection fields and other(say NEXT) for next selection field you require.&lt;/P&gt;&lt;P&gt;Now loop at screen,&lt;/P&gt;&lt;P&gt;at first hide elements with modification id of  2nd group i.e. NEXT and take values in selection fields of INIT.&lt;/P&gt;&lt;P&gt;then take this values hide fields of INIT  and now show selection fields with modif-id (modification group) of NEXT.&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;Regards, &lt;/P&gt;&lt;P&gt;Kaushal N. Shah .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 11:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1660619#M292816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T11:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1660620#M292817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you have to use: &lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF SCREE-NAME &amp;lt;&amp;gt; 'Name of the field'.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = '0' -&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;Like this you can use others Invisible,input etc (Check SCREEN structure).&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the above logic under AT SELECTION-SCREEN OUTPUT event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 11:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1660620#M292817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T11:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1660621#M292818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use Modif id for the selection screen fields as M1 for the fields you want to display first and give the other modif id to other fields and while displaying the selection screen in the at slectionscreen output event you use Screen modifications.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 11:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1660621#M292818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T11:17:15Z</dc:date>
    </item>
  </channel>
</rss>

