<?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 about BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc/m-p/6481258#M1418973</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;I just encountered a question recently about BDC. In the past,  I gonna to check subrc after calling transcation to see if the transcation calling is successful or not, and even if subrc =0, I also have to loop the message internal table to check if there are Error Message, for example, when the lenght of post code is illegal , there will be a E type message in the message table, but the subrc is still 0, right?&lt;/P&gt;&lt;P&gt;but today,I found in my program that I just have to check subrc to see if all the datas are correct, do not need to looop the message table , when  transcation calling is successful but some datas are illegal,  the subrc will also be returned not as 0....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know why....&lt;/P&gt;&lt;P&gt;Is that because of the Version?  I use 4.6C in the past ,now I transfered to ECC6.0....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Dec 2009 13:35:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-17T13:35:16Z</dc:date>
    <item>
      <title>about BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc/m-p/6481258#M1418973</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;I just encountered a question recently about BDC. In the past,  I gonna to check subrc after calling transcation to see if the transcation calling is successful or not, and even if subrc =0, I also have to loop the message internal table to check if there are Error Message, for example, when the lenght of post code is illegal , there will be a E type message in the message table, but the subrc is still 0, right?&lt;/P&gt;&lt;P&gt;but today,I found in my program that I just have to check subrc to see if all the datas are correct, do not need to looop the message table , when  transcation calling is successful but some datas are illegal,  the subrc will also be returned not as 0....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know why....&lt;/P&gt;&lt;P&gt;Is that because of the Version?  I use 4.6C in the past ,now I transfered to ECC6.0....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 13:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc/m-p/6481258#M1418973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T13:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: about BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc/m-p/6481259#M1418974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After a CALL TRANSACTION statement, sy-subrc will be 0 if the batch input processing of the called transaction was successful; sy-subrc will be lowest than 1000 if there is an error in the called transaction. If within the transaction a message was sent, you can receive it using the addition MESSAGES; and finally, sy-subrc will be 1001 if there is an Error in batch input processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be read in the online help &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 22:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc/m-p/6481259#M1418974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T22:18:06Z</dc:date>
    </item>
  </channel>
</rss>

