<?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 error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5362802#M1234271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think u passing '/' into number field..and i think u used split soomewhere in your program and  thats where its spplitting it wrong and passing '/' into number field..debug !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Mar 2009 12:00:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-29T12:00:23Z</dc:date>
    <item>
      <title>BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5362797#M1234266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BDC(call txn) for MM01 .When i upload the flat file a runtime error displays 'unable to interpret "/" as a number'.&lt;/P&gt;&lt;P&gt;How can i solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;P&gt;Tnx &amp;amp; Regards..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2009 05:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5362797#M1234266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-29T05:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5362798#M1234267</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 guess it's the path that u r providing to upload the flat file....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try using path like ' drive:\filename.txt'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2009 05:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5362798#M1234267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-29T05:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5362799#M1234268</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;Check whether the data is properly populating in the internal table from the flat file. If you are populating the date field in MM01 check the are you passing the write format to BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2009 05:50:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5362799#M1234268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-29T05:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5362800#M1234269</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;&lt;/P&gt;&lt;P&gt;keep nodata indicator as space ( remove '/' ). it will work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;better if u paste ur code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2009 06:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5362800#M1234269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-29T06:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5362801#M1234270</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;Some ok_code  as '/'  must have given. Please check the recording part of coding and see if any ok_code passed like ' / ' and correct it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2009 07:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5362801#M1234270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-29T07:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5362802#M1234271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think u passing '/' into number field..and i think u used split soomewhere in your program and  thats where its spplitting it wrong and passing '/' into number field..debug !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2009 12:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5362802#M1234271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-29T12:00:23Z</dc:date>
    </item>
  </channel>
</rss>

