<?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: Issue while creating Maintenance view joining 2 tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724277#M1873444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it solved with the help of my senior &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/609611" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue was of Cardinality earlier it was blank, &lt;/P&gt;&lt;P&gt;After maintaining it , its updating both table,&lt;/P&gt;&lt;P&gt;I have seen 2 - 3 threads regarding this in SCN ( unanswered ) and the above Standard document of SAP made me strongly conclude that this is not possible . But my senior made me &lt;SPAN __jive_emoticon_name="shocked" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/shocked.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Its working like a Charm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2014 07:09:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-12-17T07:09:53Z</dc:date>
    <item>
      <title>Issue while creating Maintenance view joining 2 tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724267#M1873434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ABAP Gurus ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement wherein I need to Update two tables using a single maintenance view.&lt;/P&gt;&lt;P&gt;Now the Tables :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. TE530&amp;nbsp; &lt;/P&gt;&lt;P&gt;2. ZTJPY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in order to connect two while creating Maintenance View I have established a Foreign Key relation between them , please refer the below screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/609115" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/609179" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have used same key to connect them i.e LINESORT and in table ZTJPY connected to TE530 using FK relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I created a view using both ,&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/609180" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now here comes the issue , in SM30 I am able to change the value for fields belonging to ZTJPY only and not the values of fields belonging to TE530 though all fields are showing editable.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please share your views ...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 15:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724267#M1873434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-16T15:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Maintenance view joining 2 tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724268#M1873435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sijin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think it is possible to change values of standard tables. you have to use transaction or coding only to update or insert or delete it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 16:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724268#M1873435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-16T16:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Maintenance view joining 2 tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724269#M1873436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure, but I think you can only modify one table in a maintenance view - the primary table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 16:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724269#M1873436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-16T16:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Maintenance view joining 2 tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724270#M1873437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sijin&lt;/P&gt;&lt;P&gt;The TMG will generate a screen, right? So go to SE51 to change that screen, make those fields 'INPUT' able. Just try, i`m not sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 02:34:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724270#M1873437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-17T02:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Maintenance view joining 2 tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724271#M1873438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah this is the way system is behaving.&lt;/P&gt;&lt;P&gt;I am just finding a standard document on this so that I can present it to my team and justify this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 04:18:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724271#M1873438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-17T04:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Maintenance view joining 2 tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724272#M1873439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All fields are input able that is the main issue , I mean even the fields ( fields belonging to TE530 table ) for which change is not allowed is also appearing as editable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 04:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724272#M1873439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-17T04:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Maintenance view joining 2 tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724273#M1873440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt; transaction or coding only to update or insert or delete it.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cannot be considered as options reason being I need to provide this as a node in SPRO path as a customization node and for that View can be used only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 04:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724273#M1873440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-17T04:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Maintenance view joining 2 tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724274#M1873441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the SAP Link supporting this ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/609499" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Now the second option left is View Cluster , I haven't used it yet.&lt;/P&gt;&lt;P&gt;And in my scenario there is nothing like a Header table or Item table ,&lt;/P&gt;&lt;P&gt;Both table are in same level / hierarchy .&lt;/P&gt;&lt;P&gt;Any clues on using View Cluster for this scenario &lt;SPAN __jive_emoticon_name="plain" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/plain.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 04:51:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724274#M1873441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-17T04:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Maintenance view joining 2 tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724275#M1873442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;View Cluster certainly can use two views with out hierarchy relationship, then it will no link between this two table, only the foreign key check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I`m curious about why you create a individual Z table(this Ztable is not text table), not enhance TE530, append a structure to it.&lt;/P&gt;&lt;P&gt;Then you only need create a maintenance view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 05:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724275#M1873442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-17T05:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Maintenance view joining 2 tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724276#M1873443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah you are correct on this note ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;is Ztable is not text table), not enhance TE530, append a structure to it&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appending structure to it , is the solution which was earlier provided but later it was scraped.&lt;/P&gt;&lt;P&gt;TE530 is a config table for Sorting Billing Line items and the additional 2 columns which&amp;nbsp; I need to add to this table provide completely different functionality yet both are linked also.&lt;/P&gt;&lt;P&gt;So my Team lead doesn't want to hinder the standard TE530 and they want a Single view also which will update both simultaneously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess Cluster View is the only work around , so gonna study it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 05:48:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724276#M1873443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-17T05:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Maintenance view joining 2 tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724277#M1873444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it solved with the help of my senior &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/609611" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue was of Cardinality earlier it was blank, &lt;/P&gt;&lt;P&gt;After maintaining it , its updating both table,&lt;/P&gt;&lt;P&gt;I have seen 2 - 3 threads regarding this in SCN ( unanswered ) and the above Standard document of SAP made me strongly conclude that this is not possible . But my senior made me &lt;SPAN __jive_emoticon_name="shocked" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/shocked.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Its working like a Charm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 07:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724277#M1873444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-17T07:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating Maintenance view joining 2 tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724278#M1873445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing the solution. hats off.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 09:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-maintenance-view-joining-2-tables/m-p/10724278#M1873445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-17T09:07:50Z</dc:date>
    </item>
  </channel>
</rss>

