<?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: Validations in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036817#M418436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that you select the right message class.  The message class that you used when you created your custom message is what you need to enter in the "Aarea" field on that foreign key screen.  Then the message number should be the number of the message that you created. Make sure that you save the message and message class before you try to assign them to the foreign key.&lt;/P&gt;&lt;P&gt; - April&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 14:43:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-20T14:43:43Z</dc:date>
    <item>
      <title>Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036810#M418429</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;  i have created one table(ZVGROUP).This table contains the ZZGROUP(Group id),ZZDESC.All are primary keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one more table(ZVPLANT).This Table contains the ZZGROUP(Group id),WERKS,ZZDESC.All are primary keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZZGROUP is the check table for ZVPLANT.Iam doing for Validations for Group id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is when Group id is not found in the Zplant table it will display the message "Group id does not exists".&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I wrote one select query .But it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single zzgroup from zvgroup into Ws_Group&lt;/P&gt;&lt;P&gt;                                      where zzgroup = ZVplant-zzgroup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also for duplicate entry&lt;/P&gt;&lt;P&gt;check  duplicate record entry, if it is found display message &amp;#147;The Plant already belongs to this group&amp;#148;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do validations.Please give me quires for two validations.It is very urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 12:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036810#M418429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T12:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036811#M418430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there.  To make one table a check table for another, you don't need to write a query.  Go to transaction SE11 and enter the name of your table (ZVPLANT).  Now go to the "Entry help/check" tab.  For each field that needs to exist in ZVGROUP, in the column "check table" enter "ZVGROUP".  Check the "foreign keys" box. Save, check, and activate your table.  Whenever someone tries to create an entry in ZVPLANT it will now automatically check table ZVGROUP for the required values.  I hope this helps.&lt;/P&gt;&lt;P&gt; - April King&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 12:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036811#M418430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T12:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036812#M418431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possiable to write the query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 13:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036812#M418431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T13:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036813#M418432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, but why do you need the query when you can set the table up to do the validations automatically?&lt;/P&gt;&lt;P&gt; - April&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 13:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036813#M418432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T13:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036814#M418433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose when i enter the invalid Groupid,SAP will give the automatically system message.Instead of that one i want to disply the custom messages like &lt;/P&gt;&lt;P&gt;"Invalid Group id".For that purpose i write the querey in the Tabel maintenace&lt;DEL&gt;-&amp;gt;Maintaince screen&lt;/DEL&gt;--&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;&amp;gt;Create include program.Here i write the quereys&lt;/P&gt;&lt;P&gt;for validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single zzgroup from zvgroup into Ws_Group&lt;/P&gt;&lt;P&gt;                                      where zzgroup = zvgroup-zzgroup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This querey is not working?i want exact query?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 13:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036814#M418433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T13:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036815#M418434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are options within SAP for this.  From the help:&lt;/P&gt;&lt;P&gt;"Assign a message: A standard message is output if the value check by the foreign key on the screen field results in an invalid input. You can replace this standard message with any message. To do this, you must enter the message class of the message in the field AArea and the message number in the field MsgNo."  Here's the link to more info:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/6f/2000f79ffe11d3969500a0c929b3c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/6f/2000f79ffe11d3969500a0c929b3c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Make sure you are in the "maintain table" view. On the entry help/check tab, click on the field you want to validate.  Then click on the foreign key button (the button that has a key with an arrow).  This will bring up a new screen. This is where you can enter the message number and AArea that you want to use. Make your changes and click on the "copy" button. Then save and activate.  If none of the available messages are what you want, then you can create a new message through transaction code SE91 (and then assign it using the above instructions).&lt;/P&gt;&lt;P&gt;- April&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        April King&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 13:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036815#M418434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T13:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036816#M418435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;None of the messages are not showing in the forgien key screen.So i have create&lt;/P&gt;&lt;P&gt;custom messages" Invalid Group id", But it also not showing in the Foreign key screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:09:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036816#M418435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T14:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036817#M418436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that you select the right message class.  The message class that you used when you created your custom message is what you need to enter in the "Aarea" field on that foreign key screen.  Then the message number should be the number of the message that you created. Make sure that you save the message and message class before you try to assign them to the foreign key.&lt;/P&gt;&lt;P&gt; - April&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036817#M418436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T14:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036818#M418437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi King,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Thanks for ur reply.That process is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 05:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036818#M418437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T05:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036819#M418438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version are you on?  This worked for me.  We are on ERP2005, ECC 6.0.&lt;/P&gt;&lt;P&gt; - April&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 19:43:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036819#M418438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T19:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036820#M418439</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;    Thanks for all u replies.Iam giving some rewards points to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 08:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validations/m-p/2036820#M418439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T08:06:36Z</dc:date>
    </item>
  </channel>
</rss>

