<?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: selection screen help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/1943948#M389338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sniper&lt;/P&gt;&lt;P&gt;  now its not give me the option to do anything but the problem that if i have 5 field how can i now which field is required their any way that i can do a text to the user when he don't fill this field like u have to fill c_course field.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 18 Feb 2007 09:45:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-18T09:45:00Z</dc:date>
    <item>
      <title>selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/1943946#M389336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallow I use a selection screen like that&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-t02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS c_course FOR z_course_table-objid NO INTERVALS NO-EXTENSION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b2.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I wont that c_course will be &amp;lt;b&amp;gt;required&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;How can I do that.&lt;/P&gt;&lt;P&gt;thankes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 09:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/1943946#M389336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-18T09:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/1943947#M389337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the option&amp;lt;b&amp;gt; obligatory&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope u are looking for that c_course as required mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables: z_course_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-t02.

SELECT-OPTIONS c_course FOR z_course_table-objid obligatory NO INTERVALS NO-EXTENSION.

SELECTION-SCREEN END OF BLOCK b2.&lt;/CODE&gt;&lt;/PRE&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;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 09:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/1943947#M389337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-18T09:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/1943948#M389338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sniper&lt;/P&gt;&lt;P&gt;  now its not give me the option to do anything but the problem that if i have 5 field how can i now which field is required their any way that i can do a text to the user when he don't fill this field like u have to fill c_course field.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 09:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/1943948#M389338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-18T09:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/1943949#M389339</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;you can do this in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;At selection-screen&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report zchk.
  
selection-screen begin of block b1 with frame.
PARAMETERS : test_field(10) type c.
SELECT-OPTIONS c_course FOR z_course_table-objid NO INTERVALS NO-EXTENSION.
selection-screen end of block b1.
 
at selection-screen.
 
if test_field is initial.
message 'Enter test field' type 'E'.
endif.

if  c_course-low is initial.
message 'Enter c_course field' type 'E'.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this u have to check c_course-high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u got an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 09:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/1943949#M389339</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2007-02-18T09:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/1943950#M389340</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;u can do it this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Selection screen&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  selection-screen : begin of block bk1 with frame title text-001.&lt;/P&gt;&lt;P&gt;    select-options : s_vbeln for vbak-vbeln obligatory no intervals.&lt;/P&gt;&lt;P&gt;    select-options : s_devcl for tadir-devclass no intervals.&lt;/P&gt;&lt;P&gt;  selection-screen : end of block bk1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--at selection screen&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  at selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if s_vbeln is initial.&lt;/P&gt;&lt;P&gt;       message 'Pleas enter the value for vbeln' type 'E'.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 10:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/1943950#M389340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-18T10:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/1943951#M389341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi their I try your suggestion and it don&amp;#146;t bring me a messege and it bring me error when I do f4 to c_course field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR c_course-low.&lt;/P&gt;&lt;P&gt;*======================================================&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;  IF  c_course-low IS INITIAL.&lt;/P&gt;&lt;P&gt;    MESSAGE 'Enter c_course field' TYPE 'E'.&lt;/P&gt;&lt;P&gt;  ENDIF.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH: c_course.&lt;/P&gt;&lt;P&gt;  CLEAR:  c_course.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM get_objid USING 'D'&lt;/P&gt;&lt;P&gt;                    CHANGING c_course-low.&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 is the line of the &amp;lt;b&amp;gt;error&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;   31&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;   REFRESH: c_course.&lt;/P&gt;&lt;P&gt;   33   CLEAR:  c_course.&lt;/P&gt;&lt;P&gt;   34&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 11:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/1943951#M389341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-18T11:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/1943952#M389342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change ur code to..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR c_course-low.
*======================================================

IF c_course-low IS INITIAL.
MESSAGE e016(rp) with 'Enter c_course field'.
ENDIF.

*REFRESH: c_course.
*CLEAR: c_course.

PERFORM get_objid USING 'D'
CHANGING c_course-low.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 15:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/1943952#M389342</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-02-18T15:47:58Z</dc:date>
    </item>
  </channel>
</rss>

