<?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 in call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315483#M163483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In this case, it will skip 5th,&lt;/P&gt;&lt;P&gt;   and continue further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. thats the reason there are different modes &lt;/P&gt;&lt;P&gt;  made available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  E =  Display of screens only if an error occurs &lt;/P&gt;&lt;P&gt;  A = Processing with display of screens &lt;/P&gt;&lt;P&gt;  N = &lt;/P&gt;&lt;P&gt;Processing without display of screens. If a breakpoint is reached in one of the called transactions, processing is terminated with sy-subrc same as 1001. The field sy-msgty contains "S", sy-msgid contains "00", sy-msgno contains "344", sy-msgv1 contains "SAPMSSY3", and sy-msgv2 contains "0131".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P = &lt;/P&gt;&lt;P&gt;Processing without display of the screens. If a breakpoint is reached in one of the called transactions, the system branches to the ABAP Debugger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Others =  Like A&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Apr 2006 07:23:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-27T07:23:38Z</dc:date>
    <item>
      <title>error in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315480#M163480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guyz!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this post finds u all at a gr8 mood. ok, in my BDC program, i am using call transaction method with mode as 'N'- no display and UPDATE -'S' i.e, synchronous. so my question is, lets say in my internal table, there are 10 records. if there is a error record at index 5, then will call transaction, this time will skip that record and continue processing from 6th record. looking forward for some honest answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Manas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 07:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315480#M163480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T07:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: error in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315481#M163481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Manas,&lt;/P&gt;&lt;P&gt;     if the mode is 'N' then it skips the fifth record(error Record) and process the next record irrespective whether update is 'S'(synchronous) or 'A'. But if the Mode is 'E' then it stops at the fifth record at the place where the error exists.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 07:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315481#M163481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T07:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: error in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315482#M163482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call transaction will fail for the 5th one and continue with next record.&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>Thu, 27 Apr 2006 07:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315482#M163482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T07:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: error in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315483#M163483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In this case, it will skip 5th,&lt;/P&gt;&lt;P&gt;   and continue further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. thats the reason there are different modes &lt;/P&gt;&lt;P&gt;  made available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  E =  Display of screens only if an error occurs &lt;/P&gt;&lt;P&gt;  A = Processing with display of screens &lt;/P&gt;&lt;P&gt;  N = &lt;/P&gt;&lt;P&gt;Processing without display of screens. If a breakpoint is reached in one of the called transactions, processing is terminated with sy-subrc same as 1001. The field sy-msgty contains "S", sy-msgid contains "00", sy-msgno contains "344", sy-msgv1 contains "SAPMSSY3", and sy-msgv2 contains "0131".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P = &lt;/P&gt;&lt;P&gt;Processing without display of the screens. If a breakpoint is reached in one of the called transactions, the system branches to the ABAP Debugger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Others =  Like A&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 07:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315483#M163483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T07:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: error in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315484#M163484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change mode 'A' Or trap error messaage.&lt;/P&gt;&lt;P&gt;and check it out.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 07:23:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315484#M163484</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-04-27T07:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: error in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315485#M163485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct. When you in Background Mode the call transaction skips the current errorenous record and continue processing. The Error messages along with any kind of message during execution, are captured in BDCMSGCOLL internal table and you have to create the table to capture those along with MODE &amp;amp; UPDATE. Syntax is .&lt;/P&gt;&lt;P&gt;DATA : i_messtab LIKE bdcmsgcoll occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION TCODE USING    i_bdcdata&lt;/P&gt;&lt;P&gt;                                MODE p_mode&lt;/P&gt;&lt;P&gt;                                UPDATE p_upd&lt;/P&gt;&lt;P&gt;                                MESSAGES INTO i_messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While executing BDC in MODE = E. The BDC execution stops when an Error is encounter during execution. When you press ENTER the execution continues till the loop ends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In MODE = A, All screens of that transaction are visible and yu have to proceed manually with the OKCODE window appearing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Please Mark points &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 07:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315485#M163485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T07:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: error in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315486#M163486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Call transaction will continue with 6th record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanveer.&lt;/P&gt;&lt;P&gt;Mark helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 07:25:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315486#M163486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T07:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: error in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315487#M163487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey guyz!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx a lot for ur effective and earliest reply. solved my purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx &lt;/P&gt;&lt;P&gt;manas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 07:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/1315487#M163487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-27T07:29:04Z</dc:date>
    </item>
  </channel>
</rss>

