<?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: Problem with aligning values in ALV header??????? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-aligning-values-in-alv-header/m-p/3317973#M794822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to generate the gap among the varaibles use "seperated by space" in concatenate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate p_Matnr-low&lt;/P&gt;&lt;P&gt;'to'&lt;/P&gt;&lt;P&gt;p_Matnr-high into FieldCatalog-info seperated by space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points,if it i suseful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;chandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2008 02:45:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-07T02:45:02Z</dc:date>
    <item>
      <title>Problem with aligning values in ALV header???????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-aligning-values-in-alv-header/m-p/3317967#M794816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am supposed to show  some values in ALV header some thing like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PGMID:      xxxxx&lt;/P&gt;&lt;P&gt;Material:    p_Matnr-low    to   p_Matnr high&lt;/P&gt;&lt;P&gt;Plant:        p_werks-low    to  p_werks-high&lt;/P&gt;&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;   ALV Reoport&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this i wrote code something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fieldcatalog-status='s'.&lt;/P&gt;&lt;P&gt;Fieldcatalog-key = 'PGMID:'.&lt;/P&gt;&lt;P&gt;FieldCatalog-info = 'xxxxxxxx'&lt;/P&gt;&lt;P&gt;append field catlalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fieldcatalog-status='s'.&lt;/P&gt;&lt;P&gt;Fieldcatalog-key = 'Material:'.&lt;/P&gt;&lt;P&gt;Concatenate p_Matnr-low&lt;/P&gt;&lt;P&gt;                   'to'&lt;/P&gt;&lt;P&gt;                    p_Matnr-high into FieldCatalog-info.  &lt;/P&gt;&lt;P&gt;append field catlalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now output shown is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PGMID:      xxxxx&lt;/P&gt;&lt;P&gt;Material:    p_Matnr-low  to p_Matnr high&lt;/P&gt;&lt;P&gt;Plant:        p_werks-low  to p_werks-high&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to give a good gap in between the 'to' as shown initially. Any idea on this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 17:10:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-aligning-values-in-alv-header/m-p/3317967#M794816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T17:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with aligning values in ALV header???????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-aligning-values-in-alv-header/m-p/3317968#M794817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;instead of 'to', try  ' to '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 17:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-aligning-values-in-alv-header/m-p/3317968#M794817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T17:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with aligning values in ALV header???????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-aligning-values-in-alv-header/m-p/3317969#M794818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; I am supposed to show  some values in ALV header some thing like this&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; PGMID:      xxxxx&lt;/P&gt;&lt;P&gt;&amp;gt; Material:    p_Matnr-low    to   p_Matnr high&lt;/P&gt;&lt;P&gt;&amp;gt; Plant:        p_werks-low    to  p_werks-high&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; -&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------" /&gt;&lt;P&gt;&amp;gt;    ALV Reoport&lt;/P&gt;&lt;P&gt;&amp;gt; -&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------" /&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; For this i wrote code something like this.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA : l_space(10) value space. 
"in this case you'll get 10 chars space.by changing this value you can adjust space
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; Fieldcatalog-status='s'.&lt;/P&gt;&lt;P&gt;&amp;gt; Fieldcatalog-key = 'PGMID:'.&lt;/P&gt;&lt;P&gt;&amp;gt; FieldCatalog-info = 'xxxxxxxx'&lt;/P&gt;&lt;P&gt;&amp;gt; append field catlalog.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Fieldcatalog-status='s'.&lt;/P&gt;&lt;P&gt;&amp;gt; Fieldcatalog-key = 'Material:'.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Concatenate p_Matnr-low  'to'   p_Matnr-high into FieldCatalog-info 
SEPARATED BY l_space.  
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; append field catlalog.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; etc................&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Now output shown is like this&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; PGMID:      xxxxx&lt;/P&gt;&lt;P&gt;&amp;gt; Material:    p_Matnr-low  to p_Matnr high&lt;/P&gt;&lt;P&gt;&amp;gt; Plant:        p_werks-low  to p_werks-high&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I am not able to give a good gap in between the 'to' as shown initially. Any idea on this??&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 17:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-aligning-values-in-alv-header/m-p/3317969#M794818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T17:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with aligning values in ALV header???????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-aligning-values-in-alv-header/m-p/3317970#M794819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make use of HTML TOP_OF_PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*--- ALV List Display
  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
            I_CALLBACK_PROGRAM          = G_PROGNAME
            I_CALLBACK_HTML_TOP_OF_PAGE  = 'TOP_OF_PAGE' " Check here&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
            IT_FIELDCAT                 = G_T_FIELDCAT
            IT_EVENTS                   = IT_EVENTS
       TABLES
            T_OUTTAB                    = G_T_DETAIL
       EXCEPTIONS
            PROGRAM_ERROR               = 1
            OTHERS                      = 2.
  IF SY-SUBRC &amp;lt;&amp;gt; 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.

