<?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 for Validation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-validation/m-p/3078962#M730185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jehade,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just finished working on adding a user exit in a validation so I would like to share this with you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In summary:&lt;/P&gt;&lt;P&gt;a. Create a custom copy of the RGGBR000 module pool for validations &lt;/P&gt;&lt;P&gt;b. Declare the newly created ZRGGBR00 in GCX2&lt;/P&gt;&lt;P&gt;c. Modify the ZRGGBR00 to create a user exit procedure i.e. U100.&lt;/P&gt;&lt;P&gt;d. When creating the validation in OB28, you should be able to see the newly created procedure and use it in the Check section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://abapdeveloper.blogspot.com/2007/03/faq-about-validations-and-substitutions.html"&amp;gt;http://abapdeveloper.blogspot.com/2007/03/faq-about-validations-and-substitutions.html&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://abapdeveloper.blogspot.com/2007/03/faq-about-validations-and-substitutions_28.html"&amp;gt;http://abapdeveloper.blogspot.com/2007/03/faq-about-validations-and-substitutions_28.html&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://abapdeveloper.blogspot.com/2007/03/faq-about-validations-and-substitutions_1306.html"&amp;gt;http://abapdeveloper.blogspot.com/2007/03/faq-about-validations-and-substitutions_1306.html&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Oscean Tortona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Nov 2007 09:42:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-28T09:42:06Z</dc:date>
    <item>
      <title>User exit for Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-validation/m-p/3078958#M730181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Tcode BBG0 i try to create a validation (an error message) that limit the choice for users regarding a VAT code.&lt;/P&gt;&lt;P&gt;more explanation : when a user post a document (Tcode : FB01) with a treasury account : "511120" he must choose between two vat code : "V0" or "V4".&lt;/P&gt;&lt;P&gt;as result every cost account must be posted with this vat code : V0 or V4 when it is credited by 511120. otherwise the error message is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i entered this :&lt;/P&gt;&lt;P&gt;Prerequisite : BSEG-HKONT = '511120'&lt;/P&gt;&lt;P&gt;Check : ( BSEG-MWSKZ = 'V0' ) OR ( BSEG-MWSKZ = 'V4' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the error message is displayed if the prerequisite is met and if check is not fulfilled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the &amp;lt;b&amp;gt;ERP Financials Forum&amp;lt;/b&amp;gt; they advise me to make a user exit for this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how to create a user exit for this transaction : GGB0 (please iam not a developper).&lt;/P&gt;&lt;P&gt;more details about my problem : &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="647448"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope your help&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        jehade el aoumari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 13:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-validation/m-p/3078958#M730181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T13:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-validation/m-p/3078959#M730182</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;ZGGBR000 is the program where you can add your routine, pls. ask help from developer, he has to have a look, how the other routines look in this program and he has to build something similar. When it is ready, you can call this exit from GGB0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 14:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-validation/m-p/3078959#M730182</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-11-27T14:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-validation/m-p/3078960#M730183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;think you Eric, i'll let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 14:14:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-validation/m-p/3078960#M730183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T14:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-validation/m-p/3078961#M730184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this Post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="313427"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has the details which might be helpful for the developer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 18:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-validation/m-p/3078961#M730184</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-11-27T18:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-validation/m-p/3078962#M730185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jehade,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just finished working on adding a user exit in a validation so I would like to share this with you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In summary:&lt;/P&gt;&lt;P&gt;a. Create a custom copy of the RGGBR000 module pool for validations &lt;/P&gt;&lt;P&gt;b. Declare the newly created ZRGGBR00 in GCX2&lt;/P&gt;&lt;P&gt;c. Modify the ZRGGBR00 to create a user exit procedure i.e. U100.&lt;/P&gt;&lt;P&gt;d. When creating the validation in OB28, you should be able to see the newly created procedure and use it in the Check section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://abapdeveloper.blogspot.com/2007/03/faq-about-validations-and-substitutions.html"&amp;gt;http://abapdeveloper.blogspot.com/2007/03/faq-about-validations-and-substitutions.html&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://abapdeveloper.blogspot.com/2007/03/faq-about-validations-and-substitutions_28.html"&amp;gt;http://abapdeveloper.blogspot.com/2007/03/faq-about-validations-and-substitutions_28.html&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://abapdeveloper.blogspot.com/2007/03/faq-about-validations-and-substitutions_1306.html"&amp;gt;http://abapdeveloper.blogspot.com/2007/03/faq-about-validations-and-substitutions_1306.html&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Oscean Tortona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 09:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-validation/m-p/3078962#M730185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T09:42:06Z</dc:date>
    </item>
  </channel>
</rss>

