<?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 Protect Default Layout Variant in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/protect-default-layout-variant/m-p/4009028#M957733</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;Does anyone know if you can protect a default layout variant? I know you can do this with Selection Variants but there does not appear to be an option for Layout Variants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect this is because the user can just tick user defined if they don't want anyone else to change it. However we have created some Default Layout Variants for mass users and we have instances where users are going in and changing the default settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jun 2008 11:16:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-09T11:16:48Z</dc:date>
    <item>
      <title>Protect Default Layout Variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/protect-default-layout-variant/m-p/4009028#M957733</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;Does anyone know if you can protect a default layout variant? I know you can do this with Selection Variants but there does not appear to be an option for Layout Variants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect this is because the user can just tick user defined if they don't want anyone else to change it. However we have created some Default Layout Variants for mass users and we have instances where users are going in and changing the default settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 11:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/protect-default-layout-variant/m-p/4009028#M957733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-09T11:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Protect Default Layout Variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/protect-default-layout-variant/m-p/4009029#M957734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You sound as if you are asking about this in relation to an ALV Grid.  If so...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
            i_callback_program = g_repid
            is_layout          = g_layout
            it_sort            = g_sort[]
            it_events          = g_events[]
            it_fieldcat        = g_fieldcat[]
            i_save             = 'U'  "&amp;lt;==  Can only save layouts as the users, can not alter system default.
            it_excluding       = g_exclude
       TABLES
            t_outtab           = it_out
       EXCEPTIONS
            program_error      = 1
            OTHERS             = 2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Paul Chapman on Jun 9, 2008 7:24 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 11:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/protect-default-layout-variant/m-p/4009029#M957734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-09T11:24:44Z</dc:date>
    </item>
  </channel>
</rss>

