<?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: User Exit SO/DO after SAVE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-so-do-after-save/m-p/2624617#M603003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you could create a function module, and &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION func IN BACKGROUND TASK&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Effect &lt;/P&gt;&lt;P&gt;Flags the function module func to be run asynchronously. It is not executed at once, but the data passed with EXPORTING or TABLES is placed in a database table and the next COMMIT WORK executes it in another work process. &amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look also at &amp;lt;a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCSTUP/BCCSTUP_PT.pdf"&amp;gt;Updates in the R/3 System (BC-CST-UP)&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2007 09:50:17 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2007-08-07T09:50:17Z</dc:date>
    <item>
      <title>User Exit SO/DO after SAVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-so-do-after-save/m-p/2624615#M603001</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;We got requirements to do auto PGI and create invoice after SO saved.&lt;/P&gt;&lt;P&gt;In configuration functional customized  if SO created --&amp;gt; DO created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, after DO created i want to call my program which is to do PGI and create Invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problems are where the user exit to run my program.&lt;/P&gt;&lt;P&gt;I try to using MV45AFZZ --&amp;gt; USEREXIT_SAVE_DOCUMENT (when SO saved)&lt;/P&gt;&lt;P&gt;or MV50AFZ1 --&amp;gt; USEREXIT_SAVE_DOCUMENT (when DO saved)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In those exit, got the SO or DO document already, but not yet commit.&lt;/P&gt;&lt;P&gt;So i can't do PGI and invoicing using that Delivery number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone know, the exit that called by SAP after SO or DO created and commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 08:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-so-do-after-save/m-p/2624615#M603001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T08:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit SO/DO after SAVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-so-do-after-save/m-p/2624616#M603002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Halo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone got idea of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 09:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-so-do-after-save/m-p/2624616#M603002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T09:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit SO/DO after SAVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-so-do-after-save/m-p/2624617#M603003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you could create a function module, and &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION func IN BACKGROUND TASK&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Effect &lt;/P&gt;&lt;P&gt;Flags the function module func to be run asynchronously. It is not executed at once, but the data passed with EXPORTING or TABLES is placed in a database table and the next COMMIT WORK executes it in another work process. &amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look also at &amp;lt;a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCSTUP/BCCSTUP_PT.pdf"&amp;gt;Updates in the R/3 System (BC-CST-UP)&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 09:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-so-do-after-save/m-p/2624617#M603003</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-08-07T09:50:17Z</dc:date>
    </item>
  </channel>
</rss>

