<?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: When i click process button, it is not working. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-i-click-process-button-it-is-not-working/m-p/7535346#M1561908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx Uwe...you are right...it is now working....how to pass internal table values in a BAPI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Jan 2011 12:58:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-29T12:58:21Z</dc:date>
    <item>
      <title>When i click process button, it is not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-i-click-process-button-it-is-not-working/m-p/7535342#M1561904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this program, from an external file, data's are checked in the database whether they are there and a purchase order is displayed in ALV along with checkbox.  When checkbox is ticked, and then if process button is clicked....some process has to take place....but it is not working properly &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;&amp;lt;removed by moderator&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please post only relevant code parts, your post must be less than 5000 characters to preserve formatting.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Jan 27, 2011 9:58 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 20:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-i-click-process-button-it-is-not-working/m-p/7535342#M1561904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-27T20:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: When i click process button, it is not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-i-click-process-button-it-is-not-working/m-p/7535343#M1561905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vasanthakumar &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most likely you have forgotten to call method go_grid-&amp;gt;&lt;STRONG&gt;CHECK_CHANGED_DATA&lt;/STRONG&gt; (guess you are using class CL_GUI_ALV_GRID) at &lt;STRONG&gt;PAI&lt;/STRONG&gt; before calling your processing routine.&lt;/P&gt;&lt;P&gt;This method call ensures that&lt;/P&gt;&lt;P&gt;- the data at the frontend (i.e. the grid display) are transported to&lt;/P&gt;&lt;P&gt;- the backend, i.e. your itab in the ABAP report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is correct then processing does not take place because the marked checkbox contents is never visible in the itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 11:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-i-click-process-button-it-is-not-working/m-p/7535343#M1561905</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2011-01-28T11:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: When i click process button, it is not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-i-click-process-button-it-is-not-working/m-p/7535344#M1561906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already tried this option....what i wanted to do is...when i tick the checkbox of the purchase order, then i press the "process" button, in that row which i ticked the checkbox.....some functionality has to take place...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display will be like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;checkbox     purchase order no       quantiy        price....&lt;/P&gt;&lt;P&gt;checkbox     purchase order no       quantiy        price....&lt;/P&gt;&lt;P&gt;checkbox     purchase order no       quantiy        price....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                             process&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 13:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-i-click-process-button-it-is-not-working/m-p/7535344#M1561906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-28T13:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: When i click process button, it is not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-i-click-process-button-it-is-not-working/m-p/7535345#M1561907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you not able to indentify which row has to be processed?&lt;/P&gt;&lt;P&gt;Ramneek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 16:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-i-click-process-button-it-is-not-working/m-p/7535345#M1561907</guid>
      <dc:creator>Ramneek</dc:creator>
      <dc:date>2011-01-28T16:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: When i click process button, it is not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-i-click-process-button-it-is-not-working/m-p/7535346#M1561908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx Uwe...you are right...it is now working....how to pass internal table values in a BAPI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jan 2011 12:58:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-i-click-process-button-it-is-not-working/m-p/7535346#M1561908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-29T12:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: When i click process button, it is not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-i-click-process-button-it-is-not-working/m-p/7535347#M1561909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After using the method &lt;STRONG&gt;CALL METHOD alv_grid-&amp;gt;check_changed_data&lt;/STRONG&gt;, even if i dont tick the checkbox, it changes the quantity....my requirement is data's only be changed checking whichever checkbox has been ticked.....please help....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Feb 2011 12:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-i-click-process-button-it-is-not-working/m-p/7535347#M1561909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-05T12:48:14Z</dc:date>
    </item>
  </channel>
</rss>

