‎2007 Nov 29 2:55 PM
Hello;
I have implemented OO ALV grid and excluded some of the function icons. Altough the save variant function is not excluded it is not displayed in the output. What can be the reason?
Thx in advance,
Ali
‎2007 Nov 29 3:00 PM
Hi,
Check these <<<<<< lines
gs_variant-report = sy-repid. "<<<<<
gs_variant-username = sy-uname. "<<<<<
call method grid1->set_table_for_first_display
exporting
is_layout = gs_layout
is_variant = gs_variant
i_save = 'A' "<<<<<<
it_toolbar_excluding = i_exclude[]
changing
it_outtab = i_output[]
it_fieldcatalog = i_fieldcat[]
exceptions
invalid_parameter_combination = 1
program_error = 2
too_many_lines = 3
others = 4.
a®
‎2007 Nov 29 3:00 PM
Hi,
Check these <<<<<< lines
gs_variant-report = sy-repid. "<<<<<
gs_variant-username = sy-uname. "<<<<<
call method grid1->set_table_for_first_display
exporting
is_layout = gs_layout
is_variant = gs_variant
i_save = 'A' "<<<<<<
it_toolbar_excluding = i_exclude[]
changing
it_outtab = i_output[]
it_fieldcatalog = i_fieldcat[]
exceptions
invalid_parameter_combination = 1
program_error = 2
too_many_lines = 3
others = 4.
a®