<?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 Create colum headings using text elements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-colum-headings-using-text-elements/m-p/5953719#M1336591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create column heading of a report using text element, how can i create create column headings using text elements and how can i use in the top-of-page event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2009 07:05:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-20T07:05:32Z</dc:date>
    <item>
      <title>Create colum headings using text elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-colum-headings-using-text-elements/m-p/5953719#M1336591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create column heading of a report using text element, how can i create create column headings using text elements and how can i use in the top-of-page event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 07:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-colum-headings-using-text-elements/m-p/5953719#M1336591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-20T07:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create colum headings using text elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-colum-headings-using-text-elements/m-p/5953720#M1336592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the text elements directly in the top-of-page event and create the headings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under the top-of-page event, you can enter the following code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: / 'Report :',   sy-cprog,&lt;/P&gt;&lt;P&gt;           at l_pos_t1      text-001,&lt;/P&gt;&lt;P&gt;           at l_pos_end     'Date:', sy-datum,&lt;/P&gt;&lt;P&gt;           / 'Sys/Cli:', (03) sy-sysid, '/', sy-mandt,&lt;/P&gt;&lt;P&gt;           at l_pos_t2 i_title2,&lt;/P&gt;&lt;P&gt;           at l_pos_end     'Time:', sy-uzeit,&lt;/P&gt;&lt;P&gt;           / 'UserID :', sy-uname,&lt;/P&gt;&lt;P&gt;           at l_pos_t3 text-003,&lt;/P&gt;&lt;P&gt;           at l_pos_end     text-004 , (4) sy-pagno no-sign,&lt;/P&gt;&lt;P&gt;                            'of',    (4) v_pagex no-sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 07:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-colum-headings-using-text-elements/m-p/5953720#M1336592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-20T07:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create colum headings using text elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-colum-headings-using-text-elements/m-p/5953721#M1336593</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;For your requirement you have to use a lot of text elements with write statement.&lt;/P&gt;&lt;P&gt;for all the text elemtns assign some text and activate them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/1 text-001, 20 text-002, 40 text-003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During double clinking on each element it will ask the for some description.&lt;/P&gt;&lt;P&gt;Give some suitable description and activate it.&lt;/P&gt;&lt;P&gt;Do for all elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 07:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-colum-headings-using-text-elements/m-p/5953721#M1336593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-20T07:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create colum headings using text elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-colum-headings-using-text-elements/m-p/5953722#M1336594</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;1 For Creating Text Element,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to Se38 -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; Write Name of the Program &lt;DEL&gt;- &amp;gt; Click Change button -&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="---" /&gt; &amp;gt; Then go to GoTo on Menu Bar--&amp;gt; text Elements &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; Select Text Symbol &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In First Column( Sym)  Write any Number which is not used  like 001, 002.....&lt;/P&gt;&lt;P&gt;In Second Column (Text) write in text or description .... like Sales Order....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use this text Symbol in code -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; &amp;gt;  text-001, text-002.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 In order to insert a report heading in to the ALV grid you need to perform the following steps:&lt;/P&gt;&lt;P&gt;    	           1. Update 'REUSE_ALV_GRID_DISPLAY' FM call to include 'top-of-page' FORM&lt;/P&gt;&lt;P&gt;	           2. Create 'top-of-page' FORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 In order to add event functionality such as 'END_OF_PAGE' to the ALV grid you need to setup the&lt;/P&gt;&lt;P&gt;  IT_EVENTS option of the ALV function module. Also depending on which event you are using you&lt;/P&gt;&lt;P&gt;   may also need to setup the print parameters by activating the IS_PRINT option. Please note for events&lt;/P&gt;&lt;P&gt;  such as end_of_page, end_of_list etc they will not be displayed on screen but only in the printed&lt;/P&gt;&lt;P&gt;   output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Step 1. Add data declaration for events and print parameters&lt;/P&gt;&lt;P&gt;        Step 2. Update 'REUSE_ALV_GRID_DISPLAY' FM call to include parameter 'it_events' and 'is_print'&lt;/P&gt;&lt;P&gt;        Step 3. Add code to setup events table and print parameters&lt;/P&gt;&lt;P&gt;        Step 4. Create event FORM(s), which are executed when event is triggered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;ShreeMohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 08:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-colum-headings-using-text-elements/m-p/5953722#M1336594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-20T08:06:02Z</dc:date>
    </item>
  </channel>
</rss>

