<?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 For maintenance view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/for-maintenance-view/m-p/1100451#M103345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;For this view it is asking only one table name&lt;/P&gt;&lt;P&gt;how it is possible to make a view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to give some information regarding views.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Dec 2005 22:12:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-12T22:12:43Z</dc:date>
    <item>
      <title>For maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/for-maintenance-view/m-p/1100451#M103345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;For this view it is asking only one table name&lt;/P&gt;&lt;P&gt;how it is possible to make a view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to give some information regarding views.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 22:12:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/for-maintenance-view/m-p/1100451#M103345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T22:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: For maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/for-maintenance-view/m-p/1100452#M103346</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;The views is a logical view of a dictionary table, they are used to update/show a part of the data of one or more tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example you have two table Z1 and Z1T (where there are the descriptions of the keys of Z1):&lt;/P&gt;&lt;P&gt;Z1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT (key field)&lt;/P&gt;&lt;P&gt;FIELD (key field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Z1T:&lt;/P&gt;&lt;P&gt;MANDT (key field)&lt;/P&gt;&lt;P&gt;SPRAS (key field)&lt;/P&gt;&lt;P&gt;FIELD (key field)&lt;/P&gt;&lt;P&gt;DESCRIPTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you can create a maintenance view Z1V to update simultaneously the data of Z1 and Z1T. After you can create a program by generatore maintenance view to manage Z1V.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See here for more details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/4f/991f82446d11d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/4f/991f82446d11d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 22:28:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/for-maintenance-view/m-p/1100452#M103346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T22:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: For maintenance view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/for-maintenance-view/m-p/1100453#M103347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"If required, include more tables in the view. In a maintenance view you can only insert tables that are linked to one another with foreign keys. &lt;/P&gt;&lt;P&gt;Place the cursor on the primary table and choose Relationships. All existing foreign key relationships of the primary table are displayed. Select the required foreign key and choose Copy. The secondary table used in such a foreign key is included in the view. The join conditions derived from the foreign keys are displayed."&lt;/P&gt;&lt;P&gt;Say, MARC and MARA. Enter Primary table as MARC, and then click "Relationships". It gives U the list of foreign key relations. Select MARC with MARA, and U can see both the tables are included in the Maintenance view. Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 22:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/for-maintenance-view/m-p/1100453#M103347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T22:40:50Z</dc:date>
    </item>
  </channel>
</rss>

