<?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 data for screen  for VF01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172464#M1623356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you go for multiple line items you have to do the loop else it will consider singe record.I will suggest to check for bapi or fm to create invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Sep 2011 15:48:37 GMT</pubDate>
    <dc:creator>madhu_vadlamani</dc:creator>
    <dc:date>2011-09-14T15:48:37Z</dc:date>
    <item>
      <title>No batch input data for screen  for VF01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172463#M1623355</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;Iam trying to to create billing document using  BDC for VF01 with  sales order. For single line item it is working fine and that to in Mode 'A'. But while  creating invoices using multiple sales orders  , Iam getting the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No batch input data for screen 'SAPMV60A' '0102' . Error  - 0344.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me as I was strucked here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    PERFORM bdc_dynpro      USING 'SAPMV60A' '0102'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'KOMFK-VBELN(01)'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '/00'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'KOMFK-VBELN(01)'&lt;/P&gt;&lt;P&gt;                                  gwa_bdc-vbeln.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_dynpro      USING 'SAPMV60A' '0104'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'VBRK-FKART'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '/00'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_dynpro      USING 'SAPMV60A' '0104'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'VBRK-FKART'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=SICH'.&lt;/P&gt;&lt;P&gt;    REFRESH messtab[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'VF01' USING bdcdata&lt;/P&gt;&lt;P&gt;                     OPTIONS FROM wa_options&lt;/P&gt;&lt;P&gt;                     MESSAGES INTO messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please &lt;EM&gt;&amp;lt;removed by moderator&amp;gt;&lt;/EM&gt; help.&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;Srikanth.A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Sep 15, 2011 1:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 15:08:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172463#M1623355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-14T15:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: No batch input data for screen  for VF01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172464#M1623356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you go for multiple line items you have to do the loop else it will consider singe record.I will suggest to check for bapi or fm to create invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 15:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172464#M1623356</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-09-14T15:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: No batch input data for screen  for VF01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172465#M1623357</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;You are passing the second record to the first row of the Docs table control. Because of which you are not able to get other SOs to  be entered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data : lv_index type char1,
         lv_vbeln type char15.

lv_index = sy-tabix.
lv_vbeln =  'KOMFK-VBELN(01)'.
lv_VBELN+15 (1) = LV_INDEX.
PERFORM bdc_field USING lv_VBELN
gwa_bdc-vbeln.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 16:43:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172465#M1623357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-14T16:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: No batch input data for screen  for VF01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172466#M1623358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply . &lt;/P&gt;&lt;P&gt;It is already in the loop only. I have not given in the code above. Could you suggest any BAPI of FM for creating invoice based on Sales order as it should create a credit note.&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;Srikanth.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 05:13:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172466#M1623358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-15T05:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: No batch input data for screen  for VF01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172467#M1623359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with RV_INVOICE_DOCUMENT_ADD.There is no documentation available for this.Pass all the import and table parameters and create an invoice.Check and post if there is any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 05:23:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172467#M1623359</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-09-15T05:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: No batch input data for screen  for VF01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172468#M1623360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create one invoice for one sales order. i.e One credit note for one credit memo. All credit memo's are looped and inside the loop I have written BDC as above. For each iteration  one invoice to be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please &lt;EM&gt;&amp;lt;removed by moderator&amp;gt;&lt;/EM&gt; help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srikanth.A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Sep 15, 2011 1:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 06:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172468#M1623360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-15T06:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: No batch input data for screen  for VF01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172469#M1623361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you actually doing at screen 'SAPMV60A' '0104'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont have any input fields there. I do not even get this screen when I do a recording for VF01&lt;/P&gt;&lt;P&gt;My process steps are &lt;/P&gt;&lt;P&gt;VF01 -&amp;gt; enter invoice type, invoice date, enter delivery number --&amp;gt; save &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the code part you included is not the complete code, so it is impossible to know if you perform the 'SAPMV60A' '0102' just once or for any record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 11:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172469#M1623361</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2011-09-15T11:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: No batch input data for screen  for VF01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172470#M1623362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jurgen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. I need not give invoice type and date instead need to give only sales order which is credit memo at VF01 initial screen and press enter and save. so it will create a credit note.&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;Srikanth.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 05:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172470#M1623362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-16T05:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: No batch input data for screen  for VF01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172471#M1623363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jurgen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT git_bdc INTO gwa_bdc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   refresh messtab[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    PERFORM bdc_dynpro      USING 'SAPMV60A' '0102'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'KOMFK-VBELN(01)'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '/00'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'KOMFK-VBELN(01)'&lt;/P&gt;&lt;P&gt;                                  gwa_bdc-vbeln.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_dynpro      USING 'SAPMV60A' '0104'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'VBRK-FKART'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '/00'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_dynpro      USING 'SAPMV60A' '0104'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'VBRK-FKART'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '/00'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_dynpro      USING 'SAPMV60A' '0104'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'VBRK-FKART'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=SICH'.&lt;/P&gt;&lt;P&gt;    REFRESH messtab[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'VF01' USING bdcdata&lt;/P&gt;&lt;P&gt;                     OPTIONS FROM wa_options&lt;/P&gt;&lt;P&gt;                     MESSAGES INTO messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error message population....&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;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srikanth.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 05:26:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-data-for-screen-for-vf01/m-p/8172471#M1623363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-16T05:26:11Z</dc:date>
    </item>
  </channel>
</rss>

