<?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: general in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2221037#M476917</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The tables zstudent and zstudentmarks should have a key relation ship between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In Se11 Choose View --&amp;gt; Maintenance View.&lt;/P&gt;&lt;P&gt;2. here specify the two tables and maintain the relation ship. Specify the fields which you want maintenance. (Ex; Check VBAP_VAPMA for reference this is a data base view).&lt;/P&gt;&lt;P&gt;3. Go to Utilities and select Table maintenance generator.&lt;/P&gt;&lt;P&gt;4. Then using the maintenance generator we can maintain the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2007 10:09:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-08T10:09:13Z</dc:date>
    <item>
      <title>general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2221032#M476912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have created two tables ie zstudent and zstudentmarks and i have maintained data by using table maintanence generator if we want to combine the fields can we use maintanence view to create it?if so how plz reply to me. points will be rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 10:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2221032#M476912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T10:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2221033#M476913</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 can create Database view and can combine both the tables based on their primary and foreign key relationships.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 10:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2221033#M476913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T10:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2221034#M476914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Yes you can create a Database view to combine the two tables by using a Join condition between the two tables.Go to SE11 and create &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a foreign Key relation ship between the two Tables for the field STUDENT No from the menu, and with the help of common fields in both tables we can combine the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 10:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2221034#M476914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T10:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2221035#M476915</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;check complete refrense..,&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well the purpose of table maintainence generator is to enable the table maintenance through SM30, and to implement and validation etc on table field inputs.&lt;/P&gt;&lt;P&gt;SE11-&amp;gt;Utillities-&amp;gt;table maintainence generator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to enter the values of following fields:&lt;/P&gt;&lt;P&gt;1. Table name&lt;/P&gt;&lt;P&gt;2. Authorization group , and authorization object (select the suitable one )&lt;/P&gt;&lt;P&gt;3. Function group and package &lt;/P&gt;&lt;P&gt;4. Maintainence type : single or double screen maintainence view depending on the option selected.&lt;/P&gt;&lt;P&gt;5. Maintain screen number : you may specify a value or let the system generate one for you. &lt;/P&gt;&lt;P&gt;The validation code for the table entry is written in the flow logic of this screen. Even some of the fields may be made display only , by adding suitable code in the logic or directly disabling the input in table control in the layout.&lt;/P&gt;&lt;P&gt;6) Activate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sankar M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 10:07:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2221035#M476915</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-05-08T10:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2221036#M476916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi manjula,&lt;/P&gt;&lt;P&gt;u want to join two tables or u need to create a view in which u want l the feilds of  both tables..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for joining two tables.. u can do it by forgien key.. for this u `ll b having a key type symbol  click on it..  and give base table (table in which primary key is there)&lt;/P&gt;&lt;P&gt;and click generate proposal.. ur tables r joined..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else u want to create a maintaince view. go to se11 click on view.. check maintainence view..&lt;/P&gt;&lt;P&gt;give description,&lt;/P&gt;&lt;P&gt;give primary table name n click on  relation ships..&lt;/P&gt;&lt;P&gt;u`ll get a list of tables which r realated to that tables..take the table u need.&lt;/P&gt;&lt;P&gt;n choose the fields ofur required....&lt;/P&gt;&lt;P&gt;and then cleck ontable maintaince genrator in menu bar,&lt;/P&gt;&lt;P&gt;give function module name and sabve check activate..&lt;/P&gt;&lt;P&gt;u`ll get it..&lt;/P&gt;&lt;P&gt;u `ll get it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 10:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2221036#M476916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T10:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2221037#M476917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The tables zstudent and zstudentmarks should have a key relation ship between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In Se11 Choose View --&amp;gt; Maintenance View.&lt;/P&gt;&lt;P&gt;2. here specify the two tables and maintain the relation ship. Specify the fields which you want maintenance. (Ex; Check VBAP_VAPMA for reference this is a data base view).&lt;/P&gt;&lt;P&gt;3. Go to Utilities and select Table maintenance generator.&lt;/P&gt;&lt;P&gt;4. Then using the maintenance generator we can maintain the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 10:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2221037#M476917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T10:09:13Z</dc:date>
    </item>
  </channel>
</rss>

