<?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 User Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4607643#M1085812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for an User exit for VL09.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Present in this system user has facility to reverse the delivery (VL09) though there are sub sequent documents. (Ex; Proforma invoices, excise invoices), which have been not cancelled.Now I want a exit which will check if there are any subseq docs available, if there are any it should give me error, if not it should give me a info mess and upon my request it should reverese the doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls let me know what is the User exit through which i can change the above default SAP system nature according to my req.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Oct 2008 05:50:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-11T05:50:23Z</dc:date>
    <item>
      <title>User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4607643#M1085812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for an User exit for VL09.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Present in this system user has facility to reverse the delivery (VL09) though there are sub sequent documents. (Ex; Proforma invoices, excise invoices), which have been not cancelled.Now I want a exit which will check if there are any subseq docs available, if there are any it should give me error, if not it should give me a info mess and upon my request it should reverese the doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls let me know what is the User exit through which i can change the above default SAP system nature according to my req.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Oct 2008 05:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4607643#M1085812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-11T05:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4607644#M1085813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure whether you have tried finding the user exit/ BAdi yourself, but you can do it this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before you click the button for reversal of delivery in VL09 - start debugging by typing command /h - then put a break point on statement - CALL CUSTOMER-FUNCTION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the control will stop at all user exit modules before end of processing and then you can evaluate the most suitable user exit module for your use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use BAdi(s) - sometimes SAP provides a BAdi but not a user exit - put a break point in the method GET_INSTANCE of class CL_EXITHANDLER - and then run the reversal of delivery - the program will stop at all BAdi calls and EXIT_NAME contains the name of the BAdi.&lt;/P&gt;&lt;P&gt;If you have the delivery name in the BAdi - check whether the BAdi method raises any exceptions which would allow you to prevent reversal based on your validations - if yes, then create an implementation of the BAdi and you're done !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Oct 2008 06:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4607644#M1085813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-11T06:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4607645#M1085814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enhancement&lt;/P&gt;&lt;P&gt;V50S0001&lt;/P&gt;&lt;P&gt;V53C0001&lt;/P&gt;&lt;P&gt;V53C0002&lt;/P&gt;&lt;P&gt;V53W0001&lt;/P&gt;&lt;P&gt;VMDE0001&lt;/P&gt;&lt;P&gt;VMDE0002&lt;/P&gt;&lt;P&gt;VMDE0003&lt;/P&gt;&lt;P&gt;VMDE0004&lt;/P&gt;&lt;P&gt;V50R0004&lt;/P&gt;&lt;P&gt;V02V0001&lt;/P&gt;&lt;P&gt;V02V0002&lt;/P&gt;&lt;P&gt;V02V0003&lt;/P&gt;&lt;P&gt;V02V0004&lt;/P&gt;&lt;P&gt;V50R0002&lt;/P&gt;&lt;P&gt;V50R0001&lt;/P&gt;&lt;P&gt;V50Q0001&lt;/P&gt;&lt;P&gt;V50PSTAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Business Add-in&lt;/P&gt;&lt;P&gt;DELIVERY_PUBLISH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 05:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4607645#M1085814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T05:43:19Z</dc:date>
    </item>
  </channel>
</rss>

