<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010327#M711373</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 it is working fine in the foreground and not in the background.&lt;/P&gt;&lt;P&gt;It means u might have not handled the OK_CODE for may be some 'Click'.&lt;/P&gt;&lt;P&gt;Just check and while checking in the foreground,&lt;/P&gt;&lt;P&gt;check where u are pressing "Enter" without getting the OK_Code option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont press "Enter" unless the pop up comes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;SImha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2007 14:19:30 GMT</pubDate>
    <dc:creator>Simha_</dc:creator>
    <dc:date>2007-10-31T14:19:30Z</dc:date>
    <item>
      <title>BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010325#M711371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a BDC program that calls TCODE IW32 which works  perfectly for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'IW32' USING BDCDATA MODE 'A'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is not working for &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'IW32' USING BDCDATA MODE 'N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be the possible reasons.Its very urgent..Kindly help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 14:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010325#M711371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T14:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010326#M711372</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;Run the transaction in E mode. When you run it in mode 'A', there must be some okcode you are pressing which allows the process to complete. This action is missing when you run in no screen mode. So i suggest to run this in E mode so that if there is an error, it will stop at error screen and it will help you what was missing. You can add that code and it will run in N mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 14:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010326#M711372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T14:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010327#M711373</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 it is working fine in the foreground and not in the background.&lt;/P&gt;&lt;P&gt;It means u might have not handled the OK_CODE for may be some 'Click'.&lt;/P&gt;&lt;P&gt;Just check and while checking in the foreground,&lt;/P&gt;&lt;P&gt;check where u are pressing "Enter" without getting the OK_Code option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont press "Enter" unless the pop up comes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;SImha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 14:19:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010327#M711373</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-10-31T14:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010328#M711374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  If I run in 'E' mode the processing stops at a particular screen after IW32 even though I have handled BDC_OKCODE 'EXIT' for it&lt;/P&gt;&lt;P&gt;           .Is the process stopping because of some error in that screen??But the data is getting updated....&lt;/P&gt;&lt;P&gt;Thanks and  Regards...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 14:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010328#M711374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T14:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010329#M711375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, when process stops at particular screen, means that the ok code is not handled correctly.&lt;/P&gt;&lt;P&gt;Run SHDB transaction, get th recording and compare with your program. This should fix the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 15:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010329#M711375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T15:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010330#M711376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can there be any warning messages while updating the data coz I have to press 'Enter' 3 times after saving when there are warnings....If data is perfect then three times  hiting enter is not required....Can data be uploaded with warning messages???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 15:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010330#M711376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T15:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010331#M711377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Warning messages should not be a problem, it gets handled automatically in No screen mode. There is something else which is missing and you are getting error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 15:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010331#M711377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T15:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010332#M711378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 12:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3010332#M711378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-20T12:36:00Z</dc:date>
    </item>
  </channel>
</rss>

