<?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: Hi making fields mandatory? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734479#M898823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With out giving the input in all the three fields like PATNo, TDATE and VDATE i should not go to 100 screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if they are not entering anyone field then also it should not go to 100 screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2008 09:39:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-06T09:39:03Z</dc:date>
    <item>
      <title>Hi making fields mandatory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734477#M898821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;                    I want to make the fields mandatory i have used the dictionary table name and field name as my input output field name of my screen input/out fields. The code that i am writing is like....Where ZSINGLE is my table name Tdate is date and Patno -  Picture number and Vdate is also one date. Can anyone correct themistake in my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ZSINGLE-TDATE = SPACE.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;  IF ZSINGLE-PATNO = SPACE.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;  IF ZSINGLE-VDATE = SPACE.&lt;/P&gt;&lt;P&gt;        MESSAGE I002.&lt;/P&gt;&lt;P&gt;    CALL SCREEN 500.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to make only one field mandatory even though if  i am not giving the other 2 fields it is passing to the next screen wht it should not happen.&lt;/P&gt;&lt;P&gt;Thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734477#M898821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hi making fields mandatory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734478#M898822</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;ur requirement is not clear,&lt;/P&gt;&lt;P&gt;when u need to go to screen 100,&lt;/P&gt;&lt;P&gt;and when to go to screen 500.&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;muralidhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:35:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734478#M898822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hi making fields mandatory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734479#M898823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With out giving the input in all the three fields like PATNo, TDATE and VDATE i should not go to 100 screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if they are not entering anyone field then also it should not go to 100 screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734479#M898823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hi making fields mandatory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734480#M898824</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;If those fields are input/output fields in the layout of your screen just tick the required check box. Y do u need to write any code&lt;/P&gt;&lt;P&gt;for it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;P&gt;Seema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734480#M898824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hi making fields mandatory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734481#M898825</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;Suppose PATNO &amp;amp; VDATE are blanks &amp;amp; first field TDATE contain some value. Now since you are  first checking IF TDATE = SPACE &amp;amp; since it contains some value it will enter the 'else' of the first IF .Then as per your logic it will check IF PATNO  SPACE, which in this case is satisfied &amp;amp; hence will getout via Second ENDIF, thus it doesn't encounter any Message statement, hence the result.Instead you should check for ( Feild1 is initial ) or ( Field2 is initial ) or ( Field3 is initial ) 'Give the error message.&lt;/P&gt;&lt;P&gt;Else&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:42:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734481#M898825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hi making fields mandatory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734482#M898826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didnt get check box actually i have doudble clicked on input/output field but i didnt got the require check box please help .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734482#M898826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hi making fields mandatory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734483#M898827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please give me syntax for your procedure...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 10:06:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734483#M898827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T10:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hi making fields mandatory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734484#M898828</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;Write this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ZSINGLE-TDATE = SPACE &lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   ZSINGLE-PATNO = SPACE &lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   ZSINGLE-VDATE = SPACE.&lt;/P&gt;&lt;P&gt;  MESSAGE I002.&lt;/P&gt;&lt;P&gt;  CALL SCREEN 500.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;  CALL SCREEN 100.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 10:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734484#M898828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T10:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hi making fields mandatory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734485#M898829</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;try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ZSINGLE-TDATE = SPACE and  ZSINGLE-PATNO = SPACE and ZSINGLE-VDATE = SPACE.&lt;/P&gt;&lt;P&gt;CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;MESSAGE I002.&lt;/P&gt;&lt;P&gt;CALL SCREEN 500.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;muralidhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 10:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734485#M898829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T10:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hi making fields mandatory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734486#M898830</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;try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ZSINGLE-TDATE &amp;lt;&amp;gt; SPACE and ZSINGLE-PATNO &amp;lt;&amp;gt; SPACE and ZSINGLE-VDATE &amp;lt;&amp;gt; SPACE.&lt;/P&gt;&lt;P&gt;CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;MESSAGE I002.&lt;/P&gt;&lt;P&gt;CALL SCREEN 500.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;muralidhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 10:17:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734486#M898830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T10:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hi making fields mandatory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734487#M898831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkatesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just double click the input/output field, U will see a tab named program in attributes(Downward side), there is a field with dropdown in front of input default value would be possible just change it to required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I am clear.&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Seema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 06:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734487#M898831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T06:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hi making fields mandatory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734488#M898832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     As far as I understood from Your question , You Have to do the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the code as follows .... copy-paste and run..then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter : vbeln type vbeln OBLIGATORY.&lt;/P&gt;&lt;P&gt;data : it type standard table of vbak,&lt;/P&gt;&lt;P&gt;       wa type vbak.&lt;/P&gt;&lt;P&gt;select * from vbak into table it where vbeln = vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it into wa.&lt;/P&gt;&lt;P&gt; write : wa-vbeln.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....see that you can not skip the intial screen without giving input.  This is because of keyword 'OBLIGATORY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this keyword while declaring the data in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are doing a module-pool program and have designed the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double-click on the parameter on the screen........&lt;/P&gt;&lt;P&gt;a screen-properties window (painter attribute window )will come..................     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go down in the 'attributes frame' ....click on the tabstrip with heading 'program........&lt;/P&gt;&lt;P&gt;check it as input field........&lt;/P&gt;&lt;P&gt;use the drop-down beside input..........&lt;/P&gt;&lt;P&gt;select 'required'.....&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Akashdeep Basu on May 8, 2008 6:51 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 06:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734488#M898832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T06:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hi making fields mandatory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734489#M898833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI MURALI,&lt;/P&gt;&lt;P&gt;                I have implemented your suggestion but i am not getting the actual mandatory field my code is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ZTAPDSINGLE-PATNO = SPACE OR ZTAPDSINGLE-PATNO = SPACE OR ZTAPDSINGLE-VDATE = SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MESSAGE I002.&lt;/P&gt;&lt;P&gt;    CALL SCREEN 500.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;*ENDIF.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is working only for ZTAPDSINGLE-PATNO = SPACE even though if i am not giving value in ZTAPDSINGLE-PATNO = SPACE OR ZTAPDSINGLE-VDATE = SPACE.&lt;/P&gt;&lt;P&gt;then also it is going to next screen which i dont want...i have seen even by using AND also but it is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 04:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734489#M898833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T04:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hi making fields mandatory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734490#M898834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;hi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In the field attributes -&amp;gt; program-&amp;gt; Input -&amp;gt;required.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(you have four options -possible/not possible/required/recommended).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;No Need to give an explicit code check.. but either way you can do..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;IF ZSINGLE-TDATE = SPACE.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;IF ZSINGLE-PATNO = SPACE.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;IF ZSINGLE-VDATE = SPACE.&lt;/P&gt;&lt;P&gt;MESSAGE I002.&lt;/P&gt;&lt;P&gt;CALL SCREEN 500. &lt;STRONG&gt;"Why you want to call this after passing message?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;CALL SCREEN 100. "&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Think , It may resolve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 05:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734490#M898834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T05:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hi making fields mandatory?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734491#M898835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to call this after passing message because util they enter all the fields they should not go to 100 screen. I have checked with your code but still it is not working. Imean even though if i am not entering Vdate and Tdate also it is going to 100 screen which it should not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 05:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-making-fields-mandatory/m-p/3734491#M898835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T05:18:41Z</dc:date>
    </item>
  </channel>
</rss>

