<?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 ALV listheader parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-listheader-parameters/m-p/2150565#M454036</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;data: t_heading type slis_t_listheader&lt;/P&gt;&lt;P&gt;is_line type slis_listheader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creating a TOP OF PAGE Header for ALV DISPLAY.&lt;/P&gt;&lt;P&gt;form build_header using p_t_heading.&lt;/P&gt;&lt;P&gt;refresh t_heading.&lt;/P&gt;&lt;P&gt;clear is_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is_line-typ = 'H /S /A'.&lt;/P&gt;&lt;P&gt;is_line-key = ' '.&lt;/P&gt;&lt;P&gt;is_line-info = ' .&lt;/P&gt;&lt;P&gt;append is_line to t_heading.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the meaning for &amp;lt;b&amp;gt;H, S, A .&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;where we'll those three.&lt;/P&gt;&lt;P&gt;wat are the diference between those three, can u explain the purpose of the three pareameters individually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Apr 2007 13:13:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-07T13:13:11Z</dc:date>
    <item>
      <title>ALV listheader parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-listheader-parameters/m-p/2150565#M454036</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;data: t_heading type slis_t_listheader&lt;/P&gt;&lt;P&gt;is_line type slis_listheader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creating a TOP OF PAGE Header for ALV DISPLAY.&lt;/P&gt;&lt;P&gt;form build_header using p_t_heading.&lt;/P&gt;&lt;P&gt;refresh t_heading.&lt;/P&gt;&lt;P&gt;clear is_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is_line-typ = 'H /S /A'.&lt;/P&gt;&lt;P&gt;is_line-key = ' '.&lt;/P&gt;&lt;P&gt;is_line-info = ' .&lt;/P&gt;&lt;P&gt;append is_line to t_heading.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the meaning for &amp;lt;b&amp;gt;H, S, A .&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;where we'll those three.&lt;/P&gt;&lt;P&gt;wat are the diference between those three, can u explain the purpose of the three pareameters individually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 13:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-listheader-parameters/m-p/2150565#M454036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-07T13:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: ALV listheader parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-listheader-parameters/m-p/2150566#M454037</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;H  is for Headings ... Big Font...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A is for Action .... Medium Font&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S --- Text appears as running font ( normal font ) Small font&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Suppose we are going to print the  Company's Name in the Top .. then we will go For 'H'..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For printing User name , Time of billing, etc.. we use 'S'.. ( running font )... &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally we use the above two !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it helps u,&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 13:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-listheader-parameters/m-p/2150566#M454037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-07T13:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: ALV listheader parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-listheader-parameters/m-p/2150567#M454038</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;Apart from the information u have seen above, there are a few points regarding ur question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The info u write on the list using above method is avaliable only in GRID display of ALV and not with LIST display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The parameters u have mentioned are avaliable only with the REUSE_ALV_COMMENTRY_WRITE function module....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. The type 'S' will give u an option to write the content in bold letters, and seperate the other part from this bold display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: &amp;lt;b&amp;gt;Company name:&amp;lt;/b&amp;gt; SAP AG  etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;P&gt; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Apr 2007 14:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-listheader-parameters/m-p/2150567#M454038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-08T14:16:26Z</dc:date>
    </item>
  </channel>
</rss>

