2008 Jan 24 11:38 AM
Can Any send me how to add second line in ALV Header ...
Like ....
i have heading like ABCDEFGH
but i need to have ABCDEFGH
IJKLMNOPQ
Thanx & Regards,
Phaninder
Can Any send me how to add second line in ALV Header ...
Like ....
i have heading like ABCDEFGH
but i need to have ABCDEFGH
IJKLMNOPQ
Thanx & Regards,
Phaninder
2008 Jan 24 11:42 AM
hi,
try liek this
FORM build_header USING temp_list TYPE slis_t_listheader.
CLEAR st_line.
st_line-typ = 'H'.
st_line-info = 'Material Info'.
APPEND st_line TO temp_list.
CLEAR st_line.
st_line-typ = 'H'. or st_line-typ = 'S'. or st_line-typ = 'A'.
st_line-info = 'Material Info1'.
APPEND st_line TO temp_list.
ENDFORM. "build_header
reward if usefull
2008 Jan 24 11:46 AM
Hi,
Please refer to the link below :
http://www.sapdev.co.uk/reporting/alv/alvgrid_rephead.htm
Thanks,
Sri,
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |