<?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: Error Reading in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-reading/m-p/5935652#M1333710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thansk for ur imm response aditya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in FM i wrote all the exceptions if any things wrong from FM side. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From .net they called this FM to read data and insert into their database. At mean time, if connection has been disconnected, by that time some of the values are read by .net. dat time how to find which values are not passed to .net from FM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2009 05:21:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-23T05:21:33Z</dc:date>
    <item>
      <title>Error Reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-reading/m-p/5935650#M1333708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SDNers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote a function module to get records of all mew/changed materials based on given date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this function module is going to call by .net application. it reads all materials and saves in thier own db.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my problem here is, while reading data using FM, if any records fails how to identify which record has been failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any bdy give me some ways to identify the record which one faield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thansk in advance.&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 05:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-reading/m-p/5935650#M1333708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T05:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error Reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-reading/m-p/5935651#M1333709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the input for your FM is dates, i see only the error that no records may not found in the date range. So inital check will be that if any records not found then populate some return status table. And also you said that it will be called from .Net then u can consider the connection failure in the exception tab of teh FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me  know incase of concerns.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 05:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-reading/m-p/5935651#M1333709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T05:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error Reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-reading/m-p/5935652#M1333710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thansk for ur imm response aditya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in FM i wrote all the exceptions if any things wrong from FM side. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From .net they called this FM to read data and insert into their database. At mean time, if connection has been disconnected, by that time some of the values are read by .net. dat time how to find which values are not passed to .net from FM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 05:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-reading/m-p/5935652#M1333710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T05:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error Reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-reading/m-p/5935653#M1333711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think u need to send some acknowledgement from .net with material number to SAP and save the acknowledgement in SAP database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP u can write a small audit program. one example may be..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a custom table table with all the materials passed to .net&lt;/P&gt;&lt;P&gt;create another table for acknowldgements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compare both tables for particualr date and time..if some mismatch occur then work for that mismatch..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u ll get some idea like this..u can do this also in workflows..if some workflow specialist is there in ur project...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 06:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-reading/m-p/5935653#M1333711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T06:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error Reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-reading/m-p/5935654#M1333712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Madan..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u pls explain it bit more clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 06:15:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-reading/m-p/5935654#M1333712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T06:15:23Z</dc:date>
    </item>
  </channel>
</rss>

