<?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: Using GETGUI command --in ALV grid, how to extract multiple DATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-getgui-command-in-alv-grid-how-to-extract-multiple-data/m-p/5969420#M1338995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to read multiple values from the ALV grid or the table , at first you need to find out how many items are there in the table, then we can loop so many times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GETGUI recording has to be in the DO loop and the guielement ID of the field has to be changed dynamically at each iteration of the loop, like this we would be able to retrieve all the values of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any clarifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2009 04:55:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-24T04:55:54Z</dc:date>
    <item>
      <title>Using GETGUI command --in ALV grid, how to extract multiple DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-getgui-command-in-alv-grid-how-to-extract-multiple-data/m-p/5969416#M1338991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using GETGUI command , I am able to get a single value form the ALV grid. Please explain me how I can read multiple data like rows and columns data from the ALV grid. &lt;/P&gt;&lt;P&gt;Please be detailed as I already tried selecting the whole block of ALV grid, but I could not help myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 04:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-getgui-command-in-alv-grid-how-to-extract-multiple-data/m-p/5969416#M1338991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-12T04:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using GETGUI command --in ALV grid, how to extract multiple DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-getgui-command-in-alv-grid-how-to-extract-multiple-data/m-p/5969417#M1338992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to use the concept of Regular expressions for this. We will have to loop through each row/coloumn to do what u desire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ID of an element on grid will be something like GRIDNAME-&amp;lt;ELEMENT NAME&amp;gt;[ROW NO] [COLUMN NO]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we need to parameterize the row and also the el;ementname changes for each column along with the column number. Please let me know if this much detail is enough. If not i can show u a real time ecatt code snippet on how to play around with grids.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2009 08:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-getgui-command-in-alv-grid-how-to-extract-multiple-data/m-p/5969417#M1338992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-13T08:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using GETGUI command --in ALV grid, how to extract multiple DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-getgui-command-in-alv-grid-how-to-extract-multiple-data/m-p/5969418#M1338993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Justin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be of great help, if you share how to work with the grid name -row no and  col no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Srinivas.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2009 14:51:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-getgui-command-in-alv-grid-how-to-extract-multiple-data/m-p/5969418#M1338993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-13T14:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using GETGUI command --in ALV grid, how to extract multiple DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-getgui-command-in-alv-grid-how-to-extract-multiple-data/m-p/5969419#M1338994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Justin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell how to read the data of ALV tables as requested previously.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 09:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-getgui-command-in-alv-grid-how-to-extract-multiple-data/m-p/5969419#M1338994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T09:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using GETGUI command --in ALV grid, how to extract multiple DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-getgui-command-in-alv-grid-how-to-extract-multiple-data/m-p/5969420#M1338995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to read multiple values from the ALV grid or the table , at first you need to find out how many items are there in the table, then we can loop so many times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GETGUI recording has to be in the DO loop and the guielement ID of the field has to be changed dynamically at each iteration of the loop, like this we would be able to retrieve all the values of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any clarifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 04:55:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-getgui-command-in-alv-grid-how-to-extract-multiple-data/m-p/5969420#M1338995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-24T04:55:54Z</dc:date>
    </item>
  </channel>
</rss>

