<?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 Inbound Interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface/m-p/7294931#M1533256</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;I have 9 fields of file in application server as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f1(8),f2(60),f3(18),f4(11),f5(11),f6(11),f7(11),f8(8) i.e.(valid from), f9(8)( Valid to)&lt;/P&gt;&lt;P&gt;records. After reading all records in an Internal table then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For one F1 and f2 or f1 and f3, check that the validity &lt;/P&gt;&lt;P&gt;ranges of all records are adjacent(for DATBI of one record and DATAB of the &lt;/P&gt;&lt;P&gt;next record the equation DATBI + 1 = DATAB holds) and that the last interval &lt;/P&gt;&lt;P&gt;ends at 31.12.9999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If that is not the case, generate a error file in application server.&lt;/P&gt;&lt;P&gt;proper records in another internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How Can I Check the completeness regarding records and validity while reading from application server?&lt;/P&gt;&lt;P&gt;Pzl provide me some logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Farman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: farman_296 on Sep 30, 2010 5:24 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: farman_296 on Sep 30, 2010 5:50 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Sep 2010 03:24:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-30T03:24:23Z</dc:date>
    <item>
      <title>Inbound Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface/m-p/7294931#M1533256</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;I have 9 fields of file in application server as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f1(8),f2(60),f3(18),f4(11),f5(11),f6(11),f7(11),f8(8) i.e.(valid from), f9(8)( Valid to)&lt;/P&gt;&lt;P&gt;records. After reading all records in an Internal table then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For one F1 and f2 or f1 and f3, check that the validity &lt;/P&gt;&lt;P&gt;ranges of all records are adjacent(for DATBI of one record and DATAB of the &lt;/P&gt;&lt;P&gt;next record the equation DATBI + 1 = DATAB holds) and that the last interval &lt;/P&gt;&lt;P&gt;ends at 31.12.9999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If that is not the case, generate a error file in application server.&lt;/P&gt;&lt;P&gt;proper records in another internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How Can I Check the completeness regarding records and validity while reading from application server?&lt;/P&gt;&lt;P&gt;Pzl provide me some logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Farman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: farman_296 on Sep 30, 2010 5:24 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: farman_296 on Sep 30, 2010 5:50 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 03:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface/m-p/7294931#M1533256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-30T03:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface/m-p/7294932#M1533257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Farman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the loop on the internal table take some local variable for storing the data of DATBI, at the time of processing of the next record check ( local variable value + 1 ) with the next record's DATAB value. this shoul;d be the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amitava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 03:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface/m-p/7294932#M1533257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-30T03:52:07Z</dc:date>
    </item>
  </channel>
</rss>

