Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Word processing and Execl processing buttons missing my ALV output

Former Member
0 Likes
496

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....

3 REPLIES 3
Read only

Former Member
0 Likes
464

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

Read only

0 Likes
464

Hi Atish,

Thanx for the reply.

I tried that but not working.

--Umesh

Read only

0 Likes
464

Hi Umesh,

If possible paste your whole code here.

Regards,

Atish