<?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 ALV/LAYOUT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout/m-p/6929700#M1485612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I want to provide 2-4 different layouts  in a report . I have created one layout with the function maodule REUSE_ALV_VARIANT_DEFAULT_GET and REUSE_ALV_VARIANT_f4. What other additions or changes I required for creating and saving more than 1 layout .&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 May 2010 10:20:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-20T10:20:07Z</dc:date>
    <item>
      <title>ALV/LAYOUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout/m-p/6929700#M1485612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I want to provide 2-4 different layouts  in a report . I have created one layout with the function maodule REUSE_ALV_VARIANT_DEFAULT_GET and REUSE_ALV_VARIANT_f4. What other additions or changes I required for creating and saving more than 1 layout .&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 10:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout/m-p/6929700#M1485612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T10:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: ALV/LAYOUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout/m-p/6929701#M1485613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sranjna&lt;/P&gt;&lt;P&gt;use this code for call the ALV....&lt;/P&gt;&lt;P&gt;this will allows you to save the layout&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 = sy-repid
              it_fieldcat        = lt_fieldcat
              variant            = ls_variant
              i_save             = 'X'
         TABLES
              t_outtab           = lt_zynt
         EXCEPTIONS
              program_error      = 1
              OTHERS             = 2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 10:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout/m-p/6929701#M1485613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T10:39:51Z</dc:date>
    </item>
  </channel>
</rss>

