<?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: Need validation at customer master using Badi. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980662#M1895038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Keep posting..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Apr 2015 06:06:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-04-11T06:06:17Z</dc:date>
    <item>
      <title>Need validation at customer master using Badi.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980655#M1895031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.&lt;/P&gt;&lt;P&gt;I am having one requirement &lt;/P&gt;&lt;P&gt;i.e &lt;/P&gt;&lt;P&gt;before adding the customer master.&lt;/P&gt;&lt;P&gt;i need to validate the authorization filed (please have a look on below attached image)&lt;/P&gt;&lt;P&gt;if any body enter the text like 'RSV'. I need to stop it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My badi name is :: CUSTOMER_ADD_DATA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; under this my method name is::&amp;nbsp; CHECK_ALL_DATA&lt;/P&gt;&lt;P&gt;i had written below code in method &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF S_KNB1-BEGRU = 'RSV'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; MESSAGE 'TRIGGED BY BADI RSV-BAS' TYPE 'I'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even is firing. before adding the customer.&lt;/P&gt;&lt;P&gt;but i would like validate means stop that customer.&lt;/P&gt;&lt;P&gt;but it is firing.. and saving in data base.&lt;/P&gt;&lt;P&gt;i would like to stop the customer if authorization is 'RSV'.&lt;/P&gt;&lt;P&gt;what is the mistake i had done...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need your valuable suggestions..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 04:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980655#M1895031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-11T04:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need validation at customer master using Badi.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980656#M1895032</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;If the BADI is getting triggered properly and checking the 'Auth' field as you mentioned in the screenshot and popping up the information - "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;TRIGGED BY BADI RSV-BAS&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then to stop the customer master to be created, write "EXIT" or "LEAVE PROGRAM" after the MESSAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: - &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;IF S_KNB1-BEGRU = 'RSV'.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; MESSAGE 'TRIGGED BY BADI RSV-BAS' TYPE 'I'.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXIT.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ENDIF.&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 Apr 2015 04:54:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980656#M1895032</guid>
      <dc:creator>former_member195431</dc:creator>
      <dc:date>2015-04-11T04:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need validation at customer master using Badi.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980657#M1895033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;i will check it and i will update to u..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 04:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980657#M1895033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-11T04:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need validation at customer master using Badi.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980658#M1895034</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 style="font-size: 12px; color: #333333; background: #ffffff;"&gt;IF S_KNB1-BEGRU = 'RSV'.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; MESSAGE 'TRIGGED BY BADI RSV-BAS' TYPE 'I'.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; leave program.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ENDIF.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;i used leave program.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;exit is not working.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;now working fine..&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;but what i need is if i write rsv in authorization field.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;program is closing. again user has to open the same code and he has to change the field.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;what i am saying screen shout not be close but&amp;nbsp; if the field is having rsv then it will be stop to save the data into db&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;is there any possibility....plz inform me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 05:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980658#M1895034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-11T05:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need validation at customer master using Badi.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980659#M1895035</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;Try to change the message type from 'I' to 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"LEAVE TO SCREE 0" or if you have any screen number.&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 Apr 2015 05:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980659#M1895035</guid>
      <dc:creator>former_member195431</dc:creator>
      <dc:date>2015-04-11T05:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need validation at customer master using Badi.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980660#M1895036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;IF S_KNB1-BEGRU = 'RSV'.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; MESSAGE 'TRIGGED BY BADI RSV-BAS' TYPE 'E'.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Make it an error message type.It will work.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Kannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 05:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980660#M1895036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-11T05:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need validation at customer master using Badi.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980661#M1895037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the changing parameters of the method &lt;SPAN style="color: #333333; font-size: 12px;"&gt;CHECK_ALL_DATA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E_MSGID&amp;nbsp;&amp;nbsp; " Give your Z message class &lt;/P&gt;&lt;P&gt;E_MSGNO&amp;nbsp; " Message no&lt;/P&gt;&lt;P&gt;E_MSGV1&amp;nbsp;&amp;nbsp;&amp;nbsp; " Variable if any.&lt;/P&gt;&lt;P&gt;E_MSGV2&lt;/P&gt;&lt;P&gt;E_MSGV3&lt;/P&gt;&lt;P&gt;E_MSGV4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 05:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980661#M1895037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-11T05:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need validation at customer master using Badi.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980662#M1895038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Keep posting..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 06:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-validation-at-customer-master-using-badi/m-p/10980662#M1895038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-11T06:06:17Z</dc:date>
    </item>
  </channel>
</rss>

