<?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: Parameter NEW_ITEM_DATA in function module BAPI_OUTB_DELIVERY_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-new-item-data-in-function-module-bapi-outb-delivery-change/m-p/6312198#M1392912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have never used that FM before but I think you just have to pass a table that contains the values of the changes to the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;item_control is used to confirm item_data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps at least a little&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2009 09:48:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-10T09:48:53Z</dc:date>
    <item>
      <title>Parameter NEW_ITEM_DATA in function module BAPI_OUTB_DELIVERY_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-new-item-data-in-function-module-bapi-outb-delivery-change/m-p/6312197#M1392911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, we have to add a new item to a delivery using ABAP. The function module BAPI_OUTB_DELIVERY_CHANGE has a parameter NEW_ITEM_DATA, but unfortunately no documentation about it. It Does anybody have an example on how to add a new item with this FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help, best regards, Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 09:42:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-new-item-data-in-function-module-bapi-outb-delivery-change/m-p/6312197#M1392911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T09:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter NEW_ITEM_DATA in function module BAPI_OUTB_DELIVERY_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-new-item-data-in-function-module-bapi-outb-delivery-change/m-p/6312198#M1392912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have never used that FM before but I think you just have to pass a table that contains the values of the changes to the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;item_control is used to confirm item_data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps at least a little&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 09:48:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-new-item-data-in-function-module-bapi-outb-delivery-change/m-p/6312198#M1392912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T09:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter NEW_ITEM_DATA in function module BAPI_OUTB_DELIVERY_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-new-item-data-in-function-module-bapi-outb-delivery-change/m-p/6312199#M1392913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have used this way:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Loop at it_vbrp.
CLEAR: wa_hdata, wa_hcont, d_delivy, it_bapiret2.
     wa_hdata-deliv_numb = it_vbrp-vgbel.
     wa_hcont-deliv_numb = it_vbrp-vgbel.
     wa_hcont-dlv_del    = c_x.
     d_delivy            = it_vbrp-vgbel.

*---Deleting delivery doc (VL02)
     CALL FUNCTION 'BAPI_OUTB_DELIVERY_CHANGE'
       EXPORTING
         header_data    = wa_hdata
         header_control = wa_hcont
         delivery       = d_delivy
       TABLES
         return         = it_bapiret2.

*---commit
       CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
         EXPORTING
           wait = 'X'.
Endloop.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 10:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-new-item-data-in-function-module-bapi-outb-delivery-change/m-p/6312199#M1392913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T10:23:58Z</dc:date>
    </item>
  </channel>
</rss>

