<?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: View cluster with single entry table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-cluster-with-single-entry-table/m-p/12513154#M2004201</link>
    <description>&lt;P&gt;Emanuel, as Sandra said, this trick results in the SV597 error. I had already tried.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2022 15:23:41 GMT</pubDate>
    <dc:creator>robson_soares</dc:creator>
    <dc:date>2022-02-15T15:23:41Z</dc:date>
    <item>
      <title>View cluster with single entry table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-cluster-with-single-entry-table/m-p/12513151#M2004198</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I created a cluster view and I'd like to include in it a maintenance dialog for a single entry table which has only the MANDT as key field, in order to keep everything in one place.&lt;/P&gt;
  &lt;P&gt;I tried in several ways, but without success.&lt;/P&gt;
  &lt;P&gt;Could anyone tell if it's possible?&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 20:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-cluster-with-single-entry-table/m-p/12513151#M2004198</guid>
      <dc:creator>robson_soares</dc:creator>
      <dc:date>2022-02-14T20:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: View cluster with single entry table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-cluster-with-single-entry-table/m-p/12513152#M2004199</link>
      <description>&lt;P&gt;Hi Robson,&lt;/P&gt;&lt;P&gt;It is possible to have a maintenance dialog for a table that only has the MANDT as the key field.&lt;BR /&gt;The trick is to make it a two level dialog which an overview and a detail screen. When the screen first comes up it looks a little weird because the screen seems to be empty. Press the 'New Entries' button and then your detail maintenance screen will show. &lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 22:27:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-cluster-with-single-entry-table/m-p/12513152#M2004199</guid>
      <dc:creator>emanuel_klenner</dc:creator>
      <dc:date>2022-02-14T22:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: View cluster with single entry table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-cluster-with-single-entry-table/m-p/12513153#M2004200</link>
      <description>&lt;P&gt;I agree with &lt;SPAN class="mention-scrubbed"&gt;emanuel.klenner&lt;/SPAN&gt;, but for me, &lt;STRONG&gt;including it in a view cluster&lt;/STRONG&gt; is not possible, as far as I can see (The best I can obtain in ABAP 7.52 is the error SV597 below while activating the view cluster).&lt;/P&gt;&lt;P&gt;Maybe you could include any dummy view or table in the view cluster, define the event 03 for the view cluster, and replace that dummy view with your table (variable VCL_AKT_VIEW).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;Error when modifying dynpro xxxxxxx (dynpro was not modified)&lt;/H3&gt;&lt;P&gt;Message no. SV597&lt;/P&gt;&lt;H3&gt;Diagnosis&lt;/H3&gt;&lt;P&gt;The flow logic of the screen xxxxxxx is not that of a generated view maintenance list screen. Either the screen has been considerably modified manually, or the view which it is based on has no maintainable key.&lt;/P&gt;&lt;H3&gt;System Response&lt;/H3&gt;&lt;P&gt;The screen has not been modified.&lt;/P&gt;&lt;H3&gt;Procedure&lt;/H3&gt;&lt;P&gt;Make the view cluster maintenance screen modifications required manually on the screen. See the transaction 'Generate table maintenance dialog' application help for the modifications required.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 09:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-cluster-with-single-entry-table/m-p/12513153#M2004200</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-15T09:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: View cluster with single entry table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-cluster-with-single-entry-table/m-p/12513154#M2004201</link>
      <description>&lt;P&gt;Emanuel, as Sandra said, this trick results in the SV597 error. I had already tried.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 15:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-cluster-with-single-entry-table/m-p/12513154#M2004201</guid>
      <dc:creator>robson_soares</dc:creator>
      <dc:date>2022-02-15T15:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: View cluster with single entry table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-cluster-with-single-entry-table/m-p/12513155#M2004202</link>
      <description>&lt;P&gt;Did you try my proposal?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Maybe you could include any dummy view or table in the view cluster, define 
the event 03 for the view cluster, and replace that dummy view with your table
(variable VCL_AKT_VIEW).&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Feb 2022 07:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-cluster-with-single-entry-table/m-p/12513155#M2004202</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-16T07:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: View cluster with single entry table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-cluster-with-single-entry-table/m-p/12513156#M2004203</link>
      <description>&lt;P&gt;But in this case it is necessary that the two views or tables are in the view cluster, right?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 14:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-cluster-with-single-entry-table/m-p/12513156#M2004203</guid>
      <dc:creator>robson_soares</dc:creator>
      <dc:date>2022-02-16T14:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: View cluster with single entry table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-cluster-with-single-entry-table/m-p/12513157#M2004204</link>
      <description>&lt;P&gt;I realize that replacing a table or view dynamically in a view cluster is much more complex than what I thought (change all VCL_STRUC* internal tables and so on, not supported by SAP probably), so please ignore.&lt;/P&gt;&lt;P&gt;Maybe having a second dummy key field in the table and hiding it could be much easier to develop and maintain.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 18:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-cluster-with-single-entry-table/m-p/12513157#M2004204</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-16T18:14:25Z</dc:date>
    </item>
  </channel>
</rss>

