<?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 Start IMG Node in Display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/start-img-node-in-display/m-p/9701015#M1769137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;is there a way to start a Customizing Node in Spro in Display instead of Edit Mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some more details:&lt;/P&gt;&lt;P&gt;So i have an IMG Node which links to a Viewcluster via Transaction SM34.&lt;/P&gt;&lt;P&gt;However most Users currently go there to only check the settings and don't want to change anything.&lt;/P&gt;&lt;P&gt;Therefore it would be very nice if the Cluster would by default open in Display Mode first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Sep 2013 09:30:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-12T09:30:11Z</dc:date>
    <item>
      <title>Start IMG Node in Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/start-img-node-in-display/m-p/9701015#M1769137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;is there a way to start a Customizing Node in Spro in Display instead of Edit Mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some more details:&lt;/P&gt;&lt;P&gt;So i have an IMG Node which links to a Viewcluster via Transaction SM34.&lt;/P&gt;&lt;P&gt;However most Users currently go there to only check the settings and don't want to change anything.&lt;/P&gt;&lt;P&gt;Therefore it would be very nice if the Cluster would by default open in Display Mode first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 09:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/start-img-node-in-display/m-p/9701015#M1769137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-12T09:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Start IMG Node in Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/start-img-node-in-display/m-p/9701016#M1769138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Klaus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change the authorization group of the required views or tables of SPRO in SE11 and control the visibility based on authorizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that it is not mandatory to change the authorization group always but if you since SAP uses the same authorization group for other tabels/views in order to distinguish you might need one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sriranjani Chimakurthy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 09:36:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/start-img-node-in-display/m-p/9701016#M1769138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-12T09:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Start IMG Node in Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/start-img-node-in-display/m-p/9701017#M1769139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx for the Answer - but i don't want to do it via Authorizations since those guys normally are also the ones able to change it. However most of the time its only display. And with authorizarions they would need 2 user which i think is not practicable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 10:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/start-img-node-in-display/m-p/9701017#M1769139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-12T10:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Start IMG Node in Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/start-img-node-in-display/m-p/9701018#M1769140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Klaus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somewhere deep in the code of transaction SPRO in function module S_CUS_ACTIVITY_EXECUTE is a call to function modules VIEW_MAINTENANCE_CALL with the parameter ACTION hard coded to 'U' and VIEWCLUSTER_MAINTENANCE_CALL with MAINTENACE_ACTION hard coded to 'U'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I think the way the system assumes change as the default mode can't be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 10:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/start-img-node-in-display/m-p/9701018#M1769140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-12T10:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Start IMG Node in Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/start-img-node-in-display/m-p/9701019#M1769141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for the clarification!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 11:16:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/start-img-node-in-display/m-p/9701019#M1769141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-12T11:16:53Z</dc:date>
    </item>
  </channel>
</rss>

