<?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: Table maintenance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/3156406#M750751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;For maintaining entries in a table you have maintain a table maintenence generator. This is done as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.In transaction SE11 against the custom table go to utilities and select the table maintainence generator option. &lt;/P&gt;&lt;P&gt;2.Give authorization group as '&amp;amp;NC&amp;amp;'.&lt;/P&gt;&lt;P&gt;3.Give function group as table name itself.&lt;/P&gt;&lt;P&gt;4.Give your package name in package block.&lt;/P&gt;&lt;P&gt;5.Maintain screen numbe rby using propose screen option.&lt;/P&gt;&lt;P&gt;5.Press create button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now table maintenance is created.&lt;/P&gt;&lt;P&gt;You can go to SM30 and create a transaction for this table maintenence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For creating  a view you need minimum of two tables and there must be foreign key relationship between them(eg for VBK and VBAP vbeln is the foreign key).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kasiraman.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2007 04:09:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-13T04:09:31Z</dc:date>
    <item>
      <title>Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/3156405#M750750</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 to enter some records into a table.&lt;/P&gt;&lt;P&gt;This is possible if I have a maintenance view for that table.&lt;/P&gt;&lt;P&gt;I am trying to create one but while clicking on relationship after giving table name I am getting a message which says "No foreign key which can be used as a join is defined for the table."&lt;/P&gt;&lt;P&gt;Please suggest what could be done or anything alternative could be done.&lt;/P&gt;&lt;P&gt;Is there any means to find whether there is any maintenance view existing for a table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Binay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 03:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/3156405#M750750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T03:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/3156406#M750751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;For maintaining entries in a table you have maintain a table maintenence generator. This is done as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.In transaction SE11 against the custom table go to utilities and select the table maintainence generator option. &lt;/P&gt;&lt;P&gt;2.Give authorization group as '&amp;amp;NC&amp;amp;'.&lt;/P&gt;&lt;P&gt;3.Give function group as table name itself.&lt;/P&gt;&lt;P&gt;4.Give your package name in package block.&lt;/P&gt;&lt;P&gt;5.Maintain screen numbe rby using propose screen option.&lt;/P&gt;&lt;P&gt;5.Press create button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now table maintenance is created.&lt;/P&gt;&lt;P&gt;You can go to SM30 and create a transaction for this table maintenence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For creating  a view you need minimum of two tables and there must be foreign key relationship between them(eg for VBK and VBAP vbeln is the foreign key).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kasiraman.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 04:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/3156406#M750751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T04:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/3156407#M750752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Binay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For creating any type of view you need to have primary and foriegn key relation ship. Assaing a foriegn key for your table and try to create maintenace view. Foriegn key relation is noting but having same field i.e same datatype and domain and field values in both tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: if there is a ZCOMPANY table having fields empno, name , salary&lt;/P&gt;&lt;P&gt;and second table suppose ZDEPARTMENT table having fields , empno, dept, date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in both the table empno is the comman field having same dataelement and domain and same field values are maintaind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Zompany-&amp;gt; empno is primary key where as in zdepartment-&amp;gt; empo is forieng key relation to zcompany.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to create the maintence for your table just follow the steps posted eariler posted by one of the expert. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will clear your dbt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward for useful answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sunil kairam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        sunil kairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 04:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/3156407#M750752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T04:39:58Z</dc:date>
    </item>
  </channel>
</rss>

