<?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: Reverse PGI For delivery in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reverse-pgi-for-delivery/m-p/2590406#M593038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kiran , I have the same , after post goods issue the delivery note , I know it can use tcode vl09 to cancel/reversal , my problem : is there bapi or RFC to do this function ? I have tested the BAPI_GOODSMVT_CANCEL, but it only can use for MIGO ,  Do you have any idear ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;godspeed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2007 10:06:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-19T10:06:25Z</dc:date>
    <item>
      <title>Reverse PGI For delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reverse-pgi-for-delivery/m-p/2590404#M593036</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;&lt;/P&gt;&lt;P&gt;Could any one please help me to find any function module or Bapi which can reverse PGI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could i use function module 'WS_DELIVERY_UPDATE' , If yes could you please &lt;/P&gt;&lt;P&gt;let me know what all i need to pass to do reversal of PGI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance !&lt;/P&gt;&lt;P&gt;Points would be provided for useful answers .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 10:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reverse-pgi-for-delivery/m-p/2590404#M593036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T10:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse PGI For delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reverse-pgi-for-delivery/m-p/2590405#M593037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      Welcome to SDN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOU CAN USE &amp;lt;b&amp;gt;BAPI_GOODSMVT_CANCEL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_mdoc type bapi2017_gm_head_02-mat_doc,&lt;/P&gt;&lt;P&gt;            p_year type bapi2017_gm_head_02-doc_year.&lt;/P&gt;&lt;P&gt;data: return type table of bapiret2 with header line.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;call function 'BAPI_GOODSMVT_CANCEL'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;    materialdocument          = p_mdoc&lt;/P&gt;&lt;P&gt;    matdocumentyear           = p_year&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  GOODSMVT_PSTNG_DATE       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  GOODSMVT_PR_UNAME         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  GOODSMVT_HEADRET          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    return                    = return&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  GOODSMVT_MATDOCITEM       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;READ DOCUMENTATION FOR BAPI IN SE37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 10:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reverse-pgi-for-delivery/m-p/2590405#M593037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T10:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse PGI For delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reverse-pgi-for-delivery/m-p/2590406#M593038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kiran , I have the same , after post goods issue the delivery note , I know it can use tcode vl09 to cancel/reversal , my problem : is there bapi or RFC to do this function ? I have tested the BAPI_GOODSMVT_CANCEL, but it only can use for MIGO ,  Do you have any idear ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;godspeed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 10:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reverse-pgi-for-delivery/m-p/2590406#M593038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T10:06:25Z</dc:date>
    </item>
  </channel>
</rss>

