<?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 Display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1120850#M108875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;    my requirement is iam displaying the fiels in alv grid and while displaying i have the total value(vbrk-netwr) and it is displayed with the column header "NET AMOUNT', now my requirement is i want to change the column heading to my own heading where should i set it??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2006 09:37:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-25T09:37:58Z</dc:date>
    <item>
      <title>Alv Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1120850#M108875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;    my requirement is iam displaying the fiels in alv grid and while displaying i have the total value(vbrk-netwr) and it is displayed with the column header "NET AMOUNT', now my requirement is i want to change the column heading to my own heading where should i set it??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 09:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1120850#M108875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T09:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alv Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1120851#M108876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to modify the fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 09:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1120851#M108876</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-01-25T09:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alv Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1120852#M108877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai frederic,&lt;/P&gt;&lt;P&gt;             thanks for the reply , but which attribute in the fieldcatlog  has top be modified&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 09:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1120852#M108877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T09:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alv Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1120853#M108878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in fieldcatalog &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_fieldcat-seltext = .........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 09:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1120853#M108878</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-01-25T09:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Alv Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1120854#M108879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to modify the field seltext_m of the fieldcatalog.&lt;/P&gt;&lt;P&gt;like..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line_fieldcat-seltext_m = 'NET AMOUNT.'. " &lt;/P&gt;&lt;P&gt;  APPEND line_fieldcat TO i_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now pass i_fieldcat as parameter to 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 09:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1120854#M108879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T09:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Alv Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1120855#M108880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajani&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The column header displays the name of a column for the user. You are able to define three different texts as column header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Determine Wording of the Column Header :&lt;/P&gt;&lt;P&gt;The column header is a property of the COLUMN object. In this way you are able to specify the column header for every column in the internal data table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can specify three different variants of the column header: The long, medium and short column header. If the user changes the column width, the column header that fits the column best is automatically used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function                  Class             Method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Determine version     CL_SALV_COLUMN    SET_LONG_TEXT&lt;/P&gt;&lt;P&gt;of the column header                    SET_MEDIUM_TEXT&lt;/P&gt;&lt;P&gt;                                        SET_SHORT_TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to reward pts, if it helps ;&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 10:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1120855#M108880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T10:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alv Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1120856#M108881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you populated the field catalog using FM, in that case you just need to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read the fieldcatalog with fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and change the sel_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some thing like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;read table it_fieldcat with key fieldname = 'NETWR'.
if sy-subrc = 0.
   it_fieldcat-seltext_l = 'New text'.    
   it_fieldcat-seltext_m = 'New text'.  
   it_fieldcat-seltext_s = 'New text'.   
modify it_fieldcat index sy-tabix.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are populating manually then include &lt;/P&gt;&lt;P&gt;along with fieldcat entries for netwr.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;   it_fieldcat-seltext_l = 'New text'.    
   it_fieldcat-seltext_m = 'New text'.  
   it_fieldcat-seltext_s = 'New text'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 10:16:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1120856#M108881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T10:16:42Z</dc:date>
    </item>
  </channel>
</rss>