*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Form  TOP-OF-PAGE
*&amp;amp;---------------------------------------------------------------------*
*        For Top of page
*----------------------------------------------------------------------*
FORM TOP_OF_PAGE USING CL_DD TYPE REF TO CL_DD_DOCUMENT.    "#EC *
  DATA: LT_TEXTS TYPE SDYDO_TEXT_TABLE.
  DATA: LV_NUMC(8) TYPE N.
  DATA: LV_COUNT(255).
* To write the Ist Block
  CALL METHOD CL_DD-&amp;gt;ADD_TEXT
    EXPORTING
      TEXT         = TEXT-010
      SAP_STYLE    = CL_DD_DOCUMENT=&amp;gt;SMALL
      SAP_COLOR    = CL_DD_DOCUMENT=&amp;gt;LIST_HEADING_INT
      SAP_FONTSIZE = CL_DD_DOCUMENT=&amp;gt;SMALL
      SAP_EMPHASIS = CL_DD_DOCUMENT=&amp;gt;STRONG
      STYLE_CLASS  = SPACE.
  CALL METHOD CL_DD-&amp;gt;UNDERLINE.
  CALL METHOD CL_DD-&amp;gt;ADD_TEXT
    EXPORTING
      TEXT         = TEXT-013
      SAP_STYLE    = CL_DD_DOCUMENT=&amp;gt;SMALL
      SAP_COLOR    = CL_DD_DOCUMENT=&amp;gt;LIST_HEADING_INT
      SAP_FONTSIZE = CL_DD_DOCUMENT=&amp;gt;SMALL
      SAP_EMPHASIS = CL_DD_DOCUMENT=&amp;gt;STRONG
      STYLE_CLASS  = SPACE.
  CALL METHOD CL_DD-&amp;gt;ADD_GAP
    EXPORTING
      WIDTH = 29.
  CALL METHOD CL_DD-&amp;gt;ADD_TEXT
    EXPORTING
      TEXT         = TEXT-012
      SAP_STYLE    = CL_DD_DOCUMENT=&amp;gt;SMALL
      SAP_COLOR    = CL_DD_DOCUMENT=&amp;gt;LIST_HEADING_INT
      SAP_FONTSIZE = CL_DD_DOCUMENT=&amp;gt;SMALL
      SAP_EMPHASIS = CL_DD_DOCUMENT=&amp;gt;STRONG
      STYLE_CLASS  = SPACE.
  CALL METHOD CL_DD-&amp;gt;UNDERLINE.
  CALL METHOD CL_DD-&amp;gt;UNDERLINE.
ENDFORM.                    "top_of_page
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will make u give perfect alignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 17:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-aligning-values-in-alv-header/m-p/3317970#M794819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T17:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with aligning values in ALV header???????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-aligning-values-in-alv-header/m-p/3317971#M794820</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;Please find attached below code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  IF NOT so_bukrs-low IS INITIAL AND NOT so_bukrs-high IS INITIAL.

    CLEAR: gs_line.
    gs_line-typ  = gc_s.
    gs_line-key  = 'Company Code'(015).
    CONCATENATE so_bukrs-low 'to' so_bukrs-high INTO gs_line-info
    SEPARATED BY space.
    APPEND gs_line TO lt_top_of_page.

  ELSEIF so_bukrs-low IS INITIAL AND so_bukrs-high IS INITIAL.
    CLEAR: gs_line.
    gs_line-typ  = gc_s.
    gs_line-key  = 'Company Code'(015).
    gs_line-info = 'ALL Values'(012).
    APPEND gs_line TO lt_top_of_page.


  ELSEIF so_bukrs-high IS INITIAL.

    CLEAR: gs_line.
    gs_line-typ  = gc_s.
    gs_line-key  = 'Company Code'(015).
    gs_line-info = so_bukrs-low.
    APPEND gs_line TO lt_top_of_page.

  ENDIF.


*Fiscal Year
  CLEAR gs_line.
  gs_line-typ = gc_s.
  gs_line-key = 'Year'(014).
  MOVE sp_gjahr TO gs_line-info.
  APPEND gs_line TO lt_top_of_page.

*Period
  CLEAR gs_line.
  gs_line-typ = gc_s.
  gs_line-key = 'Period'(013).
  MOVE sp_monat TO gs_line-info.
  APPEND gs_line TO lt_top_of_page.

