<?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: No batch  data  input for screen using the BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-data-input-for-screen-using-the-bdc/m-p/2257837#M489098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like bdcdata does not have data for second record,,i mean ur first record is repeating for second item,so use after call transaction or bdc_insert ,use refresh bdcdata,then you will not get this type of error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2007 03:32:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-29T03:32:19Z</dc:date>
    <item>
      <title>No batch  data  input for screen using the BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-data-input-for-screen-using-the-bdc/m-p/2257834#M489095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   i am doing a mass transfer action for the employees and for that i am uploading the data from file and then using PA30 , call transaction method.... updates are done to infotypes 0000, 0001,0006, 0007,0008... My problem is infotype 0000 is updating correctly but for rest of infotypes i am getting error as No batch data input for screen  MP000100 2000 for 0001 ,  MP000600 2010 . Below is the code i am writing for 0000, 0001. Any help is appreciated .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infotype 0000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PERFORM fill_bdcdata USING:&lt;/P&gt;&lt;P&gt;               'X' 'SAPMP50A'      '1000',&lt;/P&gt;&lt;P&gt;               ' ' 'BDC_OKCODE'    '=INS',&lt;/P&gt;&lt;P&gt;               ' ' 'RP50G-PERNR'   it_itab-pernr,&lt;/P&gt;&lt;P&gt;               ' ' 'RP50G-TIMR6'   'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM fill_bdcdata USING:&lt;/P&gt;&lt;P&gt;               ' ' 'RP50G-BEGDA'   l_date,&lt;/P&gt;&lt;P&gt;               ' ' 'BDC_CURSOR'    'RP50G-CHOIC',&lt;/P&gt;&lt;P&gt;               ' ' 'RP50G-CHOIC'   c_0000,&lt;/P&gt;&lt;P&gt;               ' ' 'RP50G-SUBTY'   p_massn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               'X' 'MP000000'      '2000',&lt;/P&gt;&lt;P&gt;               ' ' 'BDC_OKCODE'    '/00',&lt;/P&gt;&lt;P&gt;               ' ' 'P0000-MASSG'   p_massg,&lt;/P&gt;&lt;P&gt;               ' ' 'P0000-BEGDA'   l_date,&lt;/P&gt;&lt;P&gt;               ' ' 'PSPAR-PLANS'   '99999999',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               'X' 'MP000000'      '2000',&lt;/P&gt;&lt;P&gt;               ' ' 'PSPAR-PLANS'   it_itab-plans,&lt;/P&gt;&lt;P&gt;               ' ' 'BDC_OKCODE'    '/00',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               'X' 'MP000000'      '2000',&lt;/P&gt;&lt;P&gt;               ' ' 'BDC_OKCODE'    '=UPD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INFOTYPE 0001&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;****************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM fill_bdcdata USING:&lt;/P&gt;&lt;P&gt;                 'X' 'MP000100'      '2010',&lt;/P&gt;&lt;P&gt;                 ' ' 'P0001-BEGDA'   l_date,&lt;/P&gt;&lt;P&gt;                 ' ' 'P0001-PLANS'   it_itab-plans,&lt;/P&gt;&lt;P&gt;                 ' ' 'BDC_OKCODE'    '/00',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 'X' 'MP000100'      '2010',&lt;/P&gt;&lt;P&gt;                 ' ' 'BDC_OKCODE'    '=UPD'.&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;Latha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 03:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-data-input-for-screen-using-the-bdc/m-p/2257834#M489095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T03:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: No batch  data  input for screen using the BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-data-input-for-screen-using-the-bdc/m-p/2257835#M489096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Latha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the recording again for PA30 and this time make sure you record for filling the data for all infotypes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 03:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-data-input-for-screen-using-the-bdc/m-p/2257835#M489096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T03:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: No batch  data  input for screen using the BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-data-input-for-screen-using-the-bdc/m-p/2257836#M489097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when it  gives you the   error @ that point   please  go to the system  and  status see the screen no  and screen Prgram name   .....  then replace with  exsisting  one   ....becuause  now  i had  seen in my  PA30  for 2010 infotype create screen  it was &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program (screen)     MP200000&lt;/P&gt;&lt;P&gt;Screen number        2450&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and   0001  infotype ...&lt;/P&gt;&lt;P&gt;Program (screen)     MP000100&lt;/P&gt;&lt;P&gt;Screen number        2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards  ,&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 03:31:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-data-input-for-screen-using-the-bdc/m-p/2257836#M489097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T03:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: No batch  data  input for screen using the BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-data-input-for-screen-using-the-bdc/m-p/2257837#M489098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like bdcdata does not have data for second record,,i mean ur first record is repeating for second item,so use after call transaction or bdc_insert ,use refresh bdcdata,then you will not get this type of error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 03:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-data-input-for-screen-using-the-bdc/m-p/2257837#M489098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T03:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: No batch  data  input for screen using the BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-data-input-for-screen-using-the-bdc/m-p/2257838#M489099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Latha,&lt;/P&gt;&lt;P&gt;Try searching for OSS notes.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 03:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-data-input-for-screen-using-the-bdc/m-p/2257838#M489099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T03:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: No batch  data  input for screen using the BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-data-input-for-screen-using-the-bdc/m-p/2257839#M489100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Latha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you simulate manually by using PA30 with the data that hits the error in the program. FYI, different kind of data may lead to system behave differently. For eg, an additional popup screen will come out that required you to key in data where this popup is not appear during your BDC recording. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence, this additional popup was not catered into your BDC coding and will lead to the problem that you mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion is simulate manually on PA30 with the data that hits error. For sure it will give you a clearly picture on what is going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 03:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-data-input-for-screen-using-the-bdc/m-p/2257839#M489100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T03:49:20Z</dc:date>
    </item>
  </channel>
</rss>

