<?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: reg : output triggering in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-output-triggering/m-p/1417454#M200686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the bapi: BAPI_OUTB_DELIVERY_CHANGE&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jun 2006 15:01:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-14T15:01:23Z</dc:date>
    <item>
      <title>reg : output triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-output-triggering/m-p/1417451#M200683</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 am using WS_DELIVERY_UPDATE for Goods Issue of a delivery and the PGI is successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction 'VL02N' is triggering some custom output types defined in 'NACE' transaction at the time of PGI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereas my program calling 'WS_DELIVERY_UPDATE' for PGI&lt;/P&gt;&lt;P&gt;could not trigger those output types while PGIing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know if there is any parameter that need to be explicitly passed to function module to trigger output types as done by 'VL02N'. if not , is there any alternative for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requesting reply. This is urgent.&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jawahar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 14:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-output-triggering/m-p/1417451#M200683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-14T14:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: reg : output triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-output-triggering/m-p/1417452#M200684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For PGI, it is better to do a simple BDC. All you have to do is write BDC for the initial screen of VL02N and the okcode for PGI. PGI is a very complicated process internally and so there is no single function module available for it. If you see the code when PGI happens, you might find a call to WS_DELIVERY_UPDATE and lot of processing prior to calling it and lot of processing after calling it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So simply change it to a BDC even though BDC is not the best way to do transaction updates, but in this case, it is the best solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 14:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-output-triggering/m-p/1417452#M200684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-14T14:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: reg : output triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-output-triggering/m-p/1417453#M200685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Srinivas. And more over there is a note on WS_DELIVERY_UPDATE that is subject to changes and SAP does not recommend it usage at this point of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, writing VL02n might be little tricky as its a enjoy transaction. So, try writing the same on VL02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 14:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-output-triggering/m-p/1417453#M200685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-14T14:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: reg : output triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-output-triggering/m-p/1417454#M200686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the bapi: BAPI_OUTB_DELIVERY_CHANGE&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 15:01:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-output-triggering/m-p/1417454#M200686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-14T15:01:23Z</dc:date>
    </item>
  </channel>
</rss>

