2006 Dec 04 4:52 PM
I am using the functions for the alv blocks like
REUSE_ALV_BLOCK_LIST_INIT
REUSE_ALV_BLOCK_LIST_HS_APPEND
REUSE_ALV_BLOCK_LIST_DISPLAY
and i have seen that i can´t choose and save a layout, i would like if exists a way of changing and saving the layout in the alv blocks.
Thanks in advance.
2006 Dec 04 5:05 PM
TRY for grid:
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
try for header:
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
Warren
I am using the functions for the alv blocks like
REUSE_ALV_BLOCK_LIST_INIT
REUSE_ALV_BLOCK_LIST_HS_APPEND
REUSE_ALV_BLOCK_LIST_DISPLAY
and i have seen that i can´t choose and save a layout, i would like if exists a way of changing and saving the layout in the alv blocks.
Thanks in advance.
2006 Dec 04 5:05 PM
TRY for grid:
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
try for header:
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
Warren
2006 Dec 04 5:13 PM
Hi Carl,
Use the FM
REUSE_ALV_LIST_LAYOUT_INFO_GETBelow is the sample code for it.
call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET'
importing
es_layout = lv_layout1
et_fieldcat = i_fieldcat1
exceptions
no_infos = 1
program_error = 2
others = 3.Please do not forget to mark the helpful answers.
Thanks,
Sreekanth
2006 Dec 05 11:48 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |