<?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 table validation question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-question/m-p/4918380#M1147880</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 have created 2 tables zposition, zwork.&lt;/P&gt;&lt;P&gt;The fields in zposition is department and position.&lt;/P&gt;&lt;P&gt;The fields in zwork is empid, department, position, firstname and lastname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to create a validation that when i insert the data into the zwork, the system will automatically check against the zposition tables for the department and position that was store inside it. How do i do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Dec 2008 05:23:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-13T05:23:25Z</dc:date>
    <item>
      <title>table validation question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-question/m-p/4918380#M1147880</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 have created 2 tables zposition, zwork.&lt;/P&gt;&lt;P&gt;The fields in zposition is department and position.&lt;/P&gt;&lt;P&gt;The fields in zwork is empid, department, position, firstname and lastname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to create a validation that when i insert the data into the zwork, the system will automatically check against the zposition tables for the department and position that was store inside it. How do i do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2008 05:23:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-question/m-p/4918380#M1147880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-13T05:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: table validation question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-question/m-p/4918381#M1147881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in ur zwork table where u find the fields department and position..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the table fields of zwork just put the cursor on this field say department and click the key button(on the top) it will propose for a check table and in there give the zposition table relavant field department. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the answer is there in ur question itself ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// check against the zposition tables for the department and position--&amp;gt; u need to propose the check table on that field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so all in ur are validating the zwork department entry with zposition department field..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2008 05:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-question/m-p/4918381#M1147881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-13T05:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: table validation question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-question/m-p/4918382#M1147882</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; you must be having an idea about the foreign key relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Assign your zposition table  as a check table to zwork table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For your deparment and position fields in zwork table ,assign zposition table as a check table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  User will be able to create only those records with department and position in table zwork  which are already present in zposition.&lt;/P&gt;&lt;P&gt;  otherwise system wont allow user to create another records which do not exist in zposition table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  hope this will help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2008 05:43:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-question/m-p/4918382#M1147882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-13T05:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: table validation question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-question/m-p/4918383#M1147883</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;Go to SE11 in Edit mode and select field department and click on the foreign keys button, It will give you a popup for creating aforeugn keys with a table name,&lt;/P&gt;&lt;P&gt;If this proposed table name is zposition , click on yes&lt;/P&gt;&lt;P&gt;Else this is not zposition, click on No and specify the table zposition in the field for check table in the following popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you enter a value in zwork, the system will automatically go and check if any entry being entered is present in  zposition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Dev.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2008 05:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-question/m-p/4918383#M1147883</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2008-12-13T05:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: table validation question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-question/m-p/4918384#M1147884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the check tables for this purpose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/63/1b70bcc32111d1950600a0c929b3c3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/63/1b70bcc32111d1950600a0c929b3c3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look into value tables as well,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/e2/667092730811d2959500a0c929b3c3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/e2/667092730811d2959500a0c929b3c3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2008 05:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-question/m-p/4918384#M1147884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-13T05:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: table validation question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-question/m-p/4918385#M1147885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Consider this example,&lt;/P&gt;&lt;P&gt;for Kunnr(customer),KNA1 is the check table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from table:t001W.&lt;/P&gt;&lt;P&gt;KUNNR	KUNNR_WK	CHAR	KNA1	Input help implemented with check table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly do it for zposition &amp;amp; zwork.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it clears your doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Jaheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2008 05:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-question/m-p/4918385#M1147885</guid>
      <dc:creator>jaheer_hussain</dc:creator>
      <dc:date>2008-12-13T05:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: table validation question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-question/m-p/4918386#M1147886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys for answering my question, i have successfully created the validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: wenjie chye on Dec 16, 2008 4:55 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 15:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-validation-question/m-p/4918386#M1147886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T15:18:33Z</dc:date>
    </item>
  </channel>
</rss>

