<?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: syntax for report statemnt..? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-report-statemnt/m-p/1874105#M367707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because Report Name will be populated &amp;lt;b&amp;gt;at runtime dynamically&amp;lt;/b&amp;gt;. so it's mentioned with in (). REPORT (SY-REPID).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Raja Thangamani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2007 01:04:25 GMT</pubDate>
    <dc:creator>raja_thangamani</dc:creator>
    <dc:date>2007-01-08T01:04:25Z</dc:date>
    <item>
      <title>syntax for report statemnt..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-report-statemnt/m-p/1874104#M367706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please tell me why is ( ) required around sy-repid? in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT (SY-REPID)&lt;/P&gt;&lt;P&gt;       NO STANDARD PAGE HEADING&lt;/P&gt;&lt;P&gt;       LINE-COUNT 65&lt;/P&gt;&lt;P&gt;       LINE-SIZE  255&lt;/P&gt;&lt;P&gt;       MESSAGE-ID OIUH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Charles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 00:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-report-statemnt/m-p/1874104#M367706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T00:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: syntax for report statemnt..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-report-statemnt/m-p/1874105#M367707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because Report Name will be populated &amp;lt;b&amp;gt;at runtime dynamically&amp;lt;/b&amp;gt;. so it's mentioned with in (). REPORT (SY-REPID).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Raja Thangamani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 01:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-report-statemnt/m-p/1874105#M367707</guid>
      <dc:creator>raja_thangamani</dc:creator>
      <dc:date>2007-01-08T01:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: syntax for report statemnt..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-report-statemnt/m-p/1874106#M367708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've actually never seen a REPORT statement that had the report name as a variable, but that is the reason why the parenthsis are required.  I didn't know that that actually worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You see, usually the report statement is like so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ZRICH0001.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where ZRICH0001 is simply the static report name, but in your example, SY-REPID is a system variable, and you don't want the report name to be "SY-REPID", you want it to be the value of SY-REPID.  That is why you need the parenthesis, this tells the runtime that the variable value is to be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, I've never seen this done before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 01:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-report-statemnt/m-p/1874106#M367708</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-08T01:05:37Z</dc:date>
    </item>
  </channel>
</rss>