*Currency Key
  IF NOT so_waers-low IS INITIAL AND NOT so_waers-high IS INITIAL.

    CLEAR: gs_line.
    gs_line-typ  = gc_s.
    gs_line-key  = 'Currency'(011).
    CONCATENATE so_waers-low 'to' so_waers-high INTO gs_line-info
    SEPARATED BY space.
    APPEND gs_line TO lt_top_of_page.

  ELSEIF so_waers-low IS INITIAL AND so_waers-high IS INITIAL.
    CLEAR: gs_line.
    gs_line-typ  = gc_s.
    gs_line-key  = 'Currency'(011).
    gs_line-info = 'ALL Values'(012).
    APPEND gs_line TO lt_top_of_page.


  ELSEIF so_waers-high IS INITIAL.

    CLEAR: gs_line.
    gs_line-typ  = gc_s.
    gs_line-key  = 'Currency'(011).
    gs_line-info = so_waers-low.
    APPEND gs_line TO lt_top_of_page.

  ENDIF.

*Clearing Doc
  IF NOT so_augbl-low IS INITIAL AND NOT so_augbl-high IS INITIAL.

    CLEAR: gs_line.
    gs_line-typ  = gc_s.
    gs_line-key  = 'Clearing Doc'(020).
    CONCATENATE so_augbl-low 'to' so_augbl-high INTO gs_line-info
    SEPARATED BY space.
    APPEND gs_line TO lt_top_of_page.

  ELSEIF so_augbl-low IS INITIAL AND so_augbl-high IS INITIAL.
    CLEAR: gs_line.
    gs_line-typ  = gc_s.
    gs_line-key  = 'Clearing Doc'(020).
    gs_line-info = 'ALL Values'(012).
    APPEND gs_line TO lt_top_of_page.


  ELSEIF so_augbl-high IS INITIAL.

    CLEAR: gs_line.
    gs_line-typ  = gc_s.
    gs_line-key  = 'Clearing Doc'(020).
    gs_line-info = so_augbl-low.
    APPEND gs_line TO lt_top_of_page.

  ENDIF.

*User ID
  IF NOT so_usrid-low IS INITIAL AND NOT so_usrid-high IS INITIAL.

    CLEAR: gs_line.
    gs_line-typ  = gc_s.
    gs_line-key  = 'User ID'(021).
    CONCATENATE so_usrid-low 'to' so_usrid-high INTO gs_line-info
    SEPARATED BY space.
    APPEND gs_line TO lt_top_of_page.

  ELSEIF so_usrid-low IS INITIAL AND so_usrid-high IS INITIAL.
    CLEAR: gs_line.
    gs_line-typ  = gc_s.
    gs_line-key  = 'User ID'(021).
    gs_line-info = 'ALL Values'(012).
    APPEND gs_line TO lt_top_of_page.


  ELSEIF so_usrid-high IS INITIAL.

    CLEAR: gs_line.
    gs_line-typ  = gc_s.
    gs_line-key  = 'User ID'(021).
    gs_line-info = so_usrid-low.
    APPEND gs_line TO lt_top_of_page.

  ENDIF.


*GL Account

  IF NOT so_hkont-low IS INITIAL AND NOT so_hkont-high IS INITIAL.

    SHIFT so_hkont-low LEFT DELETING LEADING '0'.
    SHIFT so_hkont-high LEFT DELETING LEADING '0'.

    CLEAR: gs_line.
    gs_line-typ  = gc_s.
    gs_line-key  = 'GL Account'(004).
    CONCATENATE so_hkont-low 'to' so_hkont-high INTO gs_line-info
    SEPARATED BY space.
    APPEND gs_line TO lt_top_of_page.

  ELSEIF so_hkont-low IS INITIAL AND so_hkont-high IS INITIAL.
    CLEAR: gs_line.
    gs_line-typ  = gc_s.
    gs_line-key  = 'GL Account'(004).
    gs_line-info = 'ALL Values'(012).
    APPEND gs_line TO lt_top_of_page.

  ELSEIF so_hkont-high IS INITIAL.

    SHIFT so_hkont-low LEFT DELETING LEADING '0'.

    CLEAR: gs_line.
    gs_line-typ  = gc_s.
    gs_line-key  = 'GL Account'(004).
    gs_line-info = so_hkont-low.
    APPEND gs_line TO lt_top_of_page.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 18:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-aligning-values-in-alv-header/m-p/3317971#M794820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T18:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with aligning values in ALV header???????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-aligning-values-in-alv-header/m-p/3317972#M794821</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; Chk this blog if it can help u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/community.user/blog/2007/05/07/alignment-of-data-in-top-of-page-in-alv-grid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 18:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-aligning-values-in-alv-header/m-p/3317972#M794821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T18:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with aligning values in ALV header???????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-aligning-values-in-alv-header/m-p/3317973#M794822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to generate the gap among the varaibles use "seperated by space" in concatenate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate p_Matnr-low&lt;/P&gt;&lt;P&gt;'to'&lt;/P&gt;&lt;P&gt;p_Matnr-high into FieldCatalog-info seperated by space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points,if it i suseful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;chandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 02:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-aligning-values-in-alv-header/m-p/3317973#M794822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T02:45:02Z</dc:date>
    </item>
  </channel>
</rss>

