<?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: Report command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-command/m-p/5787423#M1309300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's required to be the first line of an executable program.  That's it.  No deeper reason.  It's the way it ABAP was designed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2009 14:24:55 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2009-06-22T14:24:55Z</dc:date>
    <item>
      <title>Report command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-command/m-p/5787420#M1309297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I wanted to know that after creating a report if we go in the code and change the report name from there (the first line which has report name e.g-  REPORT Ztest   MESSAGE-ID Zts.) why doesn't it give compile time or run time error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 14:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-command/m-p/5787420#M1309297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-22T14:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Report command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-command/m-p/5787421#M1309298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;REPORT rep. &lt;/P&gt;&lt;P&gt;REPORT is the first statement in a program. rep can be any name, but you are recommended to use &lt;/P&gt;&lt;P&gt;the name of the ABAP program.Its not mandatory to have report name same as the actual Abap program name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR Jaideep,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 14:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-command/m-p/5787421#M1309298</guid>
      <dc:creator>jaideepsharma</dc:creator>
      <dc:date>2009-06-22T14:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Report command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-command/m-p/5787422#M1309299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then whats the use of this command ??. to give message class or other parameters why do we need to specify this report name when it can have any value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 14:22:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-command/m-p/5787422#M1309299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-22T14:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Report command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-command/m-p/5787423#M1309300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's required to be the first line of an executable program.  That's it.  No deeper reason.  It's the way it ABAP was designed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 14:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-command/m-p/5787423#M1309300</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-06-22T14:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Report command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-command/m-p/5787424#M1309301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome to SCN!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not mandatory to give the report name in this line, only strongly recommended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 14:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-command/m-p/5787424#M1309301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-22T14:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Report command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-command/m-p/5787425#M1309302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Giving report name is mandatory because if you comment it out it throws error .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 14:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-command/m-p/5787425#M1309302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-22T14:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Report command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-command/m-p/5787426#M1309303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Giving report name is mandatory because if you comment it out it throws error .&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In ECC 6, you need the report keyword, but you do not actually have to supply the report name:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report line-size 132 message-id 00 line-count 65.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 14:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-command/m-p/5787426#M1309303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-22T14:39:14Z</dc:date>
    </item>
  </channel>
</rss>

