<?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: Validation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/4324101#M1030367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Validation: Its Validate the system where ever you required means it restrict, controls and deisgns the &lt;/P&gt;&lt;P&gt;system how ever you like. Ex: suppose when company code 0101 and when g/l account is 200000 the business area &lt;/P&gt;&lt;P&gt;should not be 0001. The above example we can configure in validation. in Validation we have header leavel and line &lt;/P&gt;&lt;P&gt;item leavel, if you want to validate at header leavel you have to write validation at header leavel only, like the&lt;/P&gt;&lt;P&gt;same for line item also. Now our example we have to write at line item leavel. There we have 3 components as below&lt;/P&gt;&lt;P&gt;1 prerequiste 2 check 3 message in prerqueiste we have to keep company code and g/l account in check we have to keep&lt;/P&gt;&lt;P&gt;business area in message we can put error or warning message. Substuition: It will substiute the Requeirment. &lt;/P&gt;&lt;P&gt;its also almost like validation only but here it will substuite the system. I have a documents, &lt;/P&gt;&lt;P&gt;i will check once and send it you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard &lt;/P&gt;&lt;P&gt;Mukesh goyal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Aug 2008 05:53:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-14T05:53:03Z</dc:date>
    <item>
      <title>Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/4324096#M1030362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is Validation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sreedhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 05:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/4324096#M1030362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T05:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/4324097#M1030363</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;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5470669"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/message/5764315#5764315 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 05:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/4324097#M1030363</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-08-14T05:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/4324098#M1030364</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;Checking the Conditions Should be Correct....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 05:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/4324098#M1030364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T05:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/4324099#M1030365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreedhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Validation is to restrict the user to enter incorrect/invalid entries at selection screen. Usually we do it by putting error messages on any incorrect entry.&lt;/P&gt;&lt;P&gt;For example: If we have any date field on selection screen and we dont want user to enter future date in the selection screen. Then we'll put an error message so that we can restrict the user to enter the future date in that particular column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 05:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/4324099#M1030365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T05:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/4324100#M1030366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreedhar,&lt;/P&gt;&lt;P&gt;Validation-&amp;gt; Means before executing your selection criteria in the Report you need to check whether the entry is valid or not...also check if the data is not maintained then do not process further for executing the output.. just display a message by which the user come  to know that the data is not valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 05:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/4324100#M1030366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T05:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/4324101#M1030367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Validation: Its Validate the system where ever you required means it restrict, controls and deisgns the &lt;/P&gt;&lt;P&gt;system how ever you like. Ex: suppose when company code 0101 and when g/l account is 200000 the business area &lt;/P&gt;&lt;P&gt;should not be 0001. The above example we can configure in validation. in Validation we have header leavel and line &lt;/P&gt;&lt;P&gt;item leavel, if you want to validate at header leavel you have to write validation at header leavel only, like the&lt;/P&gt;&lt;P&gt;same for line item also. Now our example we have to write at line item leavel. There we have 3 components as below&lt;/P&gt;&lt;P&gt;1 prerequiste 2 check 3 message in prerqueiste we have to keep company code and g/l account in check we have to keep&lt;/P&gt;&lt;P&gt;business area in message we can put error or warning message. Substuition: It will substiute the Requeirment. &lt;/P&gt;&lt;P&gt;its also almost like validation only but here it will substuite the system. I have a documents, &lt;/P&gt;&lt;P&gt;i will check once and send it you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard &lt;/P&gt;&lt;P&gt;Mukesh goyal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 05:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/4324101#M1030367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T05:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/4324102#M1030368</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;1) validation: it is used to verify the entries given by the user in the selection screen. to verify whether the user is giving valid input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) for example: names will be of character. if some one trying to enter number in that field and try to run/execute the program, it may lead to dump.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) so before even executing the program the validation will be carried out in selection screen for correct entries/input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) normally validations( condition statements )  will be carried out in AT SELECTION EVENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR UR REFERENCE:&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;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; *if material-low LT 200 or&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;material-high GT 2000.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;*    message e000(01) with 'ENTER VALUES WITHIN RANGE'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;regards&lt;/P&gt;&lt;P&gt;manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 06:06:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/4324102#M1030368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T06:06:30Z</dc:date>
    </item>
  </channel>
</rss>

