<?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 for delivery doc creation required in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-delivery-doc-creation-required/m-p/1630239#M281327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Chk the FM's given below..Hope this will help you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI For Delivery Order&lt;/P&gt;&lt;P&gt;BAPI_DELIVERYPROCESSING_EXEC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI to post a Goods issue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_OUTB_DELIVERY_CONFIRM_DEC "inbound Delivery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filling HEADEWR_DATA-DELIV_NUMB, HEADER_CONTROL-DELIV_NUMB, DELIVERY with the delivery number and HEADER_CONTROL-POST_GI_FLG with 'X' does the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_OUTB_DELIVERY_CONFIRM_DEC " outboung Delivery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Sep 2006 06:14:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-25T06:14:42Z</dc:date>
    <item>
      <title>BAPI for delivery doc creation required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-delivery-doc-creation-required/m-p/1630236#M281324</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;I need to develop a program wherein I need to create a sales order, delivery order, PGI(post goods issue) and invoice.......I have identified the bapi for sales order creation as bapi_sales_order_create..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I request u to kindly help with the others....lemme know the relevant bapis for the others...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 05:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-delivery-doc-creation-required/m-p/1630236#M281324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T05:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for delivery doc creation required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-delivery-doc-creation-required/m-p/1630237#M281325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For creating delivery use the FM : RV_DELIVERY_CREATE&lt;/P&gt;&lt;P&gt;For Post goods issue use the BAPI : BAPI_GOODSMVT_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For invoice use the BAPI : BAPI_INCOMINGINVOICE_CREATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 06:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-delivery-doc-creation-required/m-p/1630237#M281325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T06:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for delivery doc creation required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-delivery-doc-creation-required/m-p/1630238#M281326</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;Check the bolow fm's for delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_INB_DELIVERY_SAVEREPLICA&lt;/P&gt;&lt;P&gt;BAPI_OUTB_DELIVERY_SAVEREPLICA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jaffer vali shaik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 06:13:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-delivery-doc-creation-required/m-p/1630238#M281326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T06:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for delivery doc creation required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-delivery-doc-creation-required/m-p/1630239#M281327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Chk the FM's given below..Hope this will help you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI For Delivery Order&lt;/P&gt;&lt;P&gt;BAPI_DELIVERYPROCESSING_EXEC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI to post a Goods issue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_OUTB_DELIVERY_CONFIRM_DEC "inbound Delivery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filling HEADEWR_DATA-DELIV_NUMB, HEADER_CONTROL-DELIV_NUMB, DELIVERY with the delivery number and HEADER_CONTROL-POST_GI_FLG with 'X' does the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_OUTB_DELIVERY_CONFIRM_DEC " outboung Delivery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 06:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-delivery-doc-creation-required/m-p/1630239#M281327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T06:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for delivery doc creation required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-delivery-doc-creation-required/m-p/1630240#M281328</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 can use the following FM &amp;amp; BAPI but kindly check what are your requirements, else you can also create your own ZBAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Creation:&lt;/P&gt;&lt;P&gt;RV_DELIVERY_CREATE&lt;/P&gt;&lt;P&gt;BAPI_GOODSMVT_CREATE&lt;/P&gt;&lt;P&gt;BAPI_INCOMINGINVOICE_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rest for Delivery &amp;amp; other kindly check the rest of BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All The Best.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO Reward Points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 06:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-delivery-doc-creation-required/m-p/1630240#M281328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T06:32:32Z</dc:date>
    </item>
  </channel>
</rss>

