<?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: User specific ALV Layout in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-alv-layout/m-p/3320620#M795453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YA I DEFINE FOLLOWING BUT PL READ MY QUESTION ACTUALLY PROBLEM IN PARTICULAR USER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_save              = 'A'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2008 11:48:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-18T11:48:47Z</dc:date>
    <item>
      <title>User specific ALV Layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-alv-layout/m-p/3320618#M795451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my ALV report - Go to Settings - Layout - Save. The User-Setting checkbox is grayed out. How do I turn it on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 18:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-alv-layout/m-p/3320618#M795451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T18:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: User specific ALV Layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-alv-layout/m-p/3320619#M795452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Megan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When Calling Alv Display Function, REUSE_ALV....&lt;/P&gt;&lt;P&gt;Add check function parameter I_SAVE  with 'X'. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;'X' Global Saving&lt;/P&gt;&lt;P&gt;'U' User-specific saving&lt;/P&gt;&lt;P&gt;'A' corresponds to 'X' and 'U'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 18:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-alv-layout/m-p/3320619#M795452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T18:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: User specific ALV Layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-alv-layout/m-p/3320620#M795453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YA I DEFINE FOLLOWING BUT PL READ MY QUESTION ACTUALLY PROBLEM IN PARTICULAR USER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_save              = 'A'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 11:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-alv-layout/m-p/3320620#M795453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T11:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: User specific ALV Layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-alv-layout/m-p/3320621#M795454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the late reply probably this git resolved already, but the solution is that this needs some authorization:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Object Class BC_Z Basis - Central Functions&lt;/P&gt;&lt;P&gt;    Authorization Obj. S_ALV_LAYO ALV Standard Layout&lt;/P&gt;&lt;P&gt;      Authorization Field ACTVT Activity&lt;/P&gt;&lt;P&gt;                                                                                23&lt;/P&gt;&lt;P&gt;You can get the info when checking transaction SU53 afteryou see the greyed out "user defined" flag even if the programming for i_save is set to 'X' or 'A'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jan 2010 04:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-alv-layout/m-p/3320621#M795454</guid>
      <dc:creator>andreas_mau</dc:creator>
      <dc:date>2010-01-01T04:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: User specific ALV Layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-alv-layout/m-p/3320622#M795455</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;in case anyone comes across this issue.&lt;/P&gt;&lt;P&gt;The following helped my case for transcation CO03 and trying to to save a layout with the "user settings" box greyed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OKN0&lt;/STRONG&gt; and checking the "&lt;SPAN style="text-decoration: underline;"&gt;Shared&lt;/SPAN&gt;" box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 13:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-specific-alv-layout/m-p/3320622#M795455</guid>
      <dc:creator>alejandro_gruenert</dc:creator>
      <dc:date>2015-08-26T13:15:31Z</dc:date>
    </item>
  </channel>
</rss>

