<?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 to reverse the PGI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-reverse-the-pgi/m-p/3657879#M881114</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 am using the function module JIT06_REVERSE_GOODS_ISSUE to cancel the PGI.&lt;/P&gt;&lt;P&gt;but i am getting dump.how to use this FM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2008 06:12:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-08T06:12:22Z</dc:date>
    <item>
      <title>function module to reverse the PGI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-reverse-the-pgi/m-p/3657879#M881114</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 am using the function module JIT06_REVERSE_GOODS_ISSUE to cancel the PGI.&lt;/P&gt;&lt;P&gt;but i am getting dump.how to use this FM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 06:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-reverse-the-pgi/m-p/3657879#M881114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T06:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: function module to reverse the PGI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-reverse-the-pgi/m-p/3657880#M881115</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 using Function WS_REVERSE_GOODS_ISSUE&lt;/P&gt;&lt;P&gt;Shd work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 17:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-reverse-the-pgi/m-p/3657880#M881115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T17:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: function module to reverse the PGI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-reverse-the-pgi/m-p/3657881#M881116</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 the above mentioned 2 FMs to cancel the post goods issue PGI.&lt;/P&gt;&lt;P&gt;but i  am not getting the correct result.I got the result table t_mesg with no entries. or with no messages.&lt;/P&gt;&lt;P&gt;what to do? please give me an idea.What is the  transaction code to cancel the PGI.reply soon..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Lakshmi Atukury on Apr 11, 2008 5:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 10:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-reverse-the-pgi/m-p/3657881#M881116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T10:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: function module to reverse the PGI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-reverse-the-pgi/m-p/3657882#M881117</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 program &lt;STRONG&gt;RVV50L09&lt;/STRONG&gt;  there this FM has been used...&lt;/P&gt;&lt;P&gt;Check the Include &lt;STRONG&gt;LMPKBF43&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'WS_REVERSE_GOODS_ISSUE'&lt;/P&gt;&lt;P&gt;             EXPORTING&lt;/P&gt;&lt;P&gt;                  I_VBELN                   = XLIKPUKWA-VBELN&lt;/P&gt;&lt;P&gt;                  I_BUDAT                   = XLIKPUKWA-STDAT&lt;/P&gt;&lt;P&gt;                  I_COUNT                   = COUNT&lt;/P&gt;&lt;P&gt;                  I_MBLNR                   = XLIKPUKWA-MBLNR&lt;/P&gt;&lt;P&gt;                  I_TCODE                   = 'VL09'&lt;/P&gt;&lt;P&gt;                  I_VBTYP                   = XLIKPUKWA-VBTYP&lt;/P&gt;&lt;P&gt;             TABLES&lt;/P&gt;&lt;P&gt;                  T_MESG                    = XMESG&lt;/P&gt;&lt;P&gt;             EXCEPTIONS&lt;/P&gt;&lt;P&gt;                  ERROR_REVERSE_GOODS_ISSUE = 1&lt;/P&gt;&lt;P&gt;                  OTHERS                    = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 11, 2008 4:30 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 04:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-reverse-the-pgi/m-p/3657882#M881117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T04:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: function module to reverse the PGI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-reverse-the-pgi/m-p/3657883#M881118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WS_REVERSE_GOODS_ISSUE fm is not working with mvmt type 602,621..etc..and for some delivery docs its giving like no active fieldcatalogs. is there any other way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 04:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-reverse-the-pgi/m-p/3657883#M881118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T04:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: function module to reverse the PGI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-reverse-the-pgi/m-p/3657884#M881119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshmi,&lt;/P&gt;&lt;P&gt;I also had some problems with FMs to revrese the GI. Then i tried with BDC for &lt;STRONG&gt;VL09 transaction.&lt;/STRONG&gt; It is working fine.Even BDC is also very simple. We have to give only the&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;delivery number.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      REFRESH: i_bdcdata[], i_bdcmsgcoll[].&lt;/P&gt;&lt;P&gt;      PERFORM: bdc_screen USING 'RVV50L09'    '1000',&lt;/P&gt;&lt;P&gt;               bdc_data   USING 'BDC_OKCODE'  '=ONLI',&lt;/P&gt;&lt;P&gt;               bdc_data   USING 'I_VBELN-LOW' po_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL TRANSACTION c_vl09&lt;/P&gt;&lt;P&gt;           USING       i_bdcdata&lt;/P&gt;&lt;P&gt;           MODE        w_mode&lt;/P&gt;&lt;P&gt;           UPDATE      c_s&lt;/P&gt;&lt;P&gt;           MESSAGES INTO i_bdcmsgcoll.&lt;/P&gt;&lt;P&gt;After this process the messages as per ur requirement.&lt;/P&gt;&lt;P&gt;FORM bdc_screen USING  p_program&lt;/P&gt;&lt;P&gt;                       p_dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR wa_bdcdata.&lt;/P&gt;&lt;P&gt;  MOVE: p_program TO wa_bdcdata-program,&lt;/P&gt;&lt;P&gt;        p_dynpro  TO wa_bdcdata-dynpro,&lt;/P&gt;&lt;P&gt;        c_x       TO wa_bdcdata-dynbegin.&lt;/P&gt;&lt;P&gt;  APPEND wa_bdcdata TO i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " bdc_screen&lt;/P&gt;&lt;P&gt;FORM bdc_data USING  p_fnam&lt;/P&gt;&lt;P&gt;                     p_fval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR wa_bdcdata.&lt;/P&gt;&lt;P&gt;  MOVE: p_fnam TO wa_bdcdata-fnam,&lt;/P&gt;&lt;P&gt;        p_fval TO wa_bdcdata-fval.&lt;/P&gt;&lt;P&gt;  APPEND wa_bdcdata TO i_bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " bdc_data&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;Vinod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Kumar Vemuru on Apr 11, 2008 10:26 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 04:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-reverse-the-pgi/m-p/3657884#M881119</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-04-11T04:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: function module to reverse the PGI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-reverse-the-pgi/m-p/3657885#M881120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how  to catch the error records after performing call transaction,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using format message and bdcmsgcoll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Lakshmi Atukury on Apr 11, 2008 1:24 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 05:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-reverse-the-pgi/m-p/3657885#M881120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T05:13:38Z</dc:date>
    </item>
  </channel>
</rss>

