2007 Oct 18 11:24 AM
Hi All,
I want to remove the vertical lines in the fieldcatalog.How can i remove the lines in the grid display.
Thanks.
Hi All,
I want to remove the vertical lines in the fieldcatalog.How can i remove the lines in the grid display.
Thanks.
2007 Oct 18 11:27 AM
Hi,
Give Layout-NO_VLINE = 'X' in layout structure of the ALV FM.
2007 Oct 18 11:29 AM
<b>If the layout structure is X_LAYOUT, then pass
X_LAYOUT-no_VLINE = 'X'.</b>
2007 Oct 18 11:31 AM
HI,,
DO THE FOLLOWING:
DATA: is_layout TYPE slis_layout_alv.
IS_LAYOUT-no_vline = 'X'.
THEN PASS THIS TO YOUR CALL FUNCTION:
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
it_fieldcat = gt_fieldcat[]
i_callback_program = g_repid
i_save = 'A'
is_layout = is_layout
TABLES
t_outtab = lt_order.
2007 Oct 18 11:35 AM
Hi Swapna,
use this in the layout structure.
Layout-NO_VLINE = 'X' .
Reward if Useful.
Regards,
Chitra
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |