<?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 Function module for the Inbound Delivery in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-the-inbound-delivery/m-p/4585308#M1081612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I have created the Inbound Delivery in VL01N Transaction.I want to create the Post goods issue for the Delivery number.What is the Function module for the Post goods issue for the Delivery number and what all the Parameter needs to be passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Oct 2008 05:16:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-06T05:16:59Z</dc:date>
    <item>
      <title>Function module for the Inbound Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-the-inbound-delivery/m-p/4585308#M1081612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I have created the Inbound Delivery in VL01N Transaction.I want to create the Post goods issue for the Delivery number.What is the Function module for the Post goods issue for the Delivery number and what all the Parameter needs to be passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 05:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-the-inbound-delivery/m-p/4585308#M1081612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T05:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for the Inbound Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-the-inbound-delivery/m-p/4585309#M1081613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Function Module MB_CREATE_GOODS_MOVEMENT. Pass the Delivery number as the reference document (XBLNR) in MKPF and pass table I_MSEG (called_by = VL02N and BWART = 601). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope That Helps&lt;/P&gt;&lt;P&gt;Anirban M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 05:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-the-inbound-delivery/m-p/4585309#M1081613</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2008-10-06T05:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for the Inbound Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-the-inbound-delivery/m-p/4585310#M1081614</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 FM MB_POST_GOODS_MOVEMENT for PGI .&lt;/P&gt;&lt;P&gt;I am sure it will be useful .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give xblnr as input .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 05:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-the-inbound-delivery/m-p/4585310#M1081614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T05:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for the Inbound Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-the-inbound-delivery/m-p/4585311#M1081615</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;Try this code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_vbeln LIKE likp-vbeln OBLIGATORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:    l_vbkok_wa   TYPE vbkok,&lt;/P&gt;&lt;P&gt;         l_i_prott    TYPE STANDARD TABLE OF prott,&lt;/P&gt;&lt;P&gt;         l_pgi_status TYPE xfeld,&lt;/P&gt;&lt;P&gt;         c_check      TYPE c VALUE 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_vbkok_wa-vbeln_vl =  p_vbeln.&lt;/P&gt;&lt;P&gt;l_vbkok_wa-vbtyp_vl = 'T'.&lt;/P&gt;&lt;P&gt;l_vbkok_wa-wabuc    = c_check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Do PGI&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'WS_DELIVERY_UPDATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    vbkok_wa                  = l_vbkok_wa&lt;/P&gt;&lt;P&gt;    commit                    = c_check&lt;/P&gt;&lt;P&gt;    delivery                  = l_vbkok_wa-vbeln_vl&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    ef_error_in_goods_issue_0 = l_pgi_status&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    prot                      = l_i_prott.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF l_pgi_status IS NOT INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; WRITE:/ 'PGI Failure : ', p_vbeln.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; WRITE:/ 'PGI Success : ', p_vbeln.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      wait = c_check.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Meenakshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 05:31:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-the-inbound-delivery/m-p/4585311#M1081615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T05:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for the Inbound Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-the-inbound-delivery/m-p/4585312#M1081616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks  for all your reply.Your Answers solved my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 07:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-the-inbound-delivery/m-p/4585312#M1081616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T07:48:04Z</dc:date>
    </item>
  </channel>
</rss>

