<?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 save varient disabled in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-varient-disabled/m-p/7423749#M1549648</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;&lt;/P&gt;&lt;P&gt;I have created an ALV report which will display in GRID mode, when i tried to save the layout as varient through settings&lt;DEL&gt;&amp;gt;layout&lt;/DEL&gt;&amp;gt;save, the save option is diabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody tell me the reason whay and what i have to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Oct 2010 10:15:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-28T10:15:49Z</dc:date>
    <item>
      <title>save varient disabled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-varient-disabled/m-p/7423749#M1549648</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;&lt;/P&gt;&lt;P&gt;I have created an ALV report which will display in GRID mode, when i tried to save the layout as varient through settings&lt;DEL&gt;&amp;gt;layout&lt;/DEL&gt;&amp;gt;save, the save option is diabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody tell me the reason whay and what i have to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 10:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-varient-disabled/m-p/7423749#M1549648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-28T10:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: save varient disabled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-varient-disabled/m-p/7423750#M1549649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check following in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are calling function module REUSE ALV GRID DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you passing SAVE = 'X' in export parameters...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure of the parameter name...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 10:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-varient-disabled/m-p/7423750#M1549649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-28T10:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: save varient disabled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-varient-disabled/m-p/7423751#M1549650</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;You need to assign any one of the following values to I_SAVE export Parameter of the FM "REUSE_ALV_GRID_DISPLAY"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value range&lt;/P&gt;&lt;P&gt;' ' = Display variants cannot be saved&lt;/P&gt;&lt;P&gt;Defined display variants (such as delivered display variants) can be selected for presentation regardless of this indicator. However, changes cannot be saved.&lt;/P&gt;&lt;P&gt;'X' = Standard save mode&lt;/P&gt;&lt;P&gt;Display variants can be saved as standard display variants.&lt;/P&gt;&lt;P&gt;Saving display variants as user-specific is not possible.&lt;/P&gt;&lt;P&gt;'U' = User-specific save mode&lt;/P&gt;&lt;P&gt;Display variants can only be saved as user-specific.&lt;/P&gt;&lt;P&gt;'A' = Standard and user-specific save mode&lt;/P&gt;&lt;P&gt;Display variants can be saved both as user-specific and as standard&lt;/P&gt;&lt;P&gt;variants. Users make their choice on the dialog box for saving the&lt;/P&gt;&lt;P&gt;display variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 10:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-varient-disabled/m-p/7423751#M1549650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-28T10:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: save varient disabled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-varient-disabled/m-p/7423752#M1549651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your functions there is a method: set_layout_save. use this with X.&lt;/P&gt;&lt;P&gt;in your layout there is another method: set_save_restriction use this with 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;oh sorry forget about it this was for CL_SALV_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Florian Kemmer on Oct 28, 2010 12:27 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 10:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-varient-disabled/m-p/7423752#M1549651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-28T10:26:55Z</dc:date>
    </item>
  </channel>
</rss>

