<?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: generate report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044713#M420888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am asking for the keyword "GENERATE REPORT"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2007 06:14:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-15T06:14:19Z</dc:date>
    <item>
      <title>generate report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044708#M420883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can anyone tell me how to the genetare report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044708#M420883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: generate report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044709#M420884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat,&lt;/P&gt;&lt;P&gt;Can u elaborate the question.&lt;/P&gt;&lt;P&gt;What do u exactly mean by generation of report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:09:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044709#M420884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: generate report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044710#M420885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;  go 2 transaction SE38 and u can type the report program and then save n activate and then executeusing F8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement is for internal use only. &lt;/P&gt;&lt;P&gt;It cannot be used in application programs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;GENERATE REPORT prog [error_handling]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extras: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ... MESSAGE f1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... INCLUDE f2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. ... LINE f3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. ... WORD f4 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. ... OFFSET f5 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. ... TRACE-FILE f6 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. ... DIRECTORY ENTRY f7 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. ... WITHOUT SELECTION-SCREEN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. ... MESSAGE-ID f8 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.... SHORTDUMP-ID f9 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11.... WITH PRECOMPILED HEADERS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12.... WITH TEST CODE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Generates the program specified in the field prog. If the program is a report (that is, a type 1 program), the selection screen is generated automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Return Value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 0: &lt;/P&gt;&lt;P&gt;Program generated successfully. &lt;/P&gt;&lt;P&gt;SY-SUBRC &amp;lt;&amp;gt; 0: &lt;/P&gt;&lt;P&gt;Unable to generate program. &lt;/P&gt;&lt;P&gt;SY-SUBRC = 4: &lt;/P&gt;&lt;P&gt;Syntax error. &lt;/P&gt;&lt;P&gt;SY-SUBRC = 8: &lt;/P&gt;&lt;P&gt;Generation error. &lt;/P&gt;&lt;P&gt;SY-SUBRC = 12: &lt;/P&gt;&lt;P&gt;Error when generating selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 1 &lt;/P&gt;&lt;P&gt;... MESSAGE f1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;When a syntax error occurs, the error message is stored in this field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 2 &lt;/P&gt;&lt;P&gt;... INCLUDE f2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;When a syntax error occurs, the name of the include program in which the error occurred is stored in this field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 3 &lt;/P&gt;&lt;P&gt;... LINE f3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;When a syntax error occurs, the number of the incorrect line is stored in this field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 4 &lt;/P&gt;&lt;P&gt;... WORD f4 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;When a syntax error occurs, the incorrect word is stored in this field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 5 &lt;/P&gt;&lt;P&gt;... OFFSET f5 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;When a syntax error occurs, the position of the incorrect word in the incorrect line is stored in this field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 6 &lt;/P&gt;&lt;P&gt;... TRACE-FILE f6 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Trace output is stored in this file. This addition automatically activates the trace mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 7 &lt;/P&gt;&lt;P&gt;... DIRECTORY ENTRY f7 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The program attributes required for checking are taken from the field f7. This field must correspond to the structure of the table TRDIR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 8 &lt;/P&gt;&lt;P&gt;... WITHOUT SELECTION-SCREEN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Does not generate the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 9 &lt;/P&gt;&lt;P&gt;... MESSAGE-ID f8 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;If a syntax error occurs, writes the key of the appropriate error message to the field f8. This key has the same structure as the key of the TRMSG table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 10 &lt;/P&gt;&lt;P&gt;... SHORTDUMP-ID f9 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;If a short dump occurs, this addition writes the key of the appropriate short dump to the field f9. This key has a maximum length of 30 characters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 11 &lt;/P&gt;&lt;P&gt;... WITH PRECOMPILED HEADERS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This addition allows you to regenerate precompiled headers during the generation of the ABAP program prog. Precompiled headers are used to increase the translation speed of the ABAP compiler by buffering the declaration data of global classes, interfaces, and type groups in formatted form for the ABAP compiler. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;If you use this addition, you must ensure that the application performs a COMMIT WORK or ROLLBACK WORK within a short period of time. This ensures that the database locks, which are set when the precompiled headers are regenerated, are held for a short time only and thus do not block the generation of other ABAP programs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 12 &lt;/P&gt;&lt;P&gt;... WITH TEST CODE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this addition, the test classes of the program are generated independently of the profile parameter abap/test_generation. &lt;/P&gt;&lt;P&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        kiran kumar kamati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044710#M420885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: generate report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044711#M420886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generation of Report is nothing but Activating it. Activation of the report would generate the executable code in the application layer of the server that can run and give the output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:10:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044711#M420886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: generate report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044712#M420887</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;Press control+F3 button to generate the report. It will create the Run time object for that program, which will be globally available.&lt;/P&gt;&lt;P&gt;or from menu PRORAM-&amp;gt; Generate&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:11:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044712#M420887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: generate report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044713#M420888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am asking for the keyword "GENERATE REPORT"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044713#M420888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: generate report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044714#M420889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you execute a program an internal submit is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly Generate report :This statement is for internal use only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It Generates the program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044714#M420889</guid>
      <dc:creator>Azeemquadri</dc:creator>
      <dc:date>2007-03-15T06:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: generate report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044715#M420890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GENERATE REPORT statement can be used internally in SAP, that cant be used in normal application programs that we develop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-report/m-p/2044715#M420890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:30:34Z</dc:date>
    </item>
  </channel>
</rss>

