<?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 On transaction VT02 does not work. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-on-transaction-vt02-does-not-work/m-p/8060091#M1612620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do you use Batch Input method?&lt;/P&gt;&lt;P&gt;I think If there are any BAPI our process We should use BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want use below BAPIs for VT02 / VT02N process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_SHIPMENT_CREATE&lt;/P&gt;&lt;P&gt;BAPI_SHIPMENT_CHANGE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2011 10:06:22 GMT</pubDate>
    <dc:creator>former_member212713</dc:creator>
    <dc:date>2011-07-12T10:06:22Z</dc:date>
    <item>
      <title>BATCH-INPUT On transaction VT02 does not work.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-on-transaction-vt02-does-not-work/m-p/8060090#M1612619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings, colleagues!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written BATCH-INPUT on transaction VT02. I try to remove delivery from transportation. But for me does not work BATCH-INPUT because function of "Positioning" does not work in BATCH-INPUT. Prompt please. &lt;STRONG&gt;How I can remove delivery from transportation in my program using functionality of transaction VT02?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;Sergey Kozymaev.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 08:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-on-transaction-vt02-does-not-work/m-p/8060090#M1612619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-12T08:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: BATCH-INPUT On transaction VT02 does not work.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-on-transaction-vt02-does-not-work/m-p/8060091#M1612620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do you use Batch Input method?&lt;/P&gt;&lt;P&gt;I think If there are any BAPI our process We should use BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want use below BAPIs for VT02 / VT02N process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_SHIPMENT_CREATE&lt;/P&gt;&lt;P&gt;BAPI_SHIPMENT_CHANGE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 10:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-on-transaction-vt02-does-not-work/m-p/8060091#M1612620</guid>
      <dc:creator>former_member212713</dc:creator>
      <dc:date>2011-07-12T10:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: BATCH-INPUT On transaction VT02 does not work.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-on-transaction-vt02-does-not-work/m-p/8060092#M1612621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used this in a program a while ago, worked like a charm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;s_header-shipment_num = &amp;lt;shipment #&amp;gt;.
  i_item-delivery = &amp;lt;delivery #&amp;gt;.
  APPEND i_item.
  i_itemaction-delivery = 'D'.
  i_itemaction-itenerary = 'D'.
  APPEND i_itemaction.

  CALL FUNCTION 'BAPI_SHIPMENT_CHANGE'
    EXPORTING
      headerdata       = s_header
      headerdataaction = s_headeraction
    TABLES
      itemdata         = i_item
      itemdataaction   = i_itemaction
      return           = i_return.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 19:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-on-transaction-vt02-does-not-work/m-p/8060092#M1612621</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2011-07-12T19:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: BATCH-INPUT On transaction VT02 does not work.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-on-transaction-vt02-does-not-work/m-p/8060093#M1612622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry for that I have not told about version SAP of system. I work in system of the version 4.6C and there was not present BAPI_SHIPMENT_CHANGE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 02:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-on-transaction-vt02-does-not-work/m-p/8060093#M1612622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-13T02:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: BATCH-INPUT On transaction VT02 does not work.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-on-transaction-vt02-does-not-work/m-p/8060094#M1612623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have FM SD_SHIPMENT_PROCESS_EXT_CHANGE? That's all that BAPI calls pretty much...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise tough luck, I'm affraid. Time for an upgrade.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 15:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-on-transaction-vt02-does-not-work/m-p/8060094#M1612623</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2011-07-13T15:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: BATCH-INPUT On transaction VT02 does not work.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-on-transaction-vt02-does-not-work/m-p/8060095#M1612624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was not present FM SD_SHIPMENT_PROCESS_EXT_CHANGE in system of the version 4.6C. I shall think. Thanks all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 02:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-on-transaction-vt02-does-not-work/m-p/8060095#M1612624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-14T02:12:21Z</dc:date>
    </item>
  </channel>
</rss>

