<?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: Select All Icon in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756026#M1675858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swagi, &lt;/P&gt;&lt;P&gt;The select, deselect is available in our ECC6 system&lt;/P&gt;&lt;P&gt;SAPLSLVC_FULLSCREEN screen 500&amp;nbsp; status STANDARD_FULLSCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to introduce the same functionality in &lt;/P&gt;&lt;P&gt;SAPLIWOL screen 220 user status A110&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen displaying the technical objects is an ALV grid.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that the icon would be missing from the status, but perhaps the funcionality is not there.&amp;nbsp; Could you give me some more clues as to where to find the method?&amp;nbsp; Presumable there is a class for this.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2012 03:53:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-04-26T03:53:55Z</dc:date>
    <item>
      <title>Select All Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756023#M1675855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Users select equipment from a grid within screens:&lt;/P&gt;&lt;P&gt;SAPLIWOL screen 220 user status A110&lt;/P&gt;&lt;P&gt;SAPLIWOL screen 220 user status V110&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They have to select the items individually as there is no icon to &lt;EM&gt;select all &lt;/EM&gt;or &lt;EM&gt;deslect all&lt;/EM&gt;.&amp;nbsp; An example of a screen where they can select/deselect all is in:&lt;/P&gt;&lt;P&gt;SAPLSLVC_FULLSCREEN screen 500&amp;nbsp; status STANDARD_FULLSCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where there are freely Assigned Function keys&lt;/P&gt;&lt;P&gt;F5 &amp;amp;ALL Select all&lt;/P&gt;&lt;P&gt;F6 &amp;amp;SAL Deselect All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are on version ECC6, but I cannot find a SAPNOTE relating to the addition of this functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do other users recommend.&lt;/P&gt;&lt;P&gt;1&amp;nbsp; Advise the user that SAP does not support it.&lt;/P&gt;&lt;P&gt;2&amp;nbsp; Hope that there will be something in an enhancement pack.&lt;/P&gt;&lt;P&gt;3&amp;nbsp; Amend the SAP standard status&lt;/P&gt;&lt;P&gt;4&amp;nbsp; Create a new SAP status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or any other suggestions, and advice on how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 23:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756023#M1675855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-18T23:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Select All Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756024#M1675856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm already using this functionality of Select All and Deselect All in ECC version 6. It is there in the SATANDARD_FULLSCREEN status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 09:18:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756024#M1675856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T09:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select All Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756025#M1675857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using OOPS ALV grid???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, write the below statement before the method :&amp;nbsp; set_table_for_first_display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; wa_layout-sel_mode = &lt;SPAN class="L1S33"&gt;'D'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S33"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S33"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 05:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756025#M1675857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-25T05:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Select All Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756026#M1675858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swagi, &lt;/P&gt;&lt;P&gt;The select, deselect is available in our ECC6 system&lt;/P&gt;&lt;P&gt;SAPLSLVC_FULLSCREEN screen 500&amp;nbsp; status STANDARD_FULLSCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to introduce the same functionality in &lt;/P&gt;&lt;P&gt;SAPLIWOL screen 220 user status A110&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen displaying the technical objects is an ALV grid.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that the icon would be missing from the status, but perhaps the funcionality is not there.&amp;nbsp; Could you give me some more clues as to where to find the method?&amp;nbsp; Presumable there is a class for this.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 03:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756026#M1675858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-26T03:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select All Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756027#M1675859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked out the program and the screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not an ALV grid, it is a simple Table Control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you will have to do to add the Select All option is : &lt;/P&gt;&lt;P&gt;Go to the screen 0220 Layout and in the Table Control Attributes change the "Column Sel." value from &lt;STRONG&gt;None&lt;/STRONG&gt; to &lt;STRONG&gt;Multiple.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 06:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756027#M1675859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-26T06:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Select All Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756028#M1675860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swagi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to follow the instructions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From SE80&amp;gt;repository Information System&lt;/P&gt;&lt;P&gt;&amp;gt; Program Subobjects&amp;gt;screens&lt;/P&gt;&lt;P&gt;SAPLIWOL screen 0220&amp;nbsp; display mode&lt;/P&gt;&lt;P&gt;Layout icon &amp;gt; attribute window&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/96735" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I in the correct place for the Column select controls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Nigel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 02:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756028#M1675860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-27T02:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select All Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756029#M1675861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Till the Layout everything is correct. But the Attrbute window should be of the Table Control.&lt;/P&gt;&lt;P&gt;Double click on the border of the Table to get it. You should get the attribute window, where :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;El. Type = Table Control&lt;/P&gt;&lt;P&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp; = OBJK_220 &lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have the Access Key to change the standard SAP program parameters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 04:06:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756029#M1675861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-27T04:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Select All Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756030#M1675862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swagi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I can get an access key to change a standard SAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked at the various attribute screens.&amp;nbsp; I can see the table object OBJK_220 in tab element list&amp;gt;general attr.&amp;nbsp; Double clicking takes me to the data section of include LIWOLTOP where it is a control &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CONTROLS&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;OBJK_220 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;TABLEVIEW &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0220&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;I am probably in the wrong screen.&amp;nbsp; Below is the Attribute tab for SAPLIWOL screen 0220 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/96667" width="450" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;and the element List General attr. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/96752" width="450" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Could you give me more guidance.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Many thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Nigel&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 06:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756030#M1675862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-27T06:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select All Icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756031#M1675863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are exactly on the right screen (the 2nd screen uploaded). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just place the cursor on OBJK_220 and click on the &lt;STRONG&gt;Attributes&lt;/STRONG&gt; Tab placed above &amp;amp; besides the Layout Tab, &lt;/P&gt;&lt;P&gt;and set the Coloumn Sel. radio button from &lt;STRONG&gt;None&lt;/STRONG&gt; to &lt;STRONG&gt;Multiple.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should be done with this. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/731/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 07:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-all-icon/m-p/8756031#M1675863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-27T07:11:12Z</dc:date>
    </item>
  </channel>
</rss>

