<?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 Isse withGET statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501386#M1421867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a reports using LDB PNPCE. It's a custom report.&lt;/P&gt;&lt;P&gt;The contrl is not going to GET statement in this. It's directly going to END-OF-SELECTION reading everything before GET statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Tables: PERNR.
NODES: PERAS.

START-OF-SELECTION.
**--Get first date &amp;amp; last date of month
  PERFORM get_first_last_date_month CHANGING w_strdate
                                             w_enddate.

**--Get Employees data
GET peras.
**--Code

END-OF-SELECTION&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2010 07:43:44 GMT</pubDate>
    <dc:creator>amit_khare</dc:creator>
    <dc:date>2010-01-21T07:43:44Z</dc:date>
    <item>
      <title>Isse withGET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501386#M1421867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a reports using LDB PNPCE. It's a custom report.&lt;/P&gt;&lt;P&gt;The contrl is not going to GET statement in this. It's directly going to END-OF-SELECTION reading everything before GET statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Tables: PERNR.
NODES: PERAS.

START-OF-SELECTION.
**--Get first date &amp;amp; last date of month
  PERFORM get_first_last_date_month CHANGING w_strdate
                                             w_enddate.

**--Get Employees data
GET peras.
**--Code

END-OF-SELECTION&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 07:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501386#M1421867</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2010-01-21T07:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Isse withGET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501387#M1421868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you will have to use GET PERNR instead of GET PERAS. PERNR is the main high level node in this ldb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 07:47:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501387#M1421868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T07:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Isse withGET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501388#M1421869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;PERAS will work with PNPCE.&lt;/P&gt;&lt;P&gt;As use of the 'GET PERNR' event is forbidden in this case.&lt;/P&gt;&lt;P&gt;But don't know what the issue is here, its not going to that line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 08:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501388#M1421869</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2010-01-21T08:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Isse withGET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501389#M1421870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tried, and it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The event sequence is;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;get peras. -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt; multiple times&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just copy paste to get a feel of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report abc.

tables : pernr.
nodes : peras.


start-of-selection.
write :/ 'start of selection'.

get peras.
write 'peras event '.


end-of-selection.
write :/ 'end of selection'.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 08:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501389#M1421870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T08:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Isse withGET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501390#M1421871</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;Yeah it wok fine and same is working on couple of reports other reports also.&lt;/P&gt;&lt;P&gt;Its only giving problem in this object. Can't do much as its a copy of a standard report.&lt;/P&gt;&lt;P&gt;Changing the code to read from PNP Logical Database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 05:34:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501390#M1421871</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2010-01-25T05:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Isse withGET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501391#M1421872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the issue with the Subroutine???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 05:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501391#M1421872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T05:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Isse withGET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501392#M1421873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No.&lt;/P&gt;&lt;P&gt;The control is going directly to END-OF SELECTION ihout going to GET statement.&lt;/P&gt;&lt;P&gt;Its reading everything written before GET in START-OF-SELECTION and after executing the last command before GET, control will go directly to END-OF-SELECTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 05:41:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501392#M1421873</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2010-01-25T05:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Isse withGET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501393#M1421874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Let clarify 2 things...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Do you have selection-screen for that? If so what inputs are u giving?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Sometimes due to Authorisation issues it may happen ( The same happend once ) so try to check with other diff SAP- ID'S...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Is the issue with only this report using PERAS or any other reports are also having same issue when using peras??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit Did you check things?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: saslove sap on Jan 25, 2010 7:23 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 05:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isse-withget-statement/m-p/6501393#M1421874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T05:47:42Z</dc:date>
    </item>
  </channel>
</rss>

