<?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: BDC with 2 users in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-2-users/m-p/3022582#M714581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean that one user will create and run the session and another will process the errors? If so, there should be no problem so long as all users have the proper authorizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2007 19:58:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-31T19:58:05Z</dc:date>
    <item>
      <title>BDC with 2 users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-2-users/m-p/3022581#M714580</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;In BDC while working 2 users with &amp;lt;b&amp;gt;one transaction&amp;lt;/b&amp;gt; do we need to make any separate settings in the program while uploading the file? Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kaki&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 19:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-2-users/m-p/3022581#M714580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T19:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with 2 users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-2-users/m-p/3022582#M714581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean that one user will create and run the session and another will process the errors? If so, there should be no problem so long as all users have the proper authorizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 19:58:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-2-users/m-p/3022582#M714581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T19:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with 2 users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-2-users/m-p/3022583#M714582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If both users are using the different files .. means after BDC both users will have different document numbers than it will not be any probelm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your BDC is for changing anything, than if one user is changing one document from your BDC, and the other user tries with the same document, system will give you error like "Document is locked by user YYYY".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 19:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-2-users/m-p/3022583#M714582</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-10-31T19:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with 2 users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-2-users/m-p/3022584#M714583</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;If you don't want two users processing the same file for the BDC program, perhaps you can build custom check table (or use table TVARV) to lock the input file when the BDC program running. When your BDC program finished then unlock the input file. Also archive the input file as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, when the 2nd user run the program with the same input file then you can display a message that the file is being processed (something like that) by checking the above check table.  &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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 20:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-2-users/m-p/3022584#M714583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T20:38:23Z</dc:date>
    </item>
  </channel>
</rss>

