2009 Sep 16 5:35 AM
Hi,
I want to know how to exclude the entire toolbar in alv report.Previously i was appending all the function code whcih I do not need to lt_exclude tab and passing it to method while displaying table.
But the problem is even though all the cdoes has been removed, some have been disabled but still on screen.
Is there any method by which I can remove the whole menubar...I dont need any fcode.
2009 Sep 16 5:47 AM
Hi,
I want to know how to exclude the entire toolbar in alv report.Previously i was appending all the function code whcih I do not need to lt_exclude tab and passing it to method while displaying table.
But the problem is even though all the cdoes has been removed, some have been disabled but still on screen.
Is there any method by which I can remove the whole menubar...I dont need any fcode.
2009 Sep 16 5:47 AM
2009 Sep 16 5:50 AM
Try to comment
PF-STATUS ' ' excluding.............and
I_CALLBACK_PF_STATUSin function module.
2009 Sep 16 6:01 AM
2009 Sep 16 11:12 AM
Example:-
form SET_PF_STATUS USING rt_extab TYPE slis_t_extab.
set PF-STATUS 'WRITE YOUR STATUS NAME' excluding rt_extab.
endform.