<?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: ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2480041#M558629</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;The cl_salv_table=&amp;gt;factory method will automatically pickup the field descriptions from the ABAP Dictionary&lt;/P&gt;&lt;P&gt;for more details refer to the link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/alv%20object%20model%20-%20simple%202d%20table%20-%20the%20basics.pdf" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/alv%20object%20model%20-%20simple%202d%20table%20-%20the%20basics.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2007 10:56:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-03T10:56:07Z</dc:date>
    <item>
      <title>ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2480038#M558626</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;          WHAT IS THE USE OF &amp;lt;b&amp;gt;cl_salv_table=&amp;gt;factory&amp;lt;/b&amp;gt;  AND CLASS &amp;lt;b&amp;gt;cl_salv_selections&amp;lt;/b&amp;gt;? . &lt;/P&gt;&lt;P&gt; PLEASE EXPLAIN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; THANK YOU&lt;/P&gt;&lt;P&gt;ASHOK KUMAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 10:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2480038#M558626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T10:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2480039#M558627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the class cl_salv_table=&amp;gt;factory returns you an object of the constructed alv.&lt;/P&gt;&lt;P&gt;then you can use this object to display the alv and perform many opns on alv like sort it, summation purpose etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 10:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2480039#M558627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T10:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2480040#M558628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok,&lt;/P&gt;&lt;P&gt;FACTORY:&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;You use the FACTORY method to create an instance of the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;R_SALV_TABLE&lt;/P&gt;&lt;P&gt;Object of type CL_SALV_TABLE&lt;/P&gt;&lt;P&gt;Parameters&lt;/P&gt;&lt;P&gt;T_TABLE&lt;/P&gt;&lt;P&gt;required&lt;/P&gt;&lt;P&gt;The table that you want to display with ALV; Type TABLE&lt;/P&gt;&lt;P&gt;LIST_DISPLAY&lt;/P&gt;&lt;P&gt;optional&lt;/P&gt;&lt;P&gt;Sets whether the table is output as a classic ABAP list; Type SAP_BOOL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following two parameters are optional. However, if you do use them, you can only use them together:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_CONTAINER&lt;/P&gt;&lt;P&gt;optional&lt;/P&gt;&lt;P&gt;If you want to display the table in its own container, specify the container here; Type CL_GUI_CONTAINER&lt;/P&gt;&lt;P&gt;Warning:&lt;/P&gt;&lt;P&gt;If you want to display the table in a container, the application must not run in batch mode. Use the IS_OFFLINE method to check whether the prerequisites for the container have been met.&lt;/P&gt;&lt;P&gt;CONTAINER_NAME&lt;/P&gt;&lt;P&gt;optional&lt;/P&gt;&lt;P&gt;Name of the container on your screen; Type STRING&lt;/P&gt;&lt;P&gt;Exceptions&lt;/P&gt;&lt;P&gt;CX_SALV_MSG&lt;/P&gt;&lt;P&gt;You have specified a container although you want to output the output table as a classic ABAP list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL CL_SALV_SELECTIONS&lt;/P&gt;&lt;P&gt;____________________________________________________&lt;/P&gt;&lt;P&gt;Short Text&lt;/P&gt;&lt;P&gt;Selections in List-Type Output Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;The selecting of cells, rows and/or columns allows you to handle these elements in a targetted manner. You use the CL_SALV_SELECTIONS class to control, in list-like tables,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whether and which elements can be selected simultaneously&lt;/P&gt;&lt;P&gt;which elements are currently selected&lt;/P&gt;&lt;P&gt;which elements you want to select&lt;/P&gt;&lt;P&gt;The CL_SALV_SELECTIONS class contains the following methods:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONSTRUCTOR Instantiates the class &lt;/P&gt;&lt;P&gt;GET_CURRENT_CELL  Returns the selection settings of a specific cell &lt;/P&gt;&lt;P&gt;SET_CURRENT_CELL  Sets the selection settings of a specific cell &lt;/P&gt;&lt;P&gt;GET_SELECTED_CELLS Returns the cells that have been selected &lt;/P&gt;&lt;P&gt;SET_SELECTED_CELLS Selects cells &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;GET_SELECTED_COLUMNS Returns the selected columns &lt;/P&gt;&lt;P&gt;SET_SELECTED_COLUMNS Selects columns &lt;/P&gt;&lt;P&gt;GET_SELECTED_ROWS  Returns selected rows &lt;/P&gt;&lt;P&gt;SET_SELECTED_ROWS  Selects rows &lt;/P&gt;&lt;P&gt;GET_SELECTION_MO DE Returns the selection mode &lt;/P&gt;&lt;P&gt;SET_SELECTION_MODE Sets the selection mode &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 10:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2480040#M558628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T10:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2480041#M558629</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;The cl_salv_table=&amp;gt;factory method will automatically pickup the field descriptions from the ABAP Dictionary&lt;/P&gt;&lt;P&gt;for more details refer to the link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/alv%20object%20model%20-%20simple%202d%20table%20-%20the%20basics.pdf" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/alv%20object%20model%20-%20simple%202d%20table%20-%20the%20basics.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 10:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2480041#M558629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T10:56:07Z</dc:date>
    </item>
  </channel>
</rss>

