<?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: BAPI_OUTB_DELIVERY_CREATENOREF example? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-createnoref-example/m-p/4636601#M1091663</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;Use BAPI_TRANSACTION_COMMIT function module after calling the BAPI_OUTB_DELIVERY_CREATENOREF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the function module names in SE37 and read the documentation of BAPI_OUTB_DELIVERY_CREATENOREF and BAPI_TRANSACTION_COMMIT )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2008 09:09:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-28T09:09:09Z</dc:date>
    <item>
      <title>BAPI_OUTB_DELIVERY_CREATENOREF example?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-createnoref-example/m-p/4636599#M1091661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a delivery doc without a reference but I can't make the BAPI work!&lt;/P&gt;&lt;P&gt;I always get an error with the dates table!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you give me an example code for that Bapi?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you and &lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;P&gt;Juan Pablo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 18:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-createnoref-example/m-p/4636599#M1091661</guid>
      <dc:creator>juanpablo_carro</dc:creator>
      <dc:date>2008-10-27T18:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_OUTB_DELIVERY_CREATENOREF example?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-createnoref-example/m-p/4636600#M1091662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Juan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume a big problem it to find the right combination of DATE_USAGE and TIMETYPE (TABLES parameter DATES).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only the first entry of DATES is evaluated in FORM routine &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*   Map to internal format
    perform bapi_noref_map_to_internal tables dates
                                              dlv_items
                                              serial_numbers
                                              return
                                        using date_usage
                                     changing ls_dates
                                              lt_items_in
                                              lt_sernr
                                              lf_rc.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the following cominbinations (Note: external format required for TIMETYPE in SE37)&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;2 WS LOADING      LIKP
1 WS MATERIAL AV. LIKP&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I received the following error messages:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;E VL                   565 Data of preceding document was not transmitted
E VL                   561 Essential transfer parameters are missing in record:  000001
E BAPI                 001 No instance of object type OutboundDelivery has been created. External reference:&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;E VL                   565 Data of preceding document was not transmitted
E VL                   561 Essential transfer parameters are missing in record:  000001
E VL                   562 Enter either delivery date or goods issue date
E BAPI                 001 No instance of object type OutboundDelivery has been created. External reference:&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that DELIV_NUMB (itab DATES) needs to be filled but I am not an expert in logistics execution so I cannot tell you what might be right value. Nevertheless I hope this might be useful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 06:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-createnoref-example/m-p/4636600#M1091662</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-10-28T06:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_OUTB_DELIVERY_CREATENOREF example?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-createnoref-example/m-p/4636601#M1091663</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;Use BAPI_TRANSACTION_COMMIT function module after calling the BAPI_OUTB_DELIVERY_CREATENOREF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the function module names in SE37 and read the documentation of BAPI_OUTB_DELIVERY_CREATENOREF and BAPI_TRANSACTION_COMMIT )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 09:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-createnoref-example/m-p/4636601#M1091663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T09:09:09Z</dc:date>
    </item>
  </channel>
</rss>

