<?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/1401670#M194146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vicky,&lt;/P&gt;&lt;P&gt;there would be lot of reasons to get this errors like&lt;/P&gt;&lt;P&gt;when the values of the fields are mismatches with the standard format&lt;/P&gt;&lt;P&gt;when u get a pop up in the middle of the process &lt;/P&gt;&lt;P&gt;when u left the values to be entered in the mandatory fileds&lt;/P&gt;&lt;P&gt;when the values entered in to the field are exceeding the limit............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so as everyone said best solutions is to run the program in A or E mode sothat u will get the point where exactly the error is coming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jun 2006 19:26:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-26T19:26:15Z</dc:date>
    <item>
      <title>BDC Error!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/1401667#M194143</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 use a BDC for data to be populated to the inventory when the material is posted! Iam getting an error 'No batch input data for screen SAPLCOWB 0130' and iam unable to catch this error. Will u please help me fix this error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 19:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/1401667#M194143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T19:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/1401668#M194144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you run the program with all screens 'A', then you can see a screen is coming in middle for which you have not recorded in BDCDATA table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether there is any data you are populating for this screen in BDCDATA table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 19:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/1401668#M194144</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-06-26T19:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/1401669#M194145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess is that it is throwing out a popup screen for account segment details and your program is not filling that screen. It is quite possible that this is only happening in batch process not online. Run your batch input in mode 'A'(online) or 'E'(Errors only) and see where the error pops up. See if you can fill the needed information to go through that screen. If not, see if a BAPI (BAPI_GOODSMVT_CREATE) may be a good alternative to your BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 19:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/1401669#M194145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T19:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/1401670#M194146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vicky,&lt;/P&gt;&lt;P&gt;there would be lot of reasons to get this errors like&lt;/P&gt;&lt;P&gt;when the values of the fields are mismatches with the standard format&lt;/P&gt;&lt;P&gt;when u get a pop up in the middle of the process &lt;/P&gt;&lt;P&gt;when u left the values to be entered in the mandatory fileds&lt;/P&gt;&lt;P&gt;when the values entered in to the field are exceeding the limit............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so as everyone said best solutions is to run the program in A or E mode sothat u will get the point where exactly the error is coming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 19:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/1401670#M194146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T19:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/1401671#M194147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possibility is that you missed to refresh BDCDATA after the execution. &lt;/P&gt;&lt;P&gt;Please check and do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refresh BDCDATA .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should resolve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 13:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/1401671#M194147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-19T13:47:44Z</dc:date>
    </item>
  </channel>
</rss>

