<?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: Issue on T-Code VCH1 BDC call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-t-code-vch1-bdc-call/m-p/6382754#M1403503</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;I have modified some data of the client at the transactions VCH1 and LS51, this means I change the date  or activate option. But when i saved the indormation it sends a message that the "Uploading has been cancelled" and the changes are not saved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also i have that message:&lt;/P&gt;&lt;P&gt;                  "the error SAPSQL_ARRAY_INSERT_DUPREC indicates he was these are very common errors and can be ignored"&lt;/P&gt;&lt;P&gt;present in both transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Feb 2010 05:41:41 GMT</pubDate>
    <dc:creator>gabo2050</dc:creator>
    <dc:date>2010-02-19T05:41:41Z</dc:date>
    <item>
      <title>Issue on T-Code VCH1 BDC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-t-code-vch1-bdc-call/m-p/6382751#M1403500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem on the below BDC call for t-code VCH1.&lt;/P&gt;&lt;P&gt;After using RACOMMIT = 'X', the program still did not wait the update task to finish execute and continue to next loop pass.&lt;/P&gt;&lt;P&gt;Hence during the second loop pass, the second record will still get the same classification Object number &lt;/P&gt;&lt;P&gt;and lead to update dump (ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC) duplicate record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone face this problem and how to solve this issue ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      *&lt;STRONG&gt;refresh messtab.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;      *&lt;STRONG&gt;clear: gw_ctu_params.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;      *&lt;STRONG&gt;gw_ctu_params-defsize   = 'X'.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;      *&lt;STRONG&gt;gw_ctu_params-dismode   = p_mode.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;      *&lt;STRONG&gt;gw_ctu_params-updmode   = 'S'.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;      *&lt;STRONG&gt;gw_ctu_params-racommit  = 'X'.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      *&lt;STRONG&gt;call transaction 'VCH1' using bdcdata&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;                       *&lt;STRONG&gt;options from gw_ctu_params&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;                      *&lt;STRONG&gt;messages into messtab.&lt;/STRONG&gt;*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 03:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-t-code-vch1-bdc-call/m-p/6382751#M1403500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-24T03:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on T-Code VCH1 BDC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-t-code-vch1-bdc-call/m-p/6382752#M1403501</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;Use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;WAIT UP TO 5 SECONDS&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; If requiered Increase the Time (May be helpful)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would serve your purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 03:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-t-code-vch1-bdc-call/m-p/6382752#M1403501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-24T03:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on T-Code VCH1 BDC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-t-code-vch1-bdc-call/m-p/6382753#M1403502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAIT UP TO *** SECOND is very subjective as it depends on the hardware and server performance.&lt;/P&gt;&lt;P&gt;Is there any way that we can WAIT for the UPDATE TASK to finish execution only continue to the next loop pass ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For normal submit to update task we will use COMMIT WORK AND WAIT.&lt;/P&gt;&lt;P&gt;Can this be apply to main program which call transaction ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 04:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-t-code-vch1-bdc-call/m-p/6382753#M1403502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-24T04:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on T-Code VCH1 BDC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-t-code-vch1-bdc-call/m-p/6382754#M1403503</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;I have modified some data of the client at the transactions VCH1 and LS51, this means I change the date  or activate option. But when i saved the indormation it sends a message that the "Uploading has been cancelled" and the changes are not saved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also i have that message:&lt;/P&gt;&lt;P&gt;                  "the error SAPSQL_ARRAY_INSERT_DUPREC indicates he was these are very common errors and can be ignored"&lt;/P&gt;&lt;P&gt;present in both transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 05:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-t-code-vch1-bdc-call/m-p/6382754#M1403503</guid>
      <dc:creator>gabo2050</dc:creator>
      <dc:date>2010-02-19T05:41:41Z</dc:date>
    </item>
  </channel>
</rss>

