<?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 view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view/m-p/6914754#M1483418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why not create an addon program which using the table control to fulfill this requirement.&lt;/P&gt;&lt;P&gt;if you just want to fullfill this requirement using view.&lt;/P&gt;&lt;P&gt;I think view clauster can make it happy. But you should take some time to see how the view clauster work.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 May 2010 09:57:06 GMT</pubDate>
    <dc:creator>former_member208517</dc:creator>
    <dc:date>2010-05-24T09:57:06Z</dc:date>
    <item>
      <title>table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view/m-p/6914753#M1483417</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 2 tables... table1 and table2.&lt;/P&gt;&lt;P&gt;table1 has 3 fields A B C and table 2 has 3 fields D E F ( fields A B E F are primary keys, A = D, B = E )&lt;/P&gt;&lt;P&gt;now i want to display all the fields ie A B C F or D E C F  (one and same thing) &lt;/P&gt;&lt;P&gt;i can do this using DB view.. but now user wants to edit the field F in the same view&lt;/P&gt;&lt;P&gt;How can i acheive this scenario, in maintenance view also, we can have just 1 table&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 08:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-view/m-p/6914753#M1483417</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2010-05-24T08:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view/m-p/6914754#M1483418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why not create an addon program which using the table control to fulfill this requirement.&lt;/P&gt;&lt;P&gt;if you just want to fullfill this requirement using view.&lt;/P&gt;&lt;P&gt;I think view clauster can make it happy. But you should take some time to see how the view clauster work.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 09:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-view/m-p/6914754#M1483418</guid>
      <dc:creator>former_member208517</dc:creator>
      <dc:date>2010-05-24T09:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view/m-p/6914755#M1483419</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;This is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, what I did not get to understand is that if you have A = D &amp;amp; B = E, then it would logically mean that there would be only one table with the key fields as A &amp;amp; B while the non-key fields as E &amp;amp; F. That way it would also be easier to maintain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whatever, May be you can explain about this scenario later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution to your problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Your requirement can be fulfilled with Maintenance Views. A maintenance view can have more than one table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. There should be foreign key relationship between your tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how you can achieve it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step-1: Create your Table-1 with fields A, B &amp;amp; C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step-2: Create your Table-2 with field D, E &amp;amp; F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step-3: &lt;U&gt;Establishment of Foreign key relationship between the two  tables&lt;/U&gt;&lt;/P&gt;&lt;P&gt;             In your Table-2, Define the check table for field D against the field A of Table-1. When you press the foreign key field button, you'll get a popup. In the semantic-attributes of this popup, select Foreign Key field type as KEY FIELDS/CANDIDATES &amp;amp; select the cardinality as 1:1 (in your case).&lt;/P&gt;&lt;P&gt;            Perform the similar task for Table-2 Field E and Table-1 Field-B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP-4: Declare a maintenance view. In the tab "Table/Join Conditions", enter the Table-1. Then hit the push-button "Relationships", which is present at the bottom. You'll get a pop-up containing a list of Dependent Tables indicating that Table-2 is dependent on Table-1. Select this entry. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you do this, your join conditions will be created automatically in the table-control on the right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP-5: Go to the tab "View Fields".&lt;/P&gt;&lt;P&gt;               The fields of the Table-1 would be present by default.  Hit the push-button "Table Fields", then select the Table-2 &amp;amp; then select only the field F.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can create a maintenance view to maintain the primary &amp;amp; foreign key table simultaneously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that is helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any queries regarding the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 01:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-view/m-p/6914755#M1483419</guid>
      <dc:creator>former_member776318</dc:creator>
      <dc:date>2010-05-25T01:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view/m-p/6914756#M1483420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are saying F is a Key Field.It is not possible to edit Key Filed.&lt;/P&gt;&lt;P&gt;Check your Requirement again .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 01:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-view/m-p/6914756#M1483420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-25T01:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: table view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-view/m-p/6914757#M1483421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sai is right if the field is a primary key, you cant edit it its logical also right... and if the field is not a primary key it will be in editable mode only...create table maintenance generator for maintenance view...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 10:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-view/m-p/6914757#M1483421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-25T10:16:03Z</dc:date>
    </item>
  </channel>
</rss>

