<?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: doesn't capturing value in classical report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doesn-t-capturing-value-in-classical-report/m-p/6834220#M1472007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi harry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur Reply.&lt;/P&gt;&lt;P&gt;I Have Furthur Requirement Like &lt;/P&gt;&lt;P&gt;iam able to hold the fields value  but how can i get the grand total at the footer of the page by pressing enter&lt;/P&gt;&lt;P&gt;and i have to validate the fields when user gives input how can i validate the field values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;venki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Apr 2010 08:25:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-13T08:25:12Z</dc:date>
    <item>
      <title>doesn't capturing value in classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doesn-t-capturing-value-in-classical-report/m-p/6834218#M1472005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a problem like&lt;/P&gt;&lt;P&gt;in my classical report(write statements)  i used 3 input fields in the report i have to give input .&lt;/P&gt;&lt;P&gt;but the values are not capturing anywhere. I want to capture all the 3 input field values.&lt;/P&gt;&lt;P&gt;here  at line selection is notpossible because in future it may increase upto 15 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards.&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Apr 2010 13:39:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doesn-t-capturing-value-in-classical-report/m-p/6834218#M1472005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-10T13:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: doesn't capturing value in classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doesn-t-capturing-value-in-classical-report/m-p/6834219#M1472006</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;do.&lt;/P&gt;&lt;P&gt;read line sy-index.&lt;/P&gt;&lt;P&gt;Values in a line are stored in SY-LISEL. So using offset you can capture the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-lisel eq space.&lt;/P&gt;&lt;P&gt; exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear sy-lisel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Apr 2010 14:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doesn-t-capturing-value-in-classical-report/m-p/6834219#M1472006</guid>
      <dc:creator>former_member418469</dc:creator>
      <dc:date>2010-04-10T14:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: doesn't capturing value in classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doesn-t-capturing-value-in-classical-report/m-p/6834220#M1472007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi harry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur Reply.&lt;/P&gt;&lt;P&gt;I Have Furthur Requirement Like &lt;/P&gt;&lt;P&gt;iam able to hold the fields value  but how can i get the grand total at the footer of the page by pressing enter&lt;/P&gt;&lt;P&gt;and i have to validate the fields when user gives input how can i validate the field values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;venki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 08:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doesn-t-capturing-value-in-classical-report/m-p/6834220#M1472007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-13T08:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: doesn't capturing value in classical report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doesn-t-capturing-value-in-classical-report/m-p/6834221#M1472008</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;Once u got the field put condition on the field and throw message as per requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for total when user does any user action refresh the list and disolay total second time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 08:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doesn-t-capturing-value-in-classical-report/m-p/6834221#M1472008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-13T08:48:17Z</dc:date>
    </item>
  </channel>
</rss>

