<?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: adding customised  user-exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-customised-user-exit/m-p/4684874#M1101415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2009 04:02:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-15T04:02:47Z</dc:date>
    <item>
      <title>adding customised  user-exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-customised-user-exit/m-p/4684870#M1101411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In tocde OBBH  their is substiution rule   , normally we used standard EXIT in their   , but my requriment is that i have to add my own customised EXIT  over their  , I  don't know how to add it  please help me  regarding that&lt;/P&gt;&lt;P&gt;ASAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 06:37:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-customised-user-exit/m-p/4684870#M1101411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T06:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: adding customised  user-exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-customised-user-exit/m-p/4684871#M1101412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean by ......&lt;/P&gt;&lt;P&gt; i have to add my own customised EXIT  ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to create your own EXIT !!  ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please be specific... &lt;/P&gt;&lt;P&gt; what is your exact requirment ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 06:42:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-customised-user-exit/m-p/4684871#M1101412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T06:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: adding customised  user-exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-customised-user-exit/m-p/4684872#M1101413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in tcode OBBH   Function people used substitution rule  they use EXIT over their which are the standard EXIT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now  our requriment is that   to create customised EXIT  , &lt;/P&gt;&lt;P&gt;so please help me out &lt;/P&gt;&lt;P&gt;ASAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 06:46:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-customised-user-exit/m-p/4684872#M1101413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T06:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: adding customised  user-exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-customised-user-exit/m-p/4684873#M1101414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HiSandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           i have followed the following thing for adding customer exit to the application area 'Val/sub:Exits for substitution'.i hope the same will work for 'val/sub:Exit for rules' also. Try it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    To add customer exit for substitution rule do the following,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	1.Goto Tcode SM30, give V_T80D as the value for the input field  Table/view and press Display button.It will display some values  from there copy the program name whose application area(third column) is 'val/sub:Exit for rules'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        2.Make a Zcopy of that module pool program which you get in  previuous step.This program have all the standard exit for&lt;/P&gt;&lt;P&gt;subtitution rule.To add  your own customer exit open you zcopy  program in change mode do the following two things,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                   i).Create a subroutine with syntax same as the &lt;/P&gt;&lt;P&gt;last routine, i mean copy the last routine and paste it after  the  last statement and just change the routine name only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                   ii).There is routine with the name 'get_exit_titles' go there and paste the following code after the last         append statment  of that routine.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;exits-name  = 'UM001'.                 
exits-param = c_exit_param_class.    
exits-title = text-103.               
APPEND exits.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   in the above statemt just change the value of exits-name with the name of the routine you created i.e, chaneg 'UM001' with your routine name.Save and activate the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        3.After that goto the view V_T80D and change the program which you copy in step 1 to your zcopy program name and save the entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   now you can see your exit for doing code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Muruganantham.E&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 07:59:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-customised-user-exit/m-p/4684873#M1101414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T07:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: adding customised  user-exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-customised-user-exit/m-p/4684874#M1101415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 04:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-customised-user-exit/m-p/4684874#M1101415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T04:02:47Z</dc:date>
    </item>
  </channel>
</rss>

