<?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: Maintenance views in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4310537#M1027562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't we create Maintenance views for tables which don't have language as a key. I have seen 95% of the Maintenance views for Text Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2008 19:50:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-30T19:50:52Z</dc:date>
    <item>
      <title>Maintenance views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4310534#M1027559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 tables &lt;STRONG&gt;ZHEADER&lt;/STRONG&gt; and &lt;STRONG&gt;ZLINE&lt;/STRONG&gt;. In the table &lt;STRONG&gt;ZHEADER&lt;/STRONG&gt; all i have is key fields which are foreign keys of &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ZLINE&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROBLEM: I want to create a Maintenance view in which i can do the maintenance for both the tables from SM30.&lt;/P&gt;&lt;P&gt;In the join conditions when i key in &lt;STRONG&gt;ZHEADER&lt;/STRONG&gt; and click on &lt;STRONG&gt;Relationship&lt;/STRONG&gt; button it doesn't pull up the fields as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be wrong ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Reference the Structure of both the tables is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZHEADER&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Field	Data type	Key
MANDT		MANDT	X
PERNR		PERSNO	X
PLAN_TYPE	TEXT6	X
PLAN_BASIS	TEXT6	X
QUARTER	TEXT6	X
FYEAR		TEXT4	X&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;ZLINE&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Field	Data type	Key	
MANDT		MANDT	X
PERNR		PERSNO	X
BEGDA		DATUM	
ENDDA		DATUM	
ENAME		EMNAM	&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 19:02:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4310534#M1027559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T19:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4310535#M1027560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u should go for View Cluster Maintenance .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;View Cluster Maintenance is a collection of various views into a joint maintenance interface with a joint navigation area, which belong logically or hierarchically to a commercially or technically complex function. View clusters are created in Generate table maintenance dialog (&lt;STRONG&gt;SE54&lt;/STRONG&gt;). You can maintain related data in several tables/views consistently in a view cluster. In other words, it can be said that a view cluster is the set of objects, such as views, reports or tables, which belong to one business function. The data can be arranged either hierarchically or non-hierarchically in view cluster. Through this utility one can view / edit cross-table data in a single transaction. The transaction navigation box shows the complex business object with its components or sub-components, like master-detail data. Through view cluster, one can actually perform the operations like:&lt;/P&gt;&lt;P&gt;u2022	Navigate among the object at various hierarchies&lt;/P&gt;&lt;P&gt;u2022	Display table entries&lt;/P&gt;&lt;P&gt;u2022	Create new table entries&lt;/P&gt;&lt;P&gt;u2022	Change the existing ones&lt;/P&gt;&lt;P&gt;u2022	Delete entries&lt;/P&gt;&lt;P&gt;u2022	Create / View / Edit child data for a combination of master and detail data&lt;/P&gt;&lt;P&gt;u2022	Print a customized list&lt;/P&gt;&lt;P&gt;u2022	Analyze tables&lt;/P&gt;&lt;P&gt;u2022	Save work at any level in the object hierarchy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 19:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4310535#M1027560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T19:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4310536#M1027561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyotish,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; I have completed this exercise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 19:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4310536#M1027561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T19:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4310537#M1027562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't we create Maintenance views for tables which don't have language as a key. I have seen 95% of the Maintenance views for Text Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 19:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-views/m-p/4310537#M1027562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T19:50:52Z</dc:date>
    </item>
  </channel>
</rss>

