<?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 input error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-error/m-p/767872#M37902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like at the end of your if statement you need to clear field W_LINE_CNT because you don't want your BDC to keep going to the next screen when you counter is bigger that 8. (ie when you at record 10, you don't want to go to process the action). You should do it only once every 8 records, not every time for each record starting from 8.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Oct 2004 20:35:37 GMT</pubDate>
    <dc:creator>nablan_umar</dc:creator>
    <dc:date>2004-10-19T20:35:37Z</dc:date>
    <item>
      <title>No batch input error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-error/m-p/767871#M37901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using VL02N screen. If the line item is &amp;gt; 8 then I record to click on place cursor and enter the line item number. The recording is set to enter the location and the pick qty. But I think for some reason when I go back to the main screen after i position the item, it gives me an error that that there's no batch input.   &lt;/P&gt;&lt;P&gt;Could someone please help me resolve this. I am not familiar with it. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LOOP AT t_item WHERE vbeln EQ t_header-vbeln&lt;/P&gt;&lt;P&gt;                       AND bldat EQ t_header-bldat.&lt;/P&gt;&lt;P&gt;        ADD 1 TO w_line_cnt.&lt;/P&gt;&lt;P&gt;        ADD 10 TO line_item.&lt;/P&gt;&lt;P&gt;        t_item-posnr = line_item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       IF w_line_cnt &amp;gt; 8.&lt;/P&gt;&lt;P&gt;          PERFORM bdc_dynpro      USING 'SAPMV50A' '0111'.&lt;/P&gt;&lt;P&gt;          PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                        'RV50A-POSNR'.&lt;/P&gt;&lt;P&gt;          PERFORM bdc_field       USING 'RV50A-POSNR'&lt;/P&gt;&lt;P&gt;                                        t_item-posnr.&lt;/P&gt;&lt;P&gt;          PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                        '=WEIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          PERFORM bdc_dynpro      USING 'SAPMV50A' '1000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                        'LIPS-LGORT(01)'.&lt;/P&gt;&lt;P&gt;          PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=HTRA_T'.&lt;/P&gt;&lt;P&gt;       ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CONCATENATE 'LIPSD-PIKMG(' w_line_cnt ')' INTO w_field.&lt;/P&gt;&lt;P&gt;        CONCATENATE 'LIPS-LGORT(' w_line_cnt ')' INTO w_lgort.&lt;/P&gt;&lt;P&gt;        PERFORM bdc_field      USING w_lgort      t_item-lgort.&lt;/P&gt;&lt;P&gt;        PERFORM bdc_field      USING w_field      t_item-lfimg_e.&lt;/P&gt;&lt;P&gt;        PERFORM bdc_field      USING 'BDC_SUBSCR'&lt;/P&gt;&lt;P&gt;                                     'SAPMV50A 0611SUBSCREEN_BOTTOM'.&lt;/P&gt;&lt;P&gt;        PERFORM bdc_field      USING 'BDC_SUBSCR'&lt;/P&gt;&lt;P&gt;                                     'SAPMV50A 1708SUBSCREEN_ICONBAR'.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2004 17:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-error/m-p/767871#M37901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-19T17:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: No batch input error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-error/m-p/767872#M37902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like at the end of your if statement you need to clear field W_LINE_CNT because you don't want your BDC to keep going to the next screen when you counter is bigger that 8. (ie when you at record 10, you don't want to go to process the action). You should do it only once every 8 records, not every time for each record starting from 8.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2004 20:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-error/m-p/767872#M37902</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2004-10-19T20:35:37Z</dc:date>
    </item>
  </channel>
</rss>

