<?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 View : Same text table for 2 fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949102#M1966303</link>
    <description>&lt;P&gt;Hello Alex,&lt;/P&gt;&lt;P&gt;hmm, you're right. The domain in the alias is one problem … even with a new zdomain to get correct foreing key it's not working ... besides that ... DB views cannot be used in other views in SE11&lt;/P&gt;&lt;P&gt; You said, 2 maintenance views are not working. I tried this …&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1676581-u2vun.png" /&gt;&lt;/P&gt;&lt;P&gt;And a maintenance view like this for the OLD_FKBER and equivalent for NEW_FKBER&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1676583-5ic7u.png" /&gt;&lt;/P&gt;&lt;P&gt;In SM30 OLD is maintainable:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1676584-hmxdf.png" /&gt;&lt;/P&gt;&lt;P&gt;And after saving, NEW is maintainable&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1676585-sa0wm.png" /&gt;&lt;/P&gt;&lt;P&gt;Is's ugly but both fields can be maintained.&lt;/P&gt;&lt;P&gt;Maybe you can split the ZFI1 table in 2 tables with old as key (+values) and another table with old+new (+values) as key and create a viewcluster to bind the maintenance together and avoid 2 "Independent" views …&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt; Matthias&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2019 07:33:04 GMT</pubDate>
    <dc:creator>Mathew_S72</dc:creator>
    <dc:date>2019-04-29T07:33:04Z</dc:date>
    <item>
      <title>Maintenance View : Same text table for 2 fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949096#M1966297</link>
      <description>&lt;P&gt;Hello experts,&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt; :&lt;/P&gt;
  &lt;P&gt;We can't have a table reference twice in the "Tables" section of the maintenance view.&lt;/P&gt;
  &lt;P&gt;I have checked this topic : &lt;A href="https://answers.sap.com/questions/9574521/index.html"&gt;SAP Thread&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;For me, it's on 2 fields of type FKBER which i have to display the description (TFKBT) during SM30. In the thread they implement Events of type AA, AB &amp;amp; AC.&lt;/P&gt;
  &lt;P&gt;=&amp;gt; But i can't believe SAP didn't think about that with a better standard way...&lt;/P&gt;
  &lt;P&gt;So i'm asking here now in 2019 to know if someone know how to do that in a "clean" way.&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Potential workaround&lt;/STRONG&gt; :&lt;/P&gt;
  &lt;P&gt;I thought about creating 2 views. The first one for the first description &amp;amp; the next description in the second view but it's ugly... &lt;U&gt;EDIT&lt;/U&gt; : This doesn't work!&lt;/P&gt;
  &lt;P&gt;I don't know if it's possible to create Alias in maintenance view or something else.&lt;/P&gt;
  &lt;P&gt;Thanks a lot for your help&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Alexandre&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 15:29:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949096#M1966297</guid>
      <dc:creator>alexandreourth</dc:creator>
      <dc:date>2019-04-25T15:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance View : Same text table for 2 fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949097#M1966298</link>
      <description>&lt;P&gt;Hi Alexandre,&lt;/P&gt;&lt;P&gt;I checked the old SAP thread where the data representation as below.&lt;/P&gt;&lt;P&gt;MTART1 ¦ Text-MTART1 ¦ MTART2 ¦ Text-MTART2 ¦ &lt;/P&gt;&lt;P&gt;For me, it is a very strange requirement. As both the columns which refer to same table will display the same data.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rakshith Gore&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 03:15:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949097#M1966298</guid>
      <dc:creator>rgore</dc:creator>
      <dc:date>2019-04-26T03:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance View : Same text table for 2 fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949098#M1966299</link>
      <description>&lt;P&gt;You comment under your own question. &lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 12:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949098#M1966299</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-04-26T12:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance View : Same text table for 2 fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949099#M1966300</link>
      <description>&lt;P&gt;Thanks for answering Rakshtih,&lt;/P&gt;&lt;P&gt;No no the need is not strange, we have several transcodification tables like :&lt;/P&gt;&lt;P&gt;DATA_BEFORE TYPE type1&lt;/P&gt;&lt;P&gt;DATA_AFTER TYPE type1&lt;/P&gt;&lt;P&gt;They are customizing tables &amp;amp; to ease the reading of the datas, business wants to have the description of each elements.&lt;/P&gt;&lt;P&gt;If i had to write a code i would do :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT a~fbktx b~fkbtx
