<?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 Adding a User exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-user-exit/m-p/1981565#M401375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone please give me steps to add a new form to form routine GET_EXIT_TITLES? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copied the standard pool RGGBR000 to a Z program. I now want to add a new form and then assign it to the validation rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks much guys&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2007 21:22:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-15T21:22:37Z</dc:date>
    <item>
      <title>Adding a User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-user-exit/m-p/1981565#M401375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone please give me steps to add a new form to form routine GET_EXIT_TITLES? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copied the standard pool RGGBR000 to a Z program. I now want to add a new form and then assign it to the validation rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks much guys&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 21:22:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-user-exit/m-p/1981565#M401375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T21:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-user-exit/m-p/1981566#M401376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Within the form routine 'get_exit_titles'  of z&amp;lt;rggbr000&amp;gt; (copied) program&lt;/P&gt;&lt;P&gt;     add the below details at the endof of the routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      exits-name  = 'UXXX'.    give the form name that you want to use in exit (XXX  is any number that you want to use&lt;/P&gt;&lt;P&gt;     (  exits-param = c_exit_param_none.        "If need to work on single line item&lt;/P&gt;&lt;P&gt; OR  exits-param = c_exit_param_class.     )  "if complete data used in exit.      &lt;/P&gt;&lt;P&gt;       exits-title = text-101.                 "Text that you want to use&lt;/P&gt;&lt;P&gt;  APPEND exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;than add a rountine 'UXXX' at end of the includle ( again UXXX  is the routine name that you used in the above section while adding the routine name to the exits table. within this routine you can add your logic to return result which is a boolean value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it clarifys your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Swetha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 00:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-user-exit/m-p/1981566#M401376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T00:24:59Z</dc:date>
    </item>
  </channel>
</rss>

