<?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 Interface Error Handling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-error-handling/m-p/1504404#M233218</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;I am doing an Interface, Journal Upload for Transaction FB01 (F-65).&lt;/P&gt;&lt;P&gt;I have to check the following ERROR Handlings.&lt;/P&gt;&lt;P&gt;1. How can I find out a profit Centres is blocked for posting?&lt;/P&gt;&lt;P&gt;2. How can I find out a GL Accounts are blocked for posting?&lt;/P&gt;&lt;P&gt;3. Incorrect VAT code is allocated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain me clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Rajendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Aug 2006 11:20:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-14T11:20:05Z</dc:date>
    <item>
      <title>Interface Error Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-error-handling/m-p/1504404#M233218</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;I am doing an Interface, Journal Upload for Transaction FB01 (F-65).&lt;/P&gt;&lt;P&gt;I have to check the following ERROR Handlings.&lt;/P&gt;&lt;P&gt;1. How can I find out a profit Centres is blocked for posting?&lt;/P&gt;&lt;P&gt;2. How can I find out a GL Accounts are blocked for posting?&lt;/P&gt;&lt;P&gt;3. Incorrect VAT code is allocated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain me clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Rajendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 11:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-error-handling/m-p/1504404#M233218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T11:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Interface Error Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-error-handling/m-p/1504405#M233219</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;what is the method you are using.&lt;/P&gt;&lt;P&gt;are you using BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 11:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-error-handling/m-p/1504405#M233219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T11:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Interface Error Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-error-handling/m-p/1504406#M233220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BDC, Call Transaction Method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 11:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-error-handling/m-p/1504406#M233220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T11:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Interface Error Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-error-handling/m-p/1504407#M233221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;all of the above listed are standard checks.so you can capture them in the following way.&lt;/P&gt;&lt;P&gt;then you can get the messages using the option messages.&lt;/P&gt;&lt;P&gt;data: it_msg type BDCMSGCOLL&lt;/P&gt;&lt;P&gt;call transaction TCODE .. messages into IT_MSG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you get the messages and after upload show the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 11:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-error-handling/m-p/1504407#M233221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T11:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Interface Error Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-error-handling/m-p/1504408#M233222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rajendra,&lt;/P&gt;&lt;P&gt; if you are using bdc, for uploading data, then the transaction itself will take care of raising the errors in case of erroneous data.&lt;/P&gt;&lt;P&gt;If you are able to get that eror message when you are doing the Fb01 transaction manually, the bdc will also result in the same error messages.&lt;/P&gt;&lt;P&gt;You hace to use an internal table of type bdcmsgcoll to collect such messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'FB01' using it_bdcdata options from xctuparams messages into it_bdcmsgcoll.&lt;/P&gt;&lt;P&gt;loop at it_bdcmsgcoll.&lt;/P&gt;&lt;P&gt;call function 'FORMAT_MESSAGE'&lt;/P&gt;&lt;P&gt;exporting.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;message = lv_message.&lt;/P&gt;&lt;P&gt;write:/ lv_message.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 11:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-error-handling/m-p/1504408#M233222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T11:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Interface Error Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-error-handling/m-p/1504409#M233223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I did that..&lt;/P&gt;&lt;P&gt;My Functional consultant mentioned it Strongly.  That&amp;#146;s way I confused about that. I thought is there is any other way to find it, Are I have to check any other way to find above Errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 12:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-error-handling/m-p/1504409#M233223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T12:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Interface Error Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-error-handling/m-p/1504410#M233224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you did correctly.if you want to do some manual checks then you can do it at the beginning , before sending it to BDC table itself do that validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally these are validations against check tables , etc.&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 12:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-error-handling/m-p/1504410#M233224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T12:18:45Z</dc:date>
    </item>
  </channel>
</rss>