FROM tfkbt as a
JOIN tfkbt as b ON b~fkber = p_fkber2 
WHERE a~fkber = p_fkber1
//I know there is no SPRAS but to it's to understand the logic i want to reuse in the Maintenance View&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any solutions please?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 12:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949099#M1966300</guid>
      <dc:creator>alexandreourth</dc:creator>
      <dc:date>2019-04-26T12:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance View : Same text table for 2 fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949100#M1966301</link>
      <description>&lt;P&gt;Hello Alex,&lt;/P&gt;&lt;P&gt;try to create a database view for TFKBT e.g. "ZTFKBT" containing 1:1 the original table. Now you have an alias for the same object.&lt;/P&gt;&lt;P&gt;Then you can add your master table containing the two fields of FKBER and the two tables TFKBT and ZTFKBT in the SE11 maintenance view joining with the two different fields each.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;  Matthias&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 13:37:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949100#M1966301</guid>
      <dc:creator>Mathew_S72</dc:creator>
      <dc:date>2019-04-26T13:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance View : Same text table for 2 fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949101#M1966302</link>
      <description>&lt;P&gt;Hello Matthias,&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;P&gt;It is not possible to add the reference of ZTFKBT in my maintenance view from my main Z* Table. Tables must be linked through a &lt;STRONG&gt;foreign key &lt;/STRONG&gt;and this newly created view is not linked to neither of my tables.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1675530-picpick-16-04new-01.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1675531-picpick-16-04new-02.png" /&gt;&lt;/P&gt;&lt;P&gt;So i can't do that... &lt;/P&gt;&lt;P&gt;&lt;U&gt;Edit&lt;/U&gt; : I tried to change my foreign key of one of my FKBER in my Z table by ZTFKBT (Instead of FKBT). I can activate the database table but still the view is not accessible in the Maintenance view...&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 14:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949101#M1966302</guid>
      <dc:creator>alexandreourth</dc:creator>
      <dc:date>2019-04-26T14:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance View : Same text table for 2 fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949102#M1966303</link>
      <description>&lt;P&gt;Hello Alex,&lt;/P&gt;&lt;P&gt;hmm, you're right. The domain in the alias is one problem … even with a new zdomain to get correct foreing key it's not working ... besides that ... DB views cannot be used in other views in SE11&lt;/P&gt;&lt;P&gt; You said, 2 maintenance views are not working. I tried this …&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1676581-u2vun.png" /&gt;&lt;/P&gt;&lt;P&gt;And a maintenance view like this for the OLD_FKBER and equivalent for NEW_FKBER&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1676583-5ic7u.png" /&gt;&lt;/P&gt;&lt;P&gt;In SM30 OLD is maintainable:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1676584-hmxdf.png" /&gt;&lt;/P&gt;&lt;P&gt;And after saving, NEW is maintainable&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1676585-sa0wm.png" /&gt;&lt;/P&gt;&lt;P&gt;Is's ugly but both fields can be maintained.&lt;/P&gt;&lt;P&gt;Maybe you can split the ZFI1 table in 2 tables with old as key (+values) and another table with old+new (+values) as key and create a viewcluster to bind the maintenance together and avoid 2 "Independent" views …&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt; Matthias&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 07:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949102#M1966303</guid>
      <dc:creator>Mathew_S72</dc:creator>
      <dc:date>2019-04-29T07:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance View : Same text table for 2 fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949103#M1966304</link>
      <description>&lt;P&gt;Hello Matthias,&lt;/P&gt;&lt;P&gt;Thanks again for trying and taking some of your time to solve my problem. I appreciate it!&lt;/P&gt;&lt;P&gt;For now i have this in SM30 with my maintenance view : &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1675581-picpick-01.png" /&gt;&lt;/P&gt;&lt;P&gt;I can edit both OLD &amp;amp; NEW Fun Area and descriptions are coming up when i press Enter or Save. But to do that, i had to implement some EVENTS. And i have to maintain now the MODIFY (which i didn't found yet) because when i change my NEW Area, the description of the OLD area is changing too with the NEW's one.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;NB&lt;/STRONG&gt;&lt;/U&gt;: My three description fields are not in my Z* table, they are declared in my ZV* Maintenance View linked to SAKT and TFKBT (Read only mode).&lt;/P&gt;&lt;P&gt;Maybe your solution with 2 tables would work, one with OLD area &amp;amp; the other one with the NEW area. But again, i'm scared that within the maintenance view, i would only be able to add just one reference of table TFBKT (either for the first table or the other one). But to be honnest, i don't want to maintain 2 tables (it's too much ^^)&lt;/P&gt;&lt;P&gt;Maybe this is a SAP Bug in the Maintenance View processing, i should raise an incident for that perhaps. I mean it should be easy to have the descriptions (Text table) of fields with the same type inside &lt;STRONG&gt;one&lt;/STRONG&gt; table...&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 12:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949103#M1966304</guid>
      <dc:creator>alexandreourth</dc:creator>
      <dc:date>2019-04-29T12:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance View : Same text table for 2 fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949104#M1966305</link>
      <description>&lt;P&gt;It's decided i quit doing this in a "&lt;STRONG&gt;clean&lt;/STRONG&gt;" way...&lt;/P&gt;&lt;P&gt;For everyone looking to implement this behaviour in a maintenance view, use the events AA, AC &amp;amp; AD as explained in the topic "&lt;EM&gt;SAP Thread&lt;/EM&gt;" in my first message. It's not pretty but it will do the job.&lt;/P&gt;&lt;P&gt;Curse you Maintenance View ^^&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 14:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-same-text-table-for-2-fields/m-p/11949104#M1966305</guid>
      <dc:creator>alexandreourth</dc:creator>
      <dc:date>2019-04-29T14:58:33Z</dc:date>
    </item>
  </channel>
</rss>

