<?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 Error handling for inbound function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-for-inbound-function-module/m-p/6244717#M1382637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I have written my custom function module for matmas idoc extention.In the begining of function module i have used IDOC_INPUT_MATMAS01  and then have coded my BDC.For handling errors in caese BDC fails i am filling  table  idoc_status. wih status 51.&lt;/P&gt;&lt;P&gt;But this gives eror as-&lt;/P&gt;&lt;P&gt;Status records with status 51 after status 53&lt;/P&gt;&lt;P&gt;Message no. B1357&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;The application function module controlling the ALE inbound processing has passed several status records to ALE. The status of the last of these was '51'. Before this, a status of '53' was passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;If you have written the application function module yourself, you need to change the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody guide me how to get the exact application errors in Application log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Oct 2009 09:21:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-03T09:21:23Z</dc:date>
    <item>
      <title>Error handling for inbound function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-for-inbound-function-module/m-p/6244717#M1382637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I have written my custom function module for matmas idoc extention.In the begining of function module i have used IDOC_INPUT_MATMAS01  and then have coded my BDC.For handling errors in caese BDC fails i am filling  table  idoc_status. wih status 51.&lt;/P&gt;&lt;P&gt;But this gives eror as-&lt;/P&gt;&lt;P&gt;Status records with status 51 after status 53&lt;/P&gt;&lt;P&gt;Message no. B1357&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;The application function module controlling the ALE inbound processing has passed several status records to ALE. The status of the last of these was '51'. Before this, a status of '53' was passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;If you have written the application function module yourself, you need to change the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody guide me how to get the exact application errors in Application log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2009 09:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-for-inbound-function-module/m-p/6244717#M1382637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-03T09:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error handling for inbound function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-for-inbound-function-module/m-p/6244718#M1382638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For handling errors in caese BDC fails i am filling table idoc_status. wih status 51.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while filling the IDOC_STATUS, change all status records STATUS code to 53 if you are filling it with your own 51.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2009 17:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-for-inbound-function-module/m-p/6244718#M1382638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-03T17:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error handling for inbound function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-for-inbound-function-module/m-p/6244719#M1382639</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;You are using BDC after the FM 'IDOC_INPUT_MATMAS01'. Right??.... The problem is, The function Module IDOC_INPUT_MATMAS01 itself posts the material and set the status '53' i.e. document posted. You can not have any error status '51' after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand the need of BDC in spite of the FM 'IDOC_INPUT_MATMAS01'. But if whatever the reason, you still want to use the BDC and set the status to 51, After the FM 'IDOC_INPUT_MATMAS01' call, Delete status table where status = '53'. and then proceed for the BDC...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2009 22:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-for-inbound-function-module/m-p/6244719#M1382639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-03T22:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error handling for inbound function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-for-inbound-function-module/m-p/6244720#M1382640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Too accurate answer Audumbar..&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sanjivrd on Oct 4, 2009 10:16 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2009 08:15:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-for-inbound-function-module/m-p/6244720#M1382640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-04T08:15:44Z</dc:date>
    </item>
  </channel>
</rss>

