<?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: alvs ,interactive in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alvs-interactive/m-p/3125019#M742208</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;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The ALV Grid Control&lt;/P&gt; (ALV = SAP List Viewer) is a flexible tool for displaying lists. The tool provides common list operations as generic functions and can be enhanced by self-defined options. This allows you to use the ALV Grid Control in a large range of application programs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In SAP development projects, the ALV Grid Control is also used as a tool for changing and creating tables. However, this functionality is currently only used in pilot projects and has not yet been released for customers. &lt;BR /&gt;&lt;BR /&gt;The following graphic shows a list displayed with the ALV Grid Control in a dialog box:&lt;BR /&gt;&lt;BR /&gt;As the user sees it, the ALV Grid Control consists of a toolbar, a title and the output table displayed in a grid control. If required, the user can hide the title and the standard functions of the toolbar.&lt;BR /&gt;&lt;BR /&gt;Implementation Considerations&lt;BR /&gt;ALV Object Model&lt;BR /&gt;The ALV family consists of three ALV tools: the simple, two-dimensional table (including the Grid Control variant), the hierarchical-sequential list and the tree structure. For all of those you can now use thenew, unified, object-oriented API. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The old API can still be used, however we recommend using the new, unified ALV object model for programming all of your ALV applications. So, even if you plan to use the ALV Grid Control, you can now use the simplified new API.&lt;BR /&gt;&lt;BR /&gt;ALV Grid Control&lt;BR /&gt;The ALV Grid Control uses controls technology to achieve state-of-the-art on-screen display. Like all control wrappers, the ALV Grid Control offers methods through a global class in the system which can be used to affect its behavior.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SAP does not guarantee that the methods, events and attributes of this class that are not public will remain unchanged or will be available in future releases. This is why you should not derive the class to access protected objects of the class. Using these objects makes it more difficult to upgrade to subsequent releases.&lt;BR /&gt;&lt;BR /&gt;As a result of using ABAP Objects, lists are displayed through an ALV instance, and programmers make use of the event management of ABAP Objects. &lt;BR /&gt;&lt;BR /&gt;Integration&lt;BR /&gt;Controls are software components that are installed on the local PC. In order to communicate with these components, all control wrappers use methods of the Control Framework. In this context, the ALV Grid Control is a special case as it uses a control that is already wrapped: the grid control. For the programmer, this can eliminate certain steps in the process of event management for controls.&lt;BR /&gt;&lt;BR /&gt;The ALV Grid Control uses the SAP context menu to integrate standard functions. This menu can be customized to meet individual requirements.&lt;BR /&gt;&lt;BR /&gt;This documentation focuses on using the ALV Grid Control in the SAP GUI for the WindowsäEnvironment or the SAP GUI for the Javaä Environment. It is also possible to display the ALV Grid Control in the Web.&lt;BR /&gt;&lt;BR /&gt;Features&lt;BR /&gt;This is an overview of the functions provided by the ALV Grid Control. You can:&lt;BR /&gt;&lt;BR /&gt;· Display non-hierarchical lists consistently with a modern design&lt;BR /&gt;&lt;BR /&gt;· Use typical list functions - such as sorting and filtering - without extra programming effort&lt;BR /&gt;&lt;BR /&gt;· Adapt predefined list functions and their enhancements&lt;BR /&gt;&lt;BR /&gt;· Program responses to user actions (such as double-clicking a line) individually&lt;BR /&gt;&lt;BR /&gt;· Connect to the report/report interface.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For practical examples of the ALV Grid Control, see development class SLIS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Constraints&lt;BR /&gt;The ALV Grid Control does not allow you to display block or hierarchical lists. Currently, simple lists can be displayed in single-line format only. However, users can define multiple-line format in the print preview and print the list as such. &lt;BR /&gt;&lt;BR /&gt;At the moment, you cannot use tables that have object references. Similarly, the only deep structures that can be used are those described in the documentation covering the extended functionality of the ALV Grid Control (such as, structures for drag-and-drop).&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;SAP List Viewer (ALV): Classic :&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;The SAP List Viewer unifies and simplifies the use of lists in the R/3 System. A uniform user interface and list format is available for all lists. This prevents redundant functions. &lt;BR /&gt;&lt;BR /&gt;The SAP List Viewer can be used to view both single-level lists and multilevel sequential lists.&lt;BR /&gt;&lt;BR /&gt;Single-level lists contain any number of lines that have no hierarchical relationship to each other. &lt;BR /&gt;Multilevel sequential lists consist of any number of lines that have two hierarchical levels. Multilevel lists have header rows and item rows; the item rows are subordinate to the header rows. For each header row there can be any number of subordinate item rows.&lt;BR /&gt;You can view subtotals and totals rows in both single-level lists and multilevel sequential lists.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The SAP List Viewer is used in Controlling for reports such as the following:&lt;BR /&gt;&lt;BR /&gt;Reports from cost centers and business processes&lt;BR /&gt;Actual line item reports from cost centers and business processes&lt;BR /&gt;Commitment line item reports&lt;BR /&gt;Plan line item reports from cost centers, orders, business processes, cost objects&lt;BR /&gt;Budget reports&lt;BR /&gt;Cycle reports&lt;BR /&gt;Order selection (CO-PC) &lt;BR /&gt;Flexible itemization (CO-PC)&lt;BR /&gt;Features&lt;BR /&gt;&lt;BR /&gt;Not all lists in the SAP R/3 components use the full range of functions available in the SAP List Viewer. Some lists in the R/3 System components offer special functions that extend beyond the normal range of the SAP List Viewer.&lt;BR /&gt;&lt;BR /&gt;This documentation covers all the functions of the SAP List Viewer. The description of the lists in the applications includes all of the functions available in the SAP List Viewer as well as the additional functions.&lt;BR /&gt;&lt;BR /&gt;Navigation&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The SAP List Viewer unifies and simplifies the use of lists in the R/3 System. A uniform user interface and list format is available for all lists. This prevents redundant functions. &lt;BR /&gt;&lt;BR /&gt;The SAP List Viewer can be used to view both single-level lists and multilevel sequential lists.&lt;BR /&gt;&lt;BR /&gt;Single-level lists contain any number of lines that have no hierarchical relationship to each other. &lt;BR /&gt;Multilevel sequential lists consist of any number of lines that have two hierarchical levels. Multilevel lists have header rows and item rows; the item rows are subordinate to the header rows. For each header row there can be any number of subordinate item rows.&lt;BR /&gt;You can view subtotals and totals rows in both single-level lists and multilevel sequential lists.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The SAP List Viewer is used in Controlling for reports such as the following:&lt;BR /&gt;&lt;BR /&gt;Reports from cost centers and business processes&lt;BR /&gt;Actual line item reports from cost centers and business processes&lt;BR /&gt;Commitment line item reports&lt;BR /&gt;Plan line item reports from cost centers, orders, business processes, cost objects&lt;BR /&gt;Budget reports&lt;BR /&gt;Cycle reports&lt;BR /&gt;Order selection (CO-PC) &lt;BR /&gt;Flexible itemization (CO-PC)&lt;BR /&gt;Features&lt;BR /&gt;&lt;BR /&gt;Not all lists in the SAP R/3 components use the full range of functions available in the SAP List Viewer. Some lists in the R/3 System components offer special functions that extend beyond the normal range of the SAP List Viewer.&lt;BR /&gt;&lt;BR /&gt;This documentation covers all the functions of the SAP List Viewer. The description of the lists in the applications includes all of the functions available in the SAP List Viewer as well as the additional functions.&lt;BR /&gt;&lt;BR /&gt;Navigation&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Navigating Within the List&lt;BR /&gt;&lt;BR /&gt;Detail&lt;BR /&gt;&lt;BR /&gt;Choosing Detail&lt;BR /&gt;&lt;BR /&gt;Sort&lt;BR /&gt;&lt;BR /&gt;Sorting in Ascending/Descending Order &lt;BR /&gt;&lt;BR /&gt;ABC Analysis&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Select&lt;BR /&gt;&lt;BR /&gt;Selecting and Deselecting Rows&lt;BR /&gt;&lt;BR /&gt;Defining Exceptions&lt;BR /&gt;&lt;BR /&gt;Filter&lt;BR /&gt;&lt;BR /&gt;Setting and Deleting Filters&lt;BR /&gt;&lt;BR /&gt;Totaling&lt;BR /&gt;&lt;BR /&gt;Displaying and Deleting Sums&lt;BR /&gt;&lt;BR /&gt;Creating Subtotals&lt;BR /&gt;&lt;BR /&gt;Choosing Summation Levels&lt;BR /&gt;&lt;BR /&gt;Defining the Breakdown of the Summation Levels&lt;BR /&gt;&lt;BR /&gt;Status Display&lt;BR /&gt;&lt;BR /&gt;Displaying the List Status&lt;BR /&gt;&lt;BR /&gt;Columns&lt;BR /&gt;&lt;BR /&gt;Optimizing the Column Width&lt;BR /&gt;&lt;BR /&gt;Freezing to Columns and Unfreezing Columns&lt;BR /&gt;&lt;BR /&gt;Layouts&lt;BR /&gt;&lt;BR /&gt;Choosing Layouts&lt;BR /&gt;&lt;BR /&gt;Changing Layouts&lt;BR /&gt;&lt;BR /&gt;Saving Layouts&lt;BR /&gt;&lt;BR /&gt;Layout Management&lt;BR /&gt;&lt;BR /&gt;Basic List&lt;BR /&gt;&lt;BR /&gt;Displaying the Basic List&lt;BR /&gt;&lt;BR /&gt;Find&lt;BR /&gt;&lt;BR /&gt;Finding Terms&lt;BR /&gt;&lt;BR /&gt;Print&lt;BR /&gt;&lt;BR /&gt;Printing Lists&lt;BR /&gt;&lt;BR /&gt;Sending&lt;BR /&gt;&lt;BR /&gt;Sending the List as a Document&lt;BR /&gt;&lt;BR /&gt;Exporting&lt;BR /&gt;&lt;BR /&gt;Spreadsheet&lt;BR /&gt;&lt;BR /&gt;Text Processing&lt;BR /&gt;&lt;BR /&gt;Transferring a List to a Local File&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Reward if usefull&lt;/P&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2007 03:58:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-19T03:58:43Z</dc:date>
    <item>
      <title>alvs ,interactive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alvs-interactive/m-p/3125017#M742206</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;wht is the diff  between alv list control and alv grid control  with eg plz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the different secondary lists i should get different different  end of pages at bottom how should we do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2007 06:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alvs-interactive/m-p/3125017#M742206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-18T06:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: alvs ,interactive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alvs-interactive/m-p/3125018#M742207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ALV List, you can't have fancy fonts whereas in ALV grid you can have fancy fonts. ALV grid is used when we need fancy looks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALV List:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapalv.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapalv.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALV Grid:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/controls/alvgrid.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/controls/alvgrid.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/example-of-a-simple-alv-grid-report.htm" target="test_blank"&gt;http://www.sap-img.com/abap/example-of-a-simple-alv-grid-report.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expained in steps:&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.niraj.tripod.com/id66.html" target="test_blank"&gt;http://sap.niraj.tripod.com/id66.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2007 06:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alvs-interactive/m-p/3125018#M742207</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-18T06:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: alvs ,interactive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alvs-interactive/m-p/3125019#M742208</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;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The ALV Grid Control&lt;/P&gt; (ALV = SAP List Viewer) is a flexible tool for displaying lists. The tool provides common list operations as generic functions and can be enhanced by self-defined options. This allows you to use the ALV Grid Control in a large range of application programs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In SAP development projects, the ALV Grid Control is also used as a tool for changing and creating tables. However, this functionality is currently only used in pilot projects and has not yet been released for customers. &lt;BR /&gt;&lt;BR /&gt;The following graphic shows a list displayed with the ALV Grid Control in a dialog box:&lt;BR /&gt;&lt;BR /&gt;As the user sees it, the ALV Grid Control consists of a toolbar, a title and the output table displayed in a grid control. If required, the user can hide the title and the standard functions of the toolbar.&lt;BR /&gt;&lt;BR /&gt;Implementation Considerations&lt;BR /&gt;ALV Object Model&lt;BR /&gt;The ALV family consists of three ALV tools: the simple, two-dimensional table (including the Grid Control variant), the hierarchical-sequential list and the tree structure. For all of those you can now use thenew, unified, object-oriented API. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The old API can still be used, however we recommend using the new, unified ALV object model for programming all of your ALV applications. So, even if you plan to use the ALV Grid Control, you can now use the simplified new API.&lt;BR /&gt;&lt;BR /&gt;ALV Grid Control&lt;BR /&gt;The ALV Grid Control uses controls technology to achieve state-of-the-art on-screen display. Like all control wrappers, the ALV Grid Control offers methods through a global class in the system which can be used to affect its behavior.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SAP does not guarantee that the methods, events and attributes of this class that are not public will remain unchanged or will be available in future releases. This is why you should not derive the class to access protected objects of the class. Using these objects makes it more difficult to upgrade to subsequent releases.&lt;BR /&gt;&lt;BR /&gt;As a result of using ABAP Objects, lists are displayed through an ALV instance, and programmers make use of the event management of ABAP Objects. &lt;BR /&gt;&lt;BR /&gt;Integration&lt;BR /&gt;Controls are software components that are installed on the local PC. In order to communicate with these components, all control wrappers use methods of the Control Framework. In this context, the ALV Grid Control is a special case as it uses a control that is already wrapped: the grid control. For the programmer, this can eliminate certain steps in the process of event management for controls.&lt;BR /&gt;&lt;BR /&gt;The ALV Grid Control uses the SAP context menu to integrate standard functions. This menu can be customized to meet individual requirements.&lt;BR /&gt;&lt;BR /&gt;This documentation focuses on using the ALV Grid Control in the SAP GUI for the WindowsäEnvironment or the SAP GUI for the Javaä Environment. It is also possible to display the ALV Grid Control in the Web.&lt;BR /&gt;&lt;BR /&gt;Features&lt;BR /&gt;This is an overview of the functions provided by the ALV Grid Control. You can:&lt;BR /&gt;&lt;BR /&gt;· Display non-hierarchical lists consistently with a modern design&lt;BR /&gt;&lt;BR /&gt;· Use typical list functions - such as sorting and filtering - without extra programming effort&lt;BR /&gt;&lt;BR /&gt;· Adapt predefined list functions and their enhancements&lt;BR /&gt;&lt;BR /&gt;· Program responses to user actions (such as double-clicking a line) individually&lt;BR /&gt;&lt;BR /&gt;· Connect to the report/report interface.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For practical examples of the ALV Grid Control, see development class SLIS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Constraints&lt;BR /&gt;The ALV Grid Control does not allow you to display block or hierarchical lists. Currently, simple lists can be displayed in single-line format only. However, users can define multiple-line format in the print preview and print the list as such. &lt;BR /&gt;&lt;BR /&gt;At the moment, you cannot use tables that have object references. Similarly, the only deep structures that can be used are those described in the documentation covering the extended functionality of the ALV Grid Control (such as, structures for drag-and-drop).&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;SAP List Viewer (ALV): Classic :&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;The SAP List Viewer unifies and simplifies the use of lists in the R/3 System. A uniform user interface and list format is available for all lists. This prevents redundant functions. &lt;BR /&gt;&lt;BR /&gt;The SAP List Viewer can be used to view both single-level lists and multilevel sequential lists.&lt;BR /&gt;&lt;BR /&gt;Single-level lists contain any number of lines that have no hierarchical relationship to each other. &lt;BR /&gt;Multilevel sequential lists consist of any number of lines that have two hierarchical levels. Multilevel lists have header rows and item rows; the item rows are subordinate to the header rows. For each header row there can be any number of subordinate item rows.&lt;BR /&gt;You can view subtotals and totals rows in both single-level lists and multilevel sequential lists.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The SAP List Viewer is used in Controlling for reports such as the following:&lt;BR /&gt;&lt;BR /&gt;Reports from cost centers and business processes&lt;BR /&gt;Actual line item reports from cost centers and business processes&lt;BR /&gt;Commitment line item reports&lt;BR /&gt;Plan line item reports from cost centers, orders, business processes, cost objects&lt;BR /&gt;Budget reports&lt;BR /&gt;Cycle reports&lt;BR /&gt;Order selection (CO-PC) &lt;BR /&gt;Flexible itemization (CO-PC)&lt;BR /&gt;Features&lt;BR /&gt;&lt;BR /&gt;Not all lists in the SAP R/3 components use the full range of functions available in the SAP List Viewer. Some lists in the R/3 System components offer special functions that extend beyond the normal range of the SAP List Viewer.&lt;BR /&gt;&lt;BR /&gt;This documentation covers all the functions of the SAP List Viewer. The description of the lists in the applications includes all of the functions available in the SAP List Viewer as well as the additional functions.&lt;BR /&gt;&lt;BR /&gt;Navigation&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The SAP List Viewer unifies and simplifies the use of lists in the R/3 System. A uniform user interface and list format is available for all lists. This prevents redundant functions. &lt;BR /&gt;&lt;BR /&gt;The SAP List Viewer can be used to view both single-level lists and multilevel sequential lists.&lt;BR /&gt;&lt;BR /&gt;Single-level lists contain any number of lines that have no hierarchical relationship to each other. &lt;BR /&gt;Multilevel sequential lists consist of any number of lines that have two hierarchical levels. Multilevel lists have header rows and item rows; the item rows are subordinate to the header rows. For each header row there can be any number of subordinate item rows.&lt;BR /&gt;You can view subtotals and totals rows in both single-level lists and multilevel sequential lists.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The SAP List Viewer is used in Controlling for reports such as the following:&lt;BR /&gt;&lt;BR /&gt;Reports from cost centers and business processes&lt;BR /&gt;Actual line item reports from cost centers and business processes&lt;BR /&gt;Commitment line item reports&lt;BR /&gt;Plan line item reports from cost centers, orders, business processes, cost objects&lt;BR /&gt;Budget reports&lt;BR /&gt;Cycle reports&lt;BR /&gt;Order selection (CO-PC) &lt;BR /&gt;Flexible itemization (CO-PC)&lt;BR /&gt;Features&lt;BR /&gt;&lt;BR /&gt;Not all lists in the SAP R/3 components use the full range of functions available in the SAP List Viewer. Some lists in the R/3 System components offer special functions that extend beyond the normal range of the SAP List Viewer.&lt;BR /&gt;&lt;BR /&gt;This documentation covers all the functions of the SAP List Viewer. The description of the lists in the applications includes all of the functions available in the SAP List Viewer as well as the additional functions.&lt;BR /&gt;&lt;BR /&gt;Navigation&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Navigating Within the List&lt;BR /&gt;&lt;BR /&gt;Detail&lt;BR /&gt;&lt;BR /&gt;Choosing Detail&lt;BR /&gt;&lt;BR /&gt;Sort&lt;BR /&gt;&lt;BR /&gt;Sorting in Ascending/Descending Order &lt;BR /&gt;&lt;BR /&gt;ABC Analysis&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Select&lt;BR /&gt;&lt;BR /&gt;Selecting and Deselecting Rows&lt;BR /&gt;&lt;BR /&gt;Defining Exceptions&lt;BR /&gt;&lt;BR /&gt;Filter&lt;BR /&gt;&lt;BR /&gt;Setting and Deleting Filters&lt;BR /&gt;&lt;BR /&gt;Totaling&lt;BR /&gt;&lt;BR /&gt;Displaying and Deleting Sums&lt;BR /&gt;&lt;BR /&gt;Creating Subtotals&lt;BR /&gt;&lt;BR /&gt;Choosing Summation Levels&lt;BR /&gt;&lt;BR /&gt;Defining the Breakdown of the Summation Levels&lt;BR /&gt;&lt;BR /&gt;Status Display&lt;BR /&gt;&lt;BR /&gt;Displaying the List Status&lt;BR /&gt;&lt;BR /&gt;Columns&lt;BR /&gt;&lt;BR /&gt;Optimizing the Column Width&lt;BR /&gt;&lt;BR /&gt;Freezing to Columns and Unfreezing Columns&lt;BR /&gt;&lt;BR /&gt;Layouts&lt;BR /&gt;&lt;BR /&gt;Choosing Layouts&lt;BR /&gt;&lt;BR /&gt;Changing Layouts&lt;BR /&gt;&lt;BR /&gt;Saving Layouts&lt;BR /&gt;&lt;BR /&gt;Layout Management&lt;BR /&gt;&lt;BR /&gt;Basic List&lt;BR /&gt;&lt;BR /&gt;Displaying the Basic List&lt;BR /&gt;&lt;BR /&gt;Find&lt;BR /&gt;&lt;BR /&gt;Finding Terms&lt;BR /&gt;&lt;BR /&gt;Print&lt;BR /&gt;&lt;BR /&gt;Printing Lists&lt;BR /&gt;&lt;BR /&gt;Sending&lt;BR /&gt;&lt;BR /&gt;Sending the List as a Document&lt;BR /&gt;&lt;BR /&gt;Exporting&lt;BR /&gt;&lt;BR /&gt;Spreadsheet&lt;BR /&gt;&lt;BR /&gt;Text Processing&lt;BR /&gt;&lt;BR /&gt;Transferring a List to a Local File&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Reward if usefull&lt;/P&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 03:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alvs-interactive/m-p/3125019#M742208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T03:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: alvs ,interactive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alvs-interactive/m-p/3125020#M742209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 13:52:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alvs-interactive/m-p/3125020#M742209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T13:52:09Z</dc:date>
    </item>
  </channel>
</rss>

