<?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: about selection-screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/3070385#M727743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check your obligatory fields in the start of selection to have more flexiblity to move between tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must have experienced this problem with the obligatory fields. You must fill the obligatory fields of the first tab than you can move onto second one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid this you can check them in the start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;START-OF-SELECTION.
  IF FILED1 IS INITIAL 
  OR FIELD2 IS INITIAL
  OR FIELD4 IS INITIAL
      MESSAGE S398(00) WITH 'Please enter Field 1, field 2 field3'.
      STOP.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2007 05:01:40 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2007-11-21T05:01:40Z</dc:date>
    <item>
      <title>about selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/3070384#M727742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;     I have a problem with the selection screen . I have created a selection-screen with tabed  block . in the tabed block , it contains two tabs .  in each tab , I want to fill the obligatory fields .  However , in the first tab , I fill all the obligatory fields , and then I execute the programs , it doesn't show me any messages about the second tab which contains also obligatory fields. &amp;lt;b&amp;gt;Q: when I fill the obligatory fields in the first tab and I forget to fill the ones in the second tab , it will show me some informations and let me go back to fill in them .&amp;lt;/b&amp;gt; so how to solve it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 04:41:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/3070384#M727742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T04:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: about selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/3070385#M727743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check your obligatory fields in the start of selection to have more flexiblity to move between tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must have experienced this problem with the obligatory fields. You must fill the obligatory fields of the first tab than you can move onto second one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid this you can check them in the start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;START-OF-SELECTION.
  IF FILED1 IS INITIAL 
  OR FIELD2 IS INITIAL
  OR FIELD4 IS INITIAL
      MESSAGE S398(00) WITH 'Please enter Field 1, field 2 field3'.
      STOP.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 05:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen/m-p/3070385#M727743</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-21T05:01:40Z</dc:date>
    </item>
  </channel>
</rss>

