<?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: Ques on Report statement/command. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ques-on-report-statement-command/m-p/2037200#M418554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Reports ie programs set as executable in the attributes, the first keyword that is allowed is the REPORT statement. I guess this is what diferentiates between a report/include/module pool when you do a syntax check or press F8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Mar 2007 00:31:32 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2007-03-10T00:31:32Z</dc:date>
    <item>
      <title>Ques on Report statement/command.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ques-on-report-statement-command/m-p/2037198#M418552</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;What happens if we give some other name after the word "REPORT" in a program eg if the program is za and we say REPORT zb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran it. Nothing happened. The prog ran fine. What is then the use of such a statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Charles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 23:05:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ques-on-report-statement-command/m-p/2037198#M418552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T23:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ques on Report statement/command.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ques-on-report-statement-command/m-p/2037199#M418553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, nothing with happen, not sure why it is like this, but mainly the REPORT statement is important for its extensions like LINE-COUNT, LINE-SIZE, and NO STANDARD PAGE HEADING, and MESSAGE ID &amp;lt;ZAA&amp;gt;.&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>Fri, 09 Mar 2007 23:25:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ques-on-report-statement-command/m-p/2037199#M418553</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-09T23:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ques on Report statement/command.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ques-on-report-statement-command/m-p/2037200#M418554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Reports ie programs set as executable in the attributes, the first keyword that is allowed is the REPORT statement. I guess this is what diferentiates between a report/include/module pool when you do a syntax check or press F8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 00:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ques-on-report-statement-command/m-p/2037200#M418554</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-03-10T00:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ques on Report statement/command.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ques-on-report-statement-command/m-p/2037201#M418555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;  you can replace the key word REPORT with the key word PROGRAM. In executable programs, PROGRAM means the same as REPORT and can be used with the latter's additions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although you do not absolutely need to specify the name rep, you should always use the name of the ABAP program from the Repository.  even if u dnt specify the report name or program name it stilll executes but report statement has 2 be the first sattement.even if the first statement is simply&lt;/P&gt;&lt;P&gt;REPORT.&lt;/P&gt;&lt;P&gt;it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kiran kumar k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 07:29:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ques-on-report-statement-command/m-p/2037201#M418555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T07:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ques on Report statement/command.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ques-on-report-statement-command/m-p/2037202#M418556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi charles,&lt;/P&gt;&lt;P&gt;    when we specify the name of the report when creating that willbe considered.&lt;/P&gt;&lt;P&gt;And it will be copied into our program.&lt;/P&gt;&lt;P&gt;    Even we wont specify the name also it will accept as:&lt;/P&gt;&lt;P&gt;  1.  report           (blank).&lt;/P&gt;&lt;P&gt;   It will even accept as:&lt;/P&gt;&lt;P&gt;  2. Program       (blank)   or&lt;/P&gt;&lt;P&gt;  3.program ran (some name) or&lt;/P&gt;&lt;P&gt;  4.report ran.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  it will accept 1,2,3,4 cases .&lt;/P&gt;&lt;P&gt;means it wont considered thenames and all ,just it will check whether it is report or program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 07:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ques-on-report-statement-command/m-p/2037202#M418556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T07:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ques on Report statement/command.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ques-on-report-statement-command/m-p/2037203#M418557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Mar 2007 20:19:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ques-on-report-statement-command/m-p/2037203#M418557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-11T20:19:48Z</dc:date>
    </item>
  </channel>
</rss>

