<?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: Value clearing in module pool table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-clearing-in-module-pool-table-control/m-p/10078079#M1812573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you to switch on the debugger for each action of yours. Put a breakpoint in PAI and check where you are doing wrong stuff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAbheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Feb 2014 13:10:45 GMT</pubDate>
    <dc:creator>nabheetscn</dc:creator>
    <dc:date>2014-02-12T13:10:45Z</dc:date>
    <item>
      <title>Value clearing in module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-clearing-in-module-pool-table-control/m-p/10078075#M1812569</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;&lt;/P&gt;&lt;P&gt;I am clearing the first line value in module pool table control. But it clears only one time. After entering second time it removes from the control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Amol Khochare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 09:23:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-clearing-in-module-pool-table-control/m-p/10078075#M1812569</guid>
      <dc:creator>former_member207480</dc:creator>
      <dc:date>2014-02-12T09:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Value clearing in module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-clearing-in-module-pool-table-control/m-p/10078076#M1812570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please elaborate on your requirement further. What exactly is your doubt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 09:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-clearing-in-module-pool-table-control/m-p/10078076#M1812570</guid>
      <dc:creator>kethanuppalapati</dc:creator>
      <dc:date>2014-02-12T09:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Value clearing in module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-clearing-in-module-pool-table-control/m-p/10078077#M1812571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kethan,&lt;/P&gt;&lt;P&gt;I am extracting the data from one z table. For example there are two lines in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two columns which will be displayed amount figure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I put partial amount for first line against one column so my balance will be displayed on another column as balance amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I am forwarding the first line balance amount to next line and showing the balance zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, my first line balance amount remains same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-clearing-in-module-pool-table-control/m-p/10078077#M1812571</guid>
      <dc:creator>former_member207480</dc:creator>
      <dc:date>2014-02-12T10:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Value clearing in module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-clearing-in-module-pool-table-control/m-p/10078078#M1812572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are using table control and you need to change data dynamically&lt;/P&gt;&lt;P&gt;or on pressing enter then you need to work on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;module &amp;lt;module name&amp;gt; &lt;SPAN class="L0S52"&gt;on &lt;/SPAN&gt;chain-request.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;here you can capture table enter key event and modify data as per needed.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 11:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-clearing-in-module-pool-table-control/m-p/10078078#M1812572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-12T11:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Value clearing in module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-clearing-in-module-pool-table-control/m-p/10078079#M1812573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you to switch on the debugger for each action of yours. Put a breakpoint in PAI and check where you are doing wrong stuff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAbheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 13:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-clearing-in-module-pool-table-control/m-p/10078079#M1812573</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-02-12T13:10:45Z</dc:date>
    </item>
  </channel>
</rss>

