<?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: Tab in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tab-in-selection-screen/m-p/6191829#M1374778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   -Declare your fields as optional in the selection screen&lt;/P&gt;&lt;P&gt;   -At selection-screen , check for values in the fields (which are supposed to be mandatory) in the current tab,give an error message if initial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Sep 2009 10:44:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-29T10:44:17Z</dc:date>
    <item>
      <title>Tab in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tab-in-selection-screen/m-p/6191824#M1374773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have to developed a new report in which I have to diplay two different report.For that two different report there are two different selection screen.I have developed two tabs in selection screen for two different report.&lt;/P&gt;&lt;P&gt;There are some mandatory fields in each screen,Now problem is that I can't go second tab unless I fill value in mandatory field.&lt;/P&gt;&lt;P&gt;But my requirment is when I want to go for second report then I will go for second tab without filling any value in tab 1 selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give a sollution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 10:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tab-in-selection-screen/m-p/6191824#M1374773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T10:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tab in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tab-in-selection-screen/m-p/6191825#M1374774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you modify the mandatory screen attributes using LOOP AT SCREEN to ensure that when you click to move to Screen2 the Screen1 attributes are made optional.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 10:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tab-in-selection-screen/m-p/6191825#M1374774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T10:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tab in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tab-in-selection-screen/m-p/6191826#M1374775</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;Sap does auto field checking before the execution of PAI..so u cannot navigate until u fill the mandatory fields..In order to overcome this you need to make as optional and do the validation inside the code if they are initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 10:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tab-in-selection-screen/m-p/6191826#M1374775</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-09-29T10:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tab in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tab-in-selection-screen/m-p/6191827#M1374776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi Amar,
&amp;lt;li&amp;gt;You can achieve the same using Dialog program . Instead of selection-screen, use dialog programming, use MODULE mod_name AT EXIT-COMMAND to navigate one tab to another tab. Once you give input on any tab and want to display data use LEAVE TO LIST PROCESSING AND RETURN TO SCREEN 0. 
&amp;lt;li&amp;gt;Check the link: &lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaa9535c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaa9535c111d1829f0000e829fbfe/content.htm&lt;/A&gt;
&amp;lt;li&amp;gt;Normally AT EXIT-COMMAND is used to exit without giving mandatory fields. We can use for this situation.
Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 10:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tab-in-selection-screen/m-p/6191827#M1374776</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-09-29T10:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tab in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tab-in-selection-screen/m-p/6191828#M1374777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   -Declare your fields as optional in the selection screen&lt;/P&gt;&lt;P&gt;   -At selection-screen , check for values in the fields (which are supposed to be mandatory) in the current tab,give an error message if initial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 10:44:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tab-in-selection-screen/m-p/6191828#M1374777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T10:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tab in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tab-in-selection-screen/m-p/6191829#M1374778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   -Declare your fields as optional in the selection screen&lt;/P&gt;&lt;P&gt;   -At selection-screen , check for values in the fields (which are supposed to be mandatory) in the current tab,give an error message if initial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 10:44:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tab-in-selection-screen/m-p/6191829#M1374778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T10:44:17Z</dc:date>
    </item>
  </channel>
</rss>

