<?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: alv list header alignment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235632#M140684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suganya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you writing data in the TOP OF PAGE? Are you using the write statments?&lt;/P&gt;&lt;P&gt;If yes, then you can specify the position where it needs to be written.&lt;/P&gt;&lt;P&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, 21 Mar 2006 04:29:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-21T04:29:19Z</dc:date>
    <item>
      <title>alv list header alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235631#M140683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frnd's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using an alv list viewer,in top of page i am displaying some text i want to align the text sy-datum to right corner of the page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 04:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235631#M140683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T04:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: alv list header alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235632#M140684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suganya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you writing data in the TOP OF PAGE? Are you using the write statments?&lt;/P&gt;&lt;P&gt;If yes, then you can specify the position where it needs to be written.&lt;/P&gt;&lt;P&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, 21 Mar 2006 04:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235632#M140684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T04:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: alv list header alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235633#M140685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CLEAR GS_LINE.&lt;/P&gt;&lt;P&gt;  GS_LINE-TYP  = 'H'.&lt;/P&gt;&lt;P&gt;  GS_LINE-INFO = 'HEADER 1'.&lt;/P&gt;&lt;P&gt;  APPEND GS_LINE TO GT_TOP_OF_PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I AM NOT USING THE WRITE STATEMENT THAT IS THE PROBLEM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 04:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235633#M140685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T04:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: alv list header alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235634#M140686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suganya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did u try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: sy-datum right-justified .&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;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 04:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235634#M140686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T04:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: alv list header alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235635#M140687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whether the alignment is possible.if so help me .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 05:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235635#M140687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T05:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: alv list header alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235636#M140688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suganya, alignment in ALV header is only possible if you are using ALV LIST, in that case you can use the write statement in the event TOP_OF_PAGE; but if you are using ALV GRID, then this is not posibble since ALV GRID's header has fixed positions according to the text tipe (H, S) or the logo. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Jesus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 14:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235636#M140688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T14:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: alv list header alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235637#M140689</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;as Jesus suggested it is Not possible in GRID ALV but ALV list you can use normal write statements using right-justified, left-justified .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 14:38:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235637#M140689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T14:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: alv list header alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235638#M140690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suganya,&lt;/P&gt;&lt;P&gt;I got a funny thought.. Just implement it if poss..&lt;/P&gt;&lt;P&gt;Make the text right aligned.. and fill the first place of the slis*-info with period (.), which is hardly visible in the top-of-page!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 05:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-list-header-alignment/m-p/1235638#M140690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T05:30:16Z</dc:date>
    </item>
  </channel>
</rss>

