<?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 Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3659290#M881427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prince,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC using CALL TRANSACTION or BATCH SESSION can do whatever the original transaction does. So basically the original transaction itself ignores these validations or gives only warning messages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC with No display mode will not display these messages in foreground. So check the original transaction. If the validation is already there and you get a warning message there, Process your BDC in error display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;tcode&amp;gt; using BDCDATA mode 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no validation in the original transaction itself, then you will have to identify a user exit to do the validation. that part will be executed even when you are calling it using BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Lakshmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2008 03:58:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-21T03:58:56Z</dc:date>
    <item>
      <title>BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3659289#M881426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a BDC for update LR Date...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My prob. is that when we create a invoice no. (for ex. 15.04.2008), if we r taken LR date 20.04.2008...it will upload correctly..but when we insert date below 15.04.2008 (or earlier date from invoice created)....it also update correctly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want that &lt;STRONG&gt;it should not take earlier date (LR Date) from invoice no (and Invoice Date)&lt;/STRONG&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should i take condition for it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prince Kumar on Apr 21, 2008 9:20 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 03:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3659289#M881426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T03:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3659290#M881427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prince,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC using CALL TRANSACTION or BATCH SESSION can do whatever the original transaction does. So basically the original transaction itself ignores these validations or gives only warning messages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC with No display mode will not display these messages in foreground. So check the original transaction. If the validation is already there and you get a warning message there, Process your BDC in error display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;tcode&amp;gt; using BDCDATA mode 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no validation in the original transaction itself, then you will have to identify a user exit to do the validation. that part will be executed even when you are calling it using BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Lakshmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 03:58:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3659290#M881427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T03:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3659291#M881428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prince,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you to go for  avlidity check before running the BDC.&lt;/P&gt;&lt;P&gt;Please mention the name of the transcation for which you are running the BDC.&lt;/P&gt;&lt;P&gt;I will investigate more into the transcation and let you know the solution.&lt;/P&gt;&lt;P&gt;&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;Abhijit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 04:11:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3659291#M881428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T04:11:14Z</dc:date>
    </item>
  </channel>
</rss>

