<?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/2022631#M414125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first get the valid values into one internal table then after use for all entries ............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2007 05:31:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-22T05:31:03Z</dc:date>
    <item>
      <title>validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/2022630#M414124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i need to do some validation! actually in my program the delivering country and the import code works as the key. so i need to check that the delivering country and the import code is present in a table t604.(i am updating data from presentation server to an internal table)&lt;/P&gt;&lt;P&gt;and also i need to check that whether the country of origin is in the table t005 or not.&lt;/P&gt;&lt;P&gt;if the validations are success then put those into a log file and dsiplay otherwise put the error record in a log file and display and also the total; no of error records and the no of records!! &lt;/P&gt;&lt;P&gt;can u people plss help me!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 05:16:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/2022630#M414124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T05:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/2022631#M414125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first get the valid values into one internal table then after use for all entries ............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 05:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/2022631#M414125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T05:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/2022632#M414126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After uploading data from presentation server to internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;tables: t604.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;  select single * from t604 where land1 = itab-land1 and&lt;/P&gt;&lt;P&gt;                                                stawn = itab-stawn.&lt;/P&gt;&lt;P&gt;  if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;**same way check for t005.&lt;/P&gt;&lt;P&gt;    select single * from t005 where &lt;/P&gt;&lt;P&gt;    if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      g_suc = g_suc + 1.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;***here  move the success records to one more internal table to create log file&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;    endif&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;   g_fail = g_fail + 1.&lt;/P&gt;&lt;P&gt;***here move the failure records to one more internal table to creater error file.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ 'No.of success rec', g_suc.&lt;/P&gt;&lt;P&gt;write:/ 'No.of failure rec', g_fail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 05:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/2022632#M414126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T05:36:36Z</dc:date>
    </item>
  </channel>
</rss>

