<?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: EXIT after release VF02 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-after-release-vf02/m-p/3299732#M789851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This user exit is executed every time billing document is posted to accounting. It does not matter what transaction does it (it can be done in at least 3 transactions). You might want to clarify what are you asking for exactly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2012 18:54:33 GMT</pubDate>
    <dc:creator>Jelena_Perfiljeva</dc:creator>
    <dc:date>2012-09-24T18:54:33Z</dc:date>
    <item>
      <title>EXIT after release VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-after-release-vf02/m-p/3299727#M789846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I need a BADI, Exit that´s excecute after&lt;/P&gt;&lt;P&gt;release a billing to accounting in VF02&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mariano.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 21:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-after-release-vf02/m-p/3299727#M789846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T21:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: EXIT after release VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-after-release-vf02/m-p/3299728#M789847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, there is one user exit which executes during transfer to accounting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDVFX007  User exit: Billing plan during transfer to Accounting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 21:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-after-release-vf02/m-p/3299728#M789847</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2008-01-29T21:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: EXIT after release VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-after-release-vf02/m-p/3299729#M789848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but don´t work&lt;/P&gt;&lt;P&gt;Is excecuted when save de billing in VF01.&lt;/P&gt;&lt;P&gt;Mariano&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 22:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-after-release-vf02/m-p/3299729#M789848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T22:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: EXIT after release VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-after-release-vf02/m-p/3299730#M789849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can achieve this with BTE's, if you want to do some action after creation of accounting document. Transaction Code: FIBF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 22:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-after-release-vf02/m-p/3299730#M789849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T22:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: EXIT after release VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-after-release-vf02/m-p/3299731#M789850</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;You may use FORM USEREXIT_PRICING_PRAPARE_TKOMK from RV60AFZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check for sy-ucomm = 'FKFR' indicating button release to accounting has been pressed by the user. Please note that control comes here for lot of actions ( like save identified by sy-ucomm = 'SICH' etc etc ) &amp;amp; lot of transactions ( VF01/VF02/VF11 etc etc ) so please give the precise conditions for it to work. We have been using it in our system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 11:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-after-release-vf02/m-p/3299731#M789850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-24T11:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: EXIT after release VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-after-release-vf02/m-p/3299732#M789851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This user exit is executed every time billing document is posted to accounting. It does not matter what transaction does it (it can be done in at least 3 transactions). You might want to clarify what are you asking for exactly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 18:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-after-release-vf02/m-p/3299732#M789851</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2012-09-24T18:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: EXIT after release VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-after-release-vf02/m-p/3299733#M789852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mariano&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve through User Exist &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;SDVFX008 it work i have also face the same problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Ajay Singh Bisht &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 06:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-after-release-vf02/m-p/3299733#M789852</guid>
      <dc:creator>former_member441252</dc:creator>
      <dc:date>2012-09-26T06:28:32Z</dc:date>
    </item>
  </channel>
</rss>

