<?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: XML file when PGI is done in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491203#M228536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please let me know to do that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Sep 2006 16:25:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-05T16:25:06Z</dc:date>
    <item>
      <title>XML file when PGI is done</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491201#M228534</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;&lt;/P&gt;&lt;P&gt; I need to generate an XML file when PGI is done for a delivery. I need an user exit or BADI to do this. &lt;/P&gt;&lt;P&gt;I need to generate XML file when Total goods movement status changes to Completely picked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BADI  &amp;#145;LE_SHP_GOODSMOVEMENT&amp;#146;. But by the time I stop here  Total goods movement status did not change to Completely picked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to handle this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 15:51:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491201#M228534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T15:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: XML file when PGI is done</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491202#M228535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you considered using output determination for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 16:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491202#M228535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T16:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: XML file when PGI is done</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491203#M228536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please let me know to do that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 16:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491203#M228536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T16:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: XML file when PGI is done</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491204#M228537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;up to my knowledge outtype will be executed every time i change the delivery. I just need to generate XML file only once when PGI is done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 16:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491204#M228537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T16:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: XML file when PGI is done</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491205#M228538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Part of defining the output type is to assign it to a determination procedure.  In this assignment you can specify a requirement routine.  The requirement routine can be coded to check order status.  In this case, if the order has been post goods issued, you would set SY-SUBRC = 0.  Your output is then proposed.  If SY-SUBRC &amp;lt;&amp;gt; 0, it is not proposed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, while defining the output type you specify a processing routine.  In the processing routine, add your code to generate the XML output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SPRO go to Logistics Execution-&amp;gt;Shipping-&amp;gt;Basic Shipping Functions-&amp;gt;Output Control-&amp;gt;Output Determination-&amp;gt;Maintain Output Determination for Outbound Deliveries-&amp;gt;Maintain Output Types.  This allows you to create the output type and assign a processing routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SPRO go to Logistics Execution-&amp;gt;Shipping-&amp;gt;Basic Shipping Functions-&amp;gt;Output Control-&amp;gt;Output Determination-&amp;gt;Define Requirements.  This allows you to create the requirement routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SPRO go to Logistics Execution-&amp;gt;Shipping-&amp;gt;Basic Shipping Functions-&amp;gt;Output Control-&amp;gt;Output Determination-&amp;gt;Maintain Output Determination for Outbound Deliveries-&amp;gt;Maintain Output Determination Procedure.  This allows you to assign your output type and requirement routine to an output procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look and let me know if you have specific questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 19:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491205#M228538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T19:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: XML file when PGI is done</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491206#M228539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case, I believe requirement routine 1 is used for GI notification, so you wouldn't need to create it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 19:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491206#M228539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T19:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: XML file when PGI is done</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491207#M228540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If i create output type , I am just trying to understand, will it be done every time I change delivery. I just need this file when PGI is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am trying to find a exit or badi when PGI is done saved to database.( status complete).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or trying to write a function and execute it on commit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 00:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491207#M228540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T00:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: XML file when PGI is done</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491208#M228541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what the requirement routine is for.  Each time a delivery is changed, the requirement routine will determine whether or not the output should be processed.  In this case, if there is a change to the delivery, but it is not yet PGI, the requirement routine will prevent the output from processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the delivery is PGI, the requirement routine will allow processing of the output.  The output then runs your custom program to create the XML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once a delivery is PGI, it is no longer available to be changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 13:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file-when-pgi-is-done/m-p/1491208#M228541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T13:40:42Z</dc:date>
    </item>
  </channel>
</rss>

