<?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 Background error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-background-error/m-p/8320833#M1637283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this you do your validations before starting the BDC process.&lt;/P&gt;&lt;P&gt;i think in PA30 while saving it is not validating the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You try like if values are correct proceed to BDC process or else end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Nov 2011 08:24:03 GMT</pubDate>
    <dc:creator>surajarafath</dc:creator>
    <dc:date>2011-11-18T08:24:03Z</dc:date>
    <item>
      <title>BDC session Background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-background-error/m-p/8320831#M1637281</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 got an issue in a bdc session method for Pa30 transaction. In the flat file if i swap the values for start date and end date and a im running the bdc . Then in sm35 transaction if i process with background the session becomes error but it gets saved in database table pa0000 as the dates swapped. It must not get saved in database table when the session is in error . Anyone know why does it gets saved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 07:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-background-error/m-p/8320831#M1637281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-18T07:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session Background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-background-error/m-p/8320832#M1637282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please post the SM35 error log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 08:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-background-error/m-p/8320832#M1637282</guid>
      <dc:creator>alok_patra</dc:creator>
      <dc:date>2011-11-18T08:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session Background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-background-error/m-p/8320833#M1637283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this you do your validations before starting the BDC process.&lt;/P&gt;&lt;P&gt;i think in PA30 while saving it is not validating the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You try like if values are correct proceed to BDC process or else end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 08:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-background-error/m-p/8320833#M1637283</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2011-11-18T08:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session Background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-background-error/m-p/8320834#M1637284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i know that i can do validations for dates and it will be solved. but without doing validations  in sm35 the sessions shows the error and database tables gets updated as the dates swapped... it should not hit the database table when session has errors. how to overcome in this case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 08:53:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-background-error/m-p/8320834#M1637284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-18T08:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session Background error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-background-error/m-p/8320835#M1637285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,,&lt;/P&gt;&lt;P&gt;Why you not using FM 'HR_INFOTYPE_OPERATION'. You can 'INS' (insert) 'MOD'(Modify) and 'DEL'(delete) record in infotype.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 09:22:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-background-error/m-p/8320835#M1637285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-18T09:22:58Z</dc:date>
    </item>
  </channel>
</rss>

