<?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: error while uploading through bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563281#M1431657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Dear friend, 
&amp;lt;li&amp;gt; You ask the same your functional consultant or the one who gave the requirement. I too do not know the settings needs to be done. 

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2010 01:51:41 GMT</pubDate>
    <dc:creator>venkat_o</dc:creator>
    <dc:date>2010-01-28T01:51:41Z</dc:date>
    <item>
      <title>error while uploading through bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563274#M1431650</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;While uploading data throgh bdc i am getting error in error file for few employees as " No batch input data for screen SAPLRPBS 2000 " ..what i need to do to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 06:16:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563274#M1431650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T06:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: error while uploading through bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563275#M1431651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Absap,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could be one of the reason that some of the fields which are mandatory are not defaulted. Ex: Cost center , profit center or reason code. If one of the field is mandatory and that value is not populated system will through that error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post one transaction in foreground ( display all screens) then you can see where it went wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You are  trying to input data on a screen field which does not exist based on customizing.&lt;/P&gt;&lt;P&gt;2. May be this field is an input disabled as per the customizing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manas M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kumar Manas Mishra on Jan 27, 2010 7:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 06:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563275#M1431651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T06:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: error while uploading through bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563276#M1431652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi, 
&amp;lt;li&amp;gt; I think that there would be one field which is mandatory needs to be passed through BDC program.
&amp;lt;li&amp;gt; Go manually to that screen and see whether you need to fill any field which is mandatory.

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 06:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563276#M1431652</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2010-01-27T06:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: error while uploading through bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563277#M1431653</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;Generally, you will receive this error message when there is no data filled in the mandatory fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is the issue with only few employees then check with the fields available comparing to other employee records which are successful. Their must be few records which are Mandatory and missing for those employees... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To fix this issue, get into your ABAP program and in place of no screens 'N' put it as ALL screen. and run the BDC program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using Call transcation method...Create an error log to handle errors so that it will specify the error records while uploading the records in the trascation code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more information then please let us know. &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;Kittu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 07:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563277#M1431653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T07:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: error while uploading through bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563278#M1431654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did for one record and in between i got error message that  " Generate period work schedule G2DH for 2/M3/01 in 01/2011 "&lt;/P&gt;&lt;P&gt;...i am trying to upload data in infotype 2006. When i uplaod data manually through pa30 it is properly getting uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me where i need to do settings regarding schedule G2DH ??.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 07:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563278#M1431654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T07:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: error while uploading through bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563279#M1431655</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;This error comes because of while recording one of your screen's mandatory entry is not passed &lt;/P&gt;&lt;P&gt;to the transaction, you can try creating any record for that transaction before doing recording only&lt;/P&gt;&lt;P&gt;and make a note of all the mandatory fields then while doing recording you need to pass values to those&lt;/P&gt;&lt;P&gt;fields necessarily and if while recording if the entry is already present to those mandatory fields then on &lt;/P&gt;&lt;P&gt;that screen you should delete the entry of that field and then again enter the same value in that field so&lt;/P&gt;&lt;P&gt;that it gets recorded in the recording running and next time while uploading data that screen fetches&lt;/P&gt;&lt;P&gt;the required value from the internal table and does not show error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 08:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563279#M1431655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T08:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: error while uploading through bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563280#M1431656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello absap,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your requirement is an enhancement of a program that uses BDC to update OR populate a particular screen,&lt;/P&gt;&lt;P&gt;set your bdc mode to "A" to display the entire bdc processing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can basically find this in the line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;command&amp;gt;&lt;/P&gt;&lt;P&gt;USING &amp;lt;bdctab&amp;gt;&lt;/P&gt;&lt;P&gt;MODE &amp;lt;mode&amp;gt;.     &amp;lt;--- by defualt this should be MODE N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the error that you have encountered is due to an UNpopulated REQUIRED field in the screen of the transacation or command you called in the BDC process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can easily trace this error by setting the mode to A to display the bdc process itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alternatively, if you are creating new program, revisit your bdc recording and check if all the required fields are being populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trick:&lt;/P&gt;&lt;P&gt;when you record in SHDB, open a new window of the transaction.command that you are going to use.&lt;/P&gt;&lt;P&gt;and from there, populate the fields specified in your requirement and by this, you should not miss any required field in you bdc. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 08:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563280#M1431656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T08:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: error while uploading through bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563281#M1431657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Dear friend, 
&amp;lt;li&amp;gt; You ask the same your functional consultant or the one who gave the requirement. I too do not know the settings needs to be done. 

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 01:51:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-uploading-through-bdc/m-p/6563281#M1431657</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2010-01-28T01:51:41Z</dc:date>
    </item>
  </channel>
</rss>

