<?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: 'Save layout' button missing in the ALV report layout screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-layout-button-missing-in-the-alv-report-layout-screen/m-p/1504073#M233112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass values to &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;is_layout&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt; parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2006 02:19:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-01T02:19:56Z</dc:date>
    <item>
      <title>'Save layout' button missing in the ALV report layout screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-layout-button-missing-in-the-alv-report-layout-screen/m-p/1504072#M233111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;     In one of our ALV report the 'save layout' button is missing in the report output screen.i have used the OO concept for creating the ALV output and not the function module.I have attached the code below used for creating the ALV grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OBJECT alv_grid&lt;/P&gt;&lt;P&gt;      EXPORTING i_parent = g_container_2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD alv_grid-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;               i_structure_name = 'PA0002'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;               is_layout =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       CHANGING&lt;/P&gt;&lt;P&gt;                 it_outtab = gt_outtab&lt;/P&gt;&lt;P&gt;                 it_fieldcatalog = wa_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i'm not able to trace why the 'save layout' button is missing in the output.Can anyone of you help me in sorting out this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vadivel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 02:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-layout-button-missing-in-the-alv-report-layout-screen/m-p/1504072#M233111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T02:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: 'Save layout' button missing in the ALV report layout screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-layout-button-missing-in-the-alv-report-layout-screen/m-p/1504073#M233112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass values to &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;is_layout&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt; parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 02:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-layout-button-missing-in-the-alv-report-layout-screen/m-p/1504073#M233112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T02:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: 'Save layout' button missing in the ALV report layout screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-layout-button-missing-in-the-alv-report-layout-screen/m-p/1504074#M233113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass &amp;lt;u&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;A to I_SAVE&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt; parameter. That will give the options to the user to save the layout outs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_SAVE = SPACE&lt;/P&gt;&lt;P&gt;Layouts cannot be saved.&lt;/P&gt;&lt;P&gt;I_SAVE = 'U'&lt;/P&gt;&lt;P&gt;Only user-defined layouts can be saved.&lt;/P&gt;&lt;P&gt;I_SAVE = 'X'&lt;/P&gt;&lt;P&gt;Only global layouts can be saved.&lt;/P&gt;&lt;P&gt;I_SAVE = 'A'&lt;/P&gt;&lt;P&gt;Both user-defined and global layouts can be saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ravikumar Allampallam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 02:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-layout-button-missing-in-the-alv-report-layout-screen/m-p/1504074#M233113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T02:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: 'Save layout' button missing in the ALV report layout screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-layout-button-missing-in-the-alv-report-layout-screen/m-p/1504075#M233114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;There is a struture of type DISVARIANT, pass the name of your program in its parameter. In the method &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD C_ALV-&amp;gt;SET_TABLE_FOR_FIRST_DISPLAY&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;     IS_VARIANT                    = &amp;lt;disvariant stru&amp;gt;&lt;/P&gt;&lt;P&gt;     I_SAVE                        = 'X' - to Save layout&lt;/P&gt;&lt;P&gt;     I_DEFAULT                     = 'X' - to open default saved layout.&lt;/P&gt;&lt;P&gt;You can also specify the default setting to be loaded ie) the variant name can also be specified in the disvariant structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 03:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-layout-button-missing-in-the-alv-report-layout-screen/m-p/1504075#M233114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T03:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: 'Save layout' button missing in the ALV report layout screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-layout-button-missing-in-the-alv-report-layout-screen/m-p/1504076#M233115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 12:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-layout-button-missing-in-the-alv-report-layout-screen/m-p/1504076#M233115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-31T12:07:18Z</dc:date>
    </item>
  </channel>
</rss>

