<?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: Pre-defined header in report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pre-defined-header-in-report/m-p/2840885#M665357</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;Check this example code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PROGRAM ZARS NO STANDARD PAGE HEADING. 

START-OF-SELECTION. 
  WRITE: / 'line 1'. 
  WRITE: / 'line 2'. 
  WRITE: / 'line 3'. 

TOP-OF-PAGE. 
  WRITE: / 'Heading'. 
  ULINE. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2007 12:42:41 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2007-10-04T12:42:41Z</dc:date>
    <item>
      <title>Pre-defined header in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pre-defined-header-in-report/m-p/2840883#M665355</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;Maybe a stupid question but ... when we create a new ABAP (se38-&amp;gt;create) in our system, a report header (lines and pre-defined fields) is already in there. It's not an existing pattern in the system (no entries in TSE05). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me where this header in the ABAP is coming from and how we can change it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rob Makelaar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 12:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pre-defined-header-in-report/m-p/2840883#M665355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T12:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-defined header in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pre-defined-header-in-report/m-p/2840884#M665356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you use the NO STANDARD PAGE HEADING with the REPORT &amp;lt;Report name&amp;gt;, then you won't get these headers&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 12:39:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pre-defined-header-in-report/m-p/2840884#M665356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T12:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-defined header in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pre-defined-header-in-report/m-p/2840885#M665357</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;Check this example code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PROGRAM ZARS NO STANDARD PAGE HEADING. 

START-OF-SELECTION. 
  WRITE: / 'line 1'. 
  WRITE: / 'line 2'. 
  WRITE: / 'line 3'. 

TOP-OF-PAGE. 
  WRITE: / 'Heading'. 
  ULINE. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 12:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pre-defined-header-in-report/m-p/2840885#M665357</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-10-04T12:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-defined header in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pre-defined-header-in-report/m-p/2840886#M665358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not the output on the report, i'm talking about when you're creating an ABAP with the SE38. When he opens the file, a header (author, date, purpose etc) is already there. I want to change this. Any idea's ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 08:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pre-defined-header-in-report/m-p/2840886#M665358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T08:39:12Z</dc:date>
    </item>
  </channel>
</rss>

