<?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 session method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/11420048#M1926571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;as shown by you &lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;1. Accounting doc generated&lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;2.&lt;SPAN style="font-family: inherit; font-size: 13.33px; font-style: inherit; font-weight: inherit;"&gt; Accounting doc generated&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;3. goes in error&lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; if I continue process the session when system gives a prompt here, the system will process the fourth record and on the next run it will only update the 3rd record&lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; if I don't continue the processing of session, then on&amp;nbsp; the next iteration session processing will start from 3rd record.&lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;4.&lt;SPAN style="font-family: inherit; font-size: 13.33px; font-style: inherit; font-weight: inherit;"&gt;Accounting doc generated&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt; &lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt; &lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;&lt;SPAN style="font-family: inherit; font-size: 13.33px; font-style: inherit; font-weight: inherit;"&gt;I hope now i made myself more clear. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt; &lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;&lt;SPAN style="font-family: inherit; font-size: 13.33px; font-style: inherit; font-weight: inherit;"&gt;thanks!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Dec 2015 09:28:57 GMT</pubDate>
    <dc:creator>Chintu6august</dc:creator>
    <dc:date>2015-12-18T09:28:57Z</dc:date>
    <item>
      <title>BDC session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/11420044#M1926567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose i have four transaction FI records in a text file and i use session method of bdc to process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Accounting doc generated&lt;/P&gt;&lt;P&gt;2.&lt;SPAN style="font-size: 13.3333px;"&gt; Accounting doc generated&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3. goes in error&lt;/P&gt;&lt;P&gt;4.&lt;SPAN style="font-size: 13.3333px;"&gt;Accounting doc generated&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is:&lt;/P&gt;&lt;P&gt;As session goes in error in third record.Next time when you execute&lt;/P&gt;&lt;P&gt;session would be resumed from third record ,then it will attempt fourth or in first time only&lt;/P&gt;&lt;P&gt;it will put third record in error and consequently process fourth record. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means when i re-execute only error ones will be processed&amp;nbsp; and success&amp;nbsp; will happen on first execution itself&amp;nbsp; for possible ones ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 13:17:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/11420044#M1926567</guid>
      <dc:creator>former_member197870</dc:creator>
      <dc:date>2015-12-17T13:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/11420045#M1926568</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 cancel the processing after 3rd record as system prompt "whether you want to continue of not after errorous record" w&lt;SPAN style="font-size: 10.0pt; font-family: Arial;"&gt;hile processing the session again after correcting the record it wont start from the first,It will start from the place where it ends with error and in background process it will update all the record if you reiterate it.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Arial;"&gt;thanks!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 13:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/11420045#M1926568</guid>
      <dc:creator>Chintu6august</dc:creator>
      <dc:date>2015-12-17T13:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/11420046#M1926569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - only the error transactions will be processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 14:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/11420046#M1926569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-17T14:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/11420047#M1926570</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 am assuming that you are running sessions in background mode.&lt;/P&gt;&lt;P&gt;When you first time run the session it will process all successful records irrespective of the number.&lt;/P&gt;&lt;P&gt;when you run the session second time it will process the only error records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as shown by you &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;1. Accounting doc generated&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;2.&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; background: transparent;"&gt; Accounting doc generated&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;3. goes in error&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;4.&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; background: transparent;"&gt;Accounting doc generated&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; background: transparent;"&gt;it will process records 1,2 and 4th on first run.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; background: transparent;"&gt;if you run it again then it will process only 3rd record.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; background: transparent;"&gt;it is not like you are assuming, if 3rd records goes to error it does not mean session will not process 4th record in first run.It will process the all correct records on first run.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; background: transparent;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; background: transparent;"&gt;Chudamani Gavel&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 09:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/11420047#M1926570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-18T09:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/11420048#M1926571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;as shown by you &lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;1. Accounting doc generated&lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;2.&lt;SPAN style="font-family: inherit; font-size: 13.33px; font-style: inherit; font-weight: inherit;"&gt; Accounting doc generated&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;3. goes in error&lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; if I continue process the session when system gives a prompt here, the system will process the fourth record and on the next run it will only update the 3rd record&lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; if I don't continue the processing of session, then on&amp;nbsp; the next iteration session processing will start from 3rd record.&lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;4.&lt;SPAN style="font-family: inherit; font-size: 13.33px; font-style: inherit; font-weight: inherit;"&gt;Accounting doc generated&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt; &lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt; &lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;&lt;SPAN style="font-family: inherit; font-size: 13.33px; font-style: inherit; font-weight: inherit;"&gt;I hope now i made myself more clear. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt; &lt;/P&gt;&lt;P style="background: #ffffff; color: #333333; font-size: 12px;"&gt;&lt;SPAN style="font-family: inherit; font-size: 13.33px; font-style: inherit; font-weight: inherit;"&gt;thanks!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 09:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/11420048#M1926571</guid>
      <dc:creator>Chintu6august</dc:creator>
      <dc:date>2015-12-18T09:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/11420049#M1926572</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 style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; if I continue process the session when system gives a prompt here, the system will process the fourth record and on the next run it will only update the 3rd record&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; if I don't continue the processing of session, then on&amp;nbsp; the next iteration session processing will start from 3rd record.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;4.&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.33px; font-family: inherit; background: transparent;"&gt;Accounting doc generated&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.33px; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.33px; font-family: inherit; background: transparent;"&gt;Yes,in this case it will start processing again from 3rd record.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.33px; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.33px; font-family: inherit; background: transparent;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.33px; font-family: inherit; background: transparent;"&gt;Chudamani Gavel&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 12:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-method/m-p/11420049#M1926572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-18T12:53:31Z</dc:date>
    </item>
  </channel>
</rss>

