<?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: ALV Layout restriction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-restriction/m-p/6990940#M1493987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best approach is to make the layout changes user specific so that they don't make any other layout as the default layout. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to set I_SAVE to 'U', if you want the layouts to be user specific or change I_SAVE to 'A' if you want to allow them to make layout changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
  EXPORTING
    i_save             = 'U'   "User Specific&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the best approach is to create an authorization object and check if you want the layout changes to be global or Not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jul 2010 14:57:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-08T14:57:25Z</dc:date>
    <item>
      <title>ALV Layout restriction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-restriction/m-p/6990938#M1493985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for auditing purposes I need a way to restrict a user from changing ALV-Layouts or selecting existent ALV-Layouts.&lt;/P&gt;&lt;P&gt;ONLY the default Layout can be looked. No changes on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any simple way? No coding, because there a lot of standard transaction I have to change then &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 12:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-restriction/m-p/6990938#M1493985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-15T12:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Layout restriction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-restriction/m-p/6990939#M1493986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple way would be to remove that button to choose layout from ALV toolbar.&lt;/P&gt;&lt;P&gt;And it wont require much coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhijeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 11:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-restriction/m-p/6990939#M1493986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T11:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Layout restriction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-restriction/m-p/6990940#M1493987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best approach is to make the layout changes user specific so that they don't make any other layout as the default layout. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to set I_SAVE to 'U', if you want the layouts to be user specific or change I_SAVE to 'A' if you want to allow them to make layout changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
  EXPORTING
    i_save             = 'U'   "User Specific&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the best approach is to create an authorization object and check if you want the layout changes to be global or Not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 14:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-restriction/m-p/6990940#M1493987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T14:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Layout restriction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-restriction/m-p/6990941#M1493988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you can do it by using authorization object s_alv_layo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 15:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-restriction/m-p/6990941#M1493988</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-07-08T15:03:34Z</dc:date>
    </item>
  </channel>
</rss>

