<?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: trigger custom program on creation sales invoice (VF01) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-custom-program-on-creation-sales-invoice-vf01/m-p/4621693#M1088674</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;Find Badi Like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to the transaction SE37 to find your function module. &lt;/P&gt;&lt;P&gt;2) Locate the function SXV_GET_CLIF_BY_NAME.&lt;/P&gt;&lt;P&gt;3) Put a breakpoint there.&lt;/P&gt;&lt;P&gt;4) Now open a new session.&lt;/P&gt;&lt;P&gt;5) Go to your transaction.&lt;/P&gt;&lt;P&gt;6) At that time, it will stop this function.&lt;/P&gt;&lt;P&gt;7) Double click on the function field EXIT_NAME.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; That will give you name of the BADI that is provided in your transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Check this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Link|http://www.uber-goober.com/forums/showthread.php?t=101884]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://forums.sdn.sap.com/click.jspa?searchID=17414617&amp;amp;messageID=6233206]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rhea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: rhea on Oct 14, 2008 10:25 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: rhea on Oct 14, 2008 10:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2008 08:17:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-14T08:17:38Z</dc:date>
    <item>
      <title>trigger custom program on creation sales invoice (VF01)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-custom-program-on-creation-sales-invoice-vf01/m-p/4621691#M1088672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to trigger a custom program whenever a user creates a sales invoice.&lt;/P&gt;&lt;P&gt;Apparently, there's no change document created at creation, only on updating an invoice. There seems no user exit/badi which gets triggered on saving an invoice...&lt;/P&gt;&lt;P&gt;Is there someone who could help me a bit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 07:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-custom-program-on-creation-sales-invoice-vf01/m-p/4621691#M1088672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T07:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: trigger custom program on creation sales invoice (VF01)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-custom-program-on-creation-sales-invoice-vf01/m-p/4621692#M1088673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try using MV45AFZZ or RV60AFZZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto spro-&amp;gt; sales &amp;amp; dist-&amp;gt; System Modifications -&amp;gt; User Exits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open each of them and check the documentation next to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 07:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-custom-program-on-creation-sales-invoice-vf01/m-p/4621692#M1088673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T07:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: trigger custom program on creation sales invoice (VF01)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-custom-program-on-creation-sales-invoice-vf01/m-p/4621693#M1088674</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;Find Badi Like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to the transaction SE37 to find your function module. &lt;/P&gt;&lt;P&gt;2) Locate the function SXV_GET_CLIF_BY_NAME.&lt;/P&gt;&lt;P&gt;3) Put a breakpoint there.&lt;/P&gt;&lt;P&gt;4) Now open a new session.&lt;/P&gt;&lt;P&gt;5) Go to your transaction.&lt;/P&gt;&lt;P&gt;6) At that time, it will stop this function.&lt;/P&gt;&lt;P&gt;7) Double click on the function field EXIT_NAME.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; That will give you name of the BADI that is provided in your transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Check this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Link|http://www.uber-goober.com/forums/showthread.php?t=101884]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://forums.sdn.sap.com/click.jspa?searchID=17414617&amp;amp;messageID=6233206]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rhea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: rhea on Oct 14, 2008 10:25 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: rhea on Oct 14, 2008 10:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 08:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-custom-program-on-creation-sales-invoice-vf01/m-p/4621693#M1088674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T08:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: trigger custom program on creation sales invoice (VF01)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-custom-program-on-creation-sales-invoice-vf01/m-p/4621694#M1088675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="thread" id="63217"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ámit Güjärgoüd on Oct 14, 2008 10:27 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 08:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-custom-program-on-creation-sales-invoice-vf01/m-p/4621694#M1088675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T08:27:28Z</dc:date>
    </item>
  </channel>
</rss>

