<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233613#M771480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Send me you mail ID, i'll forward the document to you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Jan 2008 04:34:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-13T04:34:20Z</dc:date>
    <item>
      <title>User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233608#M771475</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;Could any one reply me with User Exit for VL01,i.e., for outboud delivery ,while saving and updating&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got an Program to find user Exit for a given transaction.But it didnt helped me in finding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But from my friend ..he told MV50AFZ1 is the user Exit...How to find this using the above mentioned report to find User exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and even in some documentation in SDN they metioned user Exit for this is "USEREXIT_SAVE_DOCUMENT"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to find this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in between MV50AFZ1 and "USEREXIT_SAVE_DOCUMENT" which one is user exit .How to find this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2008 13:41:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233608#M771475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-12T13:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233609#M771476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Satya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MV50AFZ1 is an include and not a project. So, change it in SE38 and not in CMOD or SMOD. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must have the access key to modify the user exit. This is available from SSCR on SAPNet or OSS. Someone on your project site must go into SAPNet or OSS, and register the the program for you, and give you the access key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM USEREXIT_SAVE_DOCUMENT * &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This userexit can be used to save data in additional tables * &lt;/P&gt;&lt;P&gt;when a document is saved. * &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If field T180-TRTYP contents 'H', the document will be * &lt;/P&gt;&lt;P&gt;created, else it will be changed. * &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This form is called at from form BELEG_SICHERN, before COMMIT * &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM USEREXIT_SAVE_DOCUMENT_PREPARE * &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This userexit can be used for changes or checks, before a * &lt;/P&gt;&lt;P&gt;document is saved. * &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If field T180-TRTYP contents 'H', the document will be * &lt;/P&gt;&lt;P&gt;created, else it will be changed. * &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This form is called at the beginning of form BELEG_SICHERN * &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2008 15:28:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233609#M771476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-12T15:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233610#M771477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vinodh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here I am having doubt about how you came to know that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USEREXIT_SAVE_DOCUMENT is the User Exit for the Outbound Delivery for save or update delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to find this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more I got an report which takes Transaction code but gives back User Exits.In the list I didnt find this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USEREXIT_SAVE_DOCUMENT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give your valable inputs  for this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2008 16:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233610#M771477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-12T16:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233611#M771478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Satya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could not find any Exits in SMOD, you can dig further from the standard program and see if there are any Exits available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can check in the [SAP Service Market Place|https://websmp101.sap-ag.de/~SAPIDP/002006825000000234912001E] and see if there are notes talking about this kind of Exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your Case, you can go to SAP Service Market place and search for "User Exits in VL01".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find lots of Links talking about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found one link [&lt;STRONG&gt;Note 415716 - User exits in delivery processing&lt;/STRONG&gt;|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=415716&amp;amp;nlang=EN&amp;amp;smpsrv=https%3a%2f%2fwebsmp101%2esap-ag%2ede]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2008 16:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233611#M771478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-12T16:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233612#M771479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to access  SAP Service Market place.I am not having User and password.&lt;/P&gt;&lt;P&gt;Could you pls provide then to me or just pass the document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2008 04:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233612#M771479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-13T04:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233613#M771480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Send me you mail ID, i'll forward the document to you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2008 04:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233613#M771480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-13T04:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233614#M771481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Infact i have provided the link to he document in my earlier post......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just click on to that. Le'me know if you have any touble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2008 04:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233614#M771481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-13T04:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233615#M771482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;satya_kumar_sap@yahoo.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2008 04:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233615#M771482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-13T04:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233616#M771483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not having access to the SAP Market place&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2008 04:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233616#M771483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-13T04:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233617#M771484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have forwarded the note to your mail ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2008 04:42:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233617#M771484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-13T04:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233618#M771485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vinod ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I understood the functionality of the EXIT .But how we can trace this for our particular need in these somany includes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I would like to discuss few other things to you ..Could  you pls accept my invitation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: satya kumar on Jan 13, 2008 5:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2008 04:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233618#M771485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-13T04:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233619#M771486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Satya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I beleive your requirement is to access the delivery information before Save.&lt;/P&gt;&lt;P&gt;Now you can access all the global data of the delivery. Also now you are in creation of  the delivery, the document number of the delivery is now also known.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Way would be ....&lt;STRONG&gt;Put a Break-point in this Include and run your Delivery creation process&lt;/STRONG&gt;. At the break point, you will get to see all the internal tables and inforamtions in it. Then you can decide and code your logic accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2008 05:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233619#M771486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-13T05:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233620#M771487</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;&lt;/P&gt;&lt;P&gt; I understood two ways of finding User Exits for  a tranaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. GO to Transaction and then goto menu Sytem---&amp;gt; Status and find the program click on it search for includes in this program includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.USing a program which takes transactions and gives us list of User Exits ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction Code - VL01                     Create Delivery&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;	Exit Name	Description&lt;/P&gt;&lt;P&gt;	V02V0001	Sales area determination for stock transport order&lt;/P&gt;&lt;P&gt;	V02V0002	User exit for storage location determination&lt;/P&gt;&lt;P&gt;	V02V0003	User exit for gate + matl staging area determination (headr)&lt;/P&gt;&lt;P&gt;	V02V0004	User Exit for Staging Area Determination (Item)&lt;/P&gt;&lt;P&gt;	V50PSTAT	Delivery: Item Status Calculation&lt;/P&gt;&lt;P&gt;	V50Q0001	Delivery Monitor: User Exits for Filling Display Fields&lt;/P&gt;&lt;P&gt;	V50R0001	Collective processing for delivery creation&lt;/P&gt;&lt;P&gt;	V50R0002	Collective processing for delivery creation&lt;/P&gt;&lt;P&gt;	V50R0004	Calculation of Stock for POs for Shipping Due Date List&lt;/P&gt;&lt;P&gt;	V50S0001	User Exits for Delivery Processing&lt;/P&gt;&lt;P&gt;	V53C0001	Rough workload calculation in time per item&lt;/P&gt;&lt;P&gt;	V53C0002	W&amp;amp;S: RWE enhancement - shipping material type/time slot&lt;/P&gt;&lt;P&gt;	V53W0001	User exits for creating picking waves&lt;/P&gt;&lt;P&gt;	VMDE0001	Shipping Interface: Error Handling - Inbound IDoc&lt;/P&gt;&lt;P&gt;	VMDE0002	Shipping Interface: Message PICKSD (Picking, Outbound)&lt;/P&gt;&lt;P&gt;	VMDE0003	Shipping Interface: Message SDPICK (Picking, Inbound)&lt;/P&gt;&lt;P&gt;	VMDE0004	Shipping Interface: Message SDPACK (Packing, Inbound)&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;No of Exits:         17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I am looking for user exit while doing outbound  Delivery is saved or updated ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found USEREXIT_SAVE_DOCUMENT_PREPARE  iss the required user exit ...But it was not displayed in list got from the point 2 i.e., thru the program to get user exits&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2008 05:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233620#M771487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-13T05:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233621#M771488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more How to call a proxy thru the User Exit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2008 05:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3233621#M771488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-13T05:44:40Z</dc:date>
    </item>
  </channel>
</rss>

