2007 Jun 06 12:35 AM
Hi,
I have created report using 'REUSE_ALV_GRID_DISPLAY'
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = lv_repid "Program Name
i_callback_top_of_page = 'TOP_OF_PAGE' "Top of Page
is_layout = w_layout "Layout Details
it_fieldcat = t_fcat "Field Catelog
i_default = 'X'
i_save = 'A' "Save Layout
it_events = t_slis_t_events "Event Details
IS_VARIANT = VARIANT
TABLES
t_outtab = t_outtab "Internal Table
EXCEPTIONS
program_error = 1
OTHERS = 2.
But in output Word processing and the Excel formatting buttons are misings.
Please advice.
Thanx....
Hi,
I have created report using 'REUSE_ALV_GRID_DISPLAY'
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = lv_repid "Program Name
i_callback_top_of_page = 'TOP_OF_PAGE' "Top of Page
is_layout = w_layout "Layout Details
it_fieldcat = t_fcat "Field Catelog
i_default = 'X'
i_save = 'A' "Save Layout
it_events = t_slis_t_events "Event Details
IS_VARIANT = VARIANT
TABLES
t_outtab = t_outtab "Internal Table
EXCEPTIONS
program_error = 1
OTHERS = 2.
But in output Word processing and the Excel formatting buttons are misings.
Please advice.
Thanx....
2007 Jun 06 12:37 AM
Hi Umesh,
Just comment line in the bold and try.
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = lv_repid "Program Name
i_callback_top_of_page = 'TOP_OF_PAGE' "Top of Page
<b>is_layout = w_layout "Layout Details</b>
it_fieldcat = t_fcat "Field Catelog
i_default = 'X'
i_save = 'A' "Save Layout
it_events = t_slis_t_events "Event Details
IS_VARIANT = VARIANT
TABLES
t_outtab = t_outtab "Internal Table
EXCEPTIONS
program_error = 1
OTHERS = 2.
Regards,
Atish
2007 Jun 06 12:41 AM
Hi Atish,
Thanx for the reply.
I tried that but not working.
--Umesh
2007 Jun 06 12:49 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |