<?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: heading in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/heading/m-p/1988619#M403428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vijay,&lt;/P&gt;&lt;P&gt;  Copy the script to a new layout and make the changes. You need to make changes in some way or the other to get the required result.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2007 08:25:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-27T08:25:27Z</dc:date>
    <item>
      <title>heading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/heading/m-p/1988615#M403424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HELLO ONCE AGAIN,&lt;/P&gt;&lt;P&gt;please tell me how to put a heading in the sap script..i tried in d header of the script but its not enough v really need a big heading representing our company....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wit  regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 08:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/heading/m-p/1988615#M403424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T08:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: heading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/heading/m-p/1988616#M403425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Paragraph Format in the Script with a large Font.&lt;/P&gt;&lt;P&gt;Use that paragraph format in the text element foor the Heading.&lt;/P&gt;&lt;P&gt;Refer this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d1/80318f454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d1/80318f454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 08:06:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/heading/m-p/1988616#M403425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T08:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: heading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/heading/m-p/1988617#M403426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but d problem is it is a predefined sap script and der is 8 paragraph formats so couldnt create new..please help me out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 08:16:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/heading/m-p/1988617#M403426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T08:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: heading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/heading/m-p/1988618#M403427</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;simply u can hard coding or also pass column heading in variable .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:ph &amp;amp;material_no&amp;amp;,,&amp;amp;material type&amp;amp;,,-----&amp;gt;variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:ph material number ,, material type,,---&amp;gt;hard coded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ph-paragraph format.&lt;/P&gt;&lt;P&gt;_________________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In main window&lt;/P&gt;&lt;P&gt;use control commands TOP and ENDTOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: TOP&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;colhead1 colhead2.....and so on&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;/: ENDTOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this TOP and ENDTOP should be at the beginning of Main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;you create a WINDOW with the COLUMN HEADER Texts and call this in all the pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;____________________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just use SYSTEM Variable to check its not equal to 1.&lt;/P&gt;&lt;P&gt;/: TOP&lt;/P&gt;&lt;P&gt;/: IF &amp;amp;PAGE&amp;amp; &amp;lt;&amp;gt; '1'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;your headingds&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;/: ENDIF&lt;/P&gt;&lt;P&gt;/: ENDTOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way we are not printing heading in first page.&lt;/P&gt;&lt;P&gt;below is the logic to print headings ONLY on First page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also write the same headings just after you are printing your text.&lt;/P&gt;&lt;P&gt;/: IF &amp;amp;PAGE&amp;amp; = '1'&lt;/P&gt;&lt;P&gt;H1 ,,LINIT,, BIN,,PICK QTY,,UoM,,BATCH,,DESC.,,PRODUCT,,IC&lt;/P&gt;&lt;P&gt;= ,,TO.,,PRODUCT DESC.,,INV QTY,,CLS,,WT&lt;/P&gt;&lt;P&gt;H1 ,,,,,,,,,,,,,, ID,,,,LN#&lt;/P&gt;&lt;P&gt;H1 &amp;amp;ULINE(130)&amp;amp;&lt;/P&gt;&lt;P&gt;/: ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this /: IF &amp;amp;PAGE&amp;amp; = '1' is to check its not printing for all the pages.just for 1st page,where after printing some text,this heading will appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;________________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try giving like this...&lt;/P&gt;&lt;P&gt;/: if &amp;amp;nextpage&amp;amp; &amp;gt; 1&lt;/P&gt;&lt;P&gt;/: top&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;/: endtop&lt;/P&gt;&lt;P&gt;/: endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;do reward if it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers!&lt;/P&gt;&lt;P&gt;sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 08:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/heading/m-p/1988618#M403427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T08:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: heading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/heading/m-p/1988619#M403428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vijay,&lt;/P&gt;&lt;P&gt;  Copy the script to a new layout and make the changes. You need to make changes in some way or the other to get the required result.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 08:25:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/heading/m-p/1988619#M403428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T08:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: heading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/heading/m-p/1988620#M403429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is a copied script...so couldnt make it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 08:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/heading/m-p/1988620#M403429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T08:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: heading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/heading/m-p/1988621#M403430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 05:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/heading/m-p/1988621#M403430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T05:46:12Z</dc:date>
    </item>
  </channel>
</rss>

