<?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: Batch-input and screens in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-screens/m-p/2587199#M592111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found one solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch-input code:&lt;/P&gt;&lt;P&gt;t-code = 'VA03'.&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;  PERFORM bdc_dynpro      USING 'SAPMV45A' '0102'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_OKCODE' 'DRCK'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'VBAK-VBELN' tab-vbeln. &lt;/P&gt;&lt;P&gt;  PERFORM bdc_dynpro      USING 'SAPLVMSG' '0200'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_OKCODE' '=OPTS'.&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 'VA03' USING bdcdata MODE 'E'&lt;/P&gt;&lt;P&gt;                        UPDATE 'S'&lt;/P&gt;&lt;P&gt;                        MESSAGES INTO messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you by all helps.&lt;/P&gt;&lt;P&gt;Ana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2007 08:24:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-01T08:24:23Z</dc:date>
    <item>
      <title>Batch-input and screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-screens/m-p/2587196#M592108</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 have one program, that calls VA03 and print Billing document immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now they want stop batch-input at Issue output screen, and after they fill the options that want and continue the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me if it is possible?? And if yes,what is the soluction for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ina advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All ideas are welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 14:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-screens/m-p/2587196#M592108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T14:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Batch-input and screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-screens/m-p/2587197#M592109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VF03---&amp;gt;billing Document .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now they want stop batch-input at Issue output screen, and after they fill the options that want and continue the program.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;--&amp;gt;Means ? they dont want Immedi.Print outs ?&amp;lt;/b&amp;gt;&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;peram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 14:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-screens/m-p/2587197#M592109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T14:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Batch-input and screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-screens/m-p/2587198#M592110</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 means, because user want choose, print immediately, or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know solution for that??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 12:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-screens/m-p/2587198#M592110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T12:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Batch-input and screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-screens/m-p/2587199#M592111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found one solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch-input code:&lt;/P&gt;&lt;P&gt;t-code = 'VA03'.&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;  PERFORM bdc_dynpro      USING 'SAPMV45A' '0102'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_OKCODE' 'DRCK'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'VBAK-VBELN' tab-vbeln. &lt;/P&gt;&lt;P&gt;  PERFORM bdc_dynpro      USING 'SAPLVMSG' '0200'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_OKCODE' '=OPTS'.&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 'VA03' USING bdcdata MODE 'E'&lt;/P&gt;&lt;P&gt;                        UPDATE 'S'&lt;/P&gt;&lt;P&gt;                        MESSAGES INTO messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you by all helps.&lt;/P&gt;&lt;P&gt;Ana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 08:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-screens/m-p/2587199#M592111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T08:24:23Z</dc:date>
    </item>
  </channel>
</rss>

