<?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: What is ALV and advantages of ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048483#M422018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks dear for your help. now my doubt is cleared&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2007 10:14:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-19T10:14:51Z</dc:date>
    <item>
      <title>What is ALV and advantages of ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048477#M422012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everybody &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody tell me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)What is ALV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) what are the advantages of ALV over conventional reporting????????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2007 07:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048477#M422012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-17T07:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: What is ALV and advantages of ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048478#M422013</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;ALV is Application List viewer. Sap provides a set of ALV (ABAP LIST VIEWER) function modules which can be put into use to embellish the output of a report. This set of ALV functions is used to enhance the readability and functionality of any report output. Cases arise in sap when the output of a report contains columns extending more than 255 characters in length. In such cases, this set of ALV functions can help choose selected columns and arrange the different columns from a report output and also save different variants for report display. This is a very efficient tool for dynamically sorting and arranging the columns from a report output. The report output can contain up to 90 columns in the display with the wide array of display options. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;advantages.&lt;/P&gt;&lt;P&gt;Collapse multiple reports into one, drastically cutting down your report development time &lt;/P&gt;&lt;P&gt;Save many hours using built-in ALV sorting, subtotaling and filtering capabilities &lt;/P&gt;&lt;P&gt;Add conditional structures into your ALV report: No programming required! &lt;/P&gt;&lt;P&gt;Combine ALV with display variants to meet a wide range of reporting requirements more easily &lt;/P&gt;&lt;P&gt;Dynamically reorder column layouts and add/subtract fields &lt;/P&gt;&lt;P&gt;Enable users and analysts to save their own personalized variants &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2007 08:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048478#M422013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-17T08:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: What is ALV and advantages of ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048479#M422014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The advantages is many - Shruti mentions some of them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The keyword is flexibility. In the past I have sometimes programmed more programs that was basically the same report with minor variations - in one case i programmed 10 very similar reports for pp evaluation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With ALV the users can define their own display variants without changing the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The display variant covers sorting, summarizing, filtering, hiding fields. The users can also make variants that show only total lines or subtotal lines or both - and by one click in the report they can expand one total line to display the underlying item lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The users can also choose to let the report show directly in excel. This is a very powerful option. You can upload excel templates with predefined formulas and macros. This can make you very popular - especially with Finance people that already have a lot of excel files, they populate with SAP data to make al kind of voodoo calculations that will help them see into the future. &lt;/P&gt;&lt;P&gt;With ALV you can give them an ABAP report that automatic popup with their own favorite excel book - without having to do a lot of troublesome and time consuming work to download the data and fit it into the excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are new to ALV you can very quick make a simple ALV report. Basically it has 3 steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) build an internal table with the data you want do display&lt;/P&gt;&lt;P&gt;2) build a field catalog table (each record in this table describes one column in the list)&lt;/P&gt;&lt;P&gt;3) call the ALV function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later you can make use of more complicated functions like call back routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have both functions modules and ABAP OO classes to help you with step 2 and 3. I have used the function modules for many years so its hard for me to change, but if I should start all over today I would forget about the function modules and go for the OO approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Thomas Madsen Nielsen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2007 09:01:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048479#M422014</guid>
      <dc:creator>TMNielsen</dc:creator>
      <dc:date>2007-03-17T09:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is ALV and advantages of ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048480#M422015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that some of the functionality I mention can also be obtained with basic ABAP, but then you have to program it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With ALV its all ready with a powerful uniform user interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2007 09:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048480#M422015</guid>
      <dc:creator>TMNielsen</dc:creator>
      <dc:date>2007-03-17T09:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: What is ALV and advantages of ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048481#M422016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can go through the tutorials on ALV available at:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ALV/ALVMainPage.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/ALV/ALVMainPage.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2007 09:21:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048481#M422016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-17T09:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: What is ALV and advantages of ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048482#M422017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;ALV is Application List viewer. Sap provides a set of ALV (ABAP LIST VIEWER) function modules which can be put into use to embellish the output of a report. This set of ALV functions is used to enhance the readability and functionality of any report output. Cases arise in sap when the output of a report contains columns extending more than 255 characters in length. In such cases, this set of ALV functions can help choose selected columns and arrange the different columns from a report output and also save different variants for report display. This is a very efficient tool for dynamically sorting and arranging the columns from a report output. The report output can contain up to 90 columns in the display with the wide array of display options. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;advantages.&lt;/P&gt;&lt;P&gt;Collapse multiple reports into one, drastically cutting down your report development time &lt;/P&gt;&lt;P&gt;Save many hours using built-in ALV sorting, subtotaling and filtering capabilities &lt;/P&gt;&lt;P&gt;Add conditional structures into your ALV report: No programming required! &lt;/P&gt;&lt;P&gt;Combine ALV with display variants to meet a wide range of reporting requirements more easily &lt;/P&gt;&lt;P&gt;Dynamically reorder column layouts and add/subtract fields &lt;/P&gt;&lt;P&gt;Enable users and analysts to save their own personalized variants &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For abap related programs refer to BCALV* &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2007 09:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048482#M422017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-17T09:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: What is ALV and advantages of ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048483#M422018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks dear for your help. now my doubt is cleared&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 10:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048483#M422018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T10:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: What is ALV and advantages of ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048484#M422019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is simply another way for displaying the ouput. &lt;/P&gt;&lt;P&gt;Advantages: 1. You can download the output to an excel file from ALV screen&lt;/P&gt;&lt;P&gt;                   2. User can hide/unhide the coloumns he wishes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 10:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048484#M422019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T10:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: What is ALV and advantages of ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048485#M422020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everybody my question is answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 03:35:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-alv-and-advantages-of-alv/m-p/2048485#M422020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T03:35:33Z</dc:date>
    </item>
  </channel>
</rss>

