2007 Nov 05 8:19 PM
What's the use of LAYOUT in ALV?
Plz help me.
Thanx.
2007 Nov 05 8:23 PM
With the help of layout in ALV you can set the overall options for the ALV
Like:
ZEBRA - for zebra coloring
COLUMN_WIDTH_OPTIMAZTION - to optimize the columns
COLOR
BOX_FIELD - for checkbox
Regards,
Naimesh Patel
2007 Nov 06 3:04 AM
Hi
Layout controls the look Displaye parameters of your ALV..Check
FORM alv_layo.
g_r_layo-grid_title = text-019 . ( eg " Title of Grid )
g_r_layo-cwidth_opt = g_c_mark.
g_r_layo-zebra = g_c_mark.
g_r_layo-no_rowmark = space.
g_r_layo-sel_mode = g_c_selmode.
ENDFORM. " alv_layo
Hope this helps.
Praveen
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |