<?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: tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2661215#M613927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes  you can create  table which you can  use the  SAP table as  Check table , foerign key relation  , Value table ,etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by having   same fields in your  z**   table   ... add foreign key relation  ...and if  you want some  of the fields   has value table  and also Chech table  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;'Foriegn key  :&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  example   Company code, vendor , customer, personal number ,etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;'Check table :&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  text table  , company code table, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;'value table :&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  debit/credit , etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points if it is usefull ....&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2007 07:50:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-28T07:50:56Z</dc:date>
    <item>
      <title>tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2661214#M613926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;   Can we create a table that will have relation with SAP available table fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 07:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2661214#M613926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T07:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2661215#M613927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes  you can create  table which you can  use the  SAP table as  Check table , foerign key relation  , Value table ,etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by having   same fields in your  z**   table   ... add foreign key relation  ...and if  you want some  of the fields   has value table  and also Chech table  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;'Foriegn key  :&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  example   Company code, vendor , customer, personal number ,etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;'Check table :&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  text table  , company code table, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;'value table :&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  debit/credit , etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points if it is usefull ....&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 07:50:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2661215#M613927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T07:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2661216#M613928</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;yes you can create table by using SAP table as as Parent and child tales like Check table , foerign key relation , Value table ,etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the time of create z-table you can create a table by using Foriegn key relations means before enter a value in that table it makes validations against values in check table,, ie suppose if you enter any comp code is 123 in that z-tabel it will check where that comp code is exits in check table (call as parent table) if it exit it allow other wise it couldnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : while creating foreign key relation ship in the field level, make sure that filed should be Primary key field in that check table.&lt;/P&gt;&lt;P&gt;at the time of create z-tables you can use the standard Domains, Data elements etc........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with points if usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 08:03:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2661216#M613928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T08:03:11Z</dc:date>
    </item>
  </channel>
</rss>

