How to disable the function in alv tool bar.
Answers were Sorted based on User's Feedback
Answer / anil salekar
In Functional Module 'REUSE_ALV_GRID_DISPLAY', there is an
Optional IMPORTING parameter IT_EXCLUDING. It is an
internal table. You must only fill this table if the caller
uses the standard interface of the list tool but does not
need certain interface functions and therefore wants to
disable them.
In this case, you must enter the function codes of these
standard functions into the table.
Is This Answer Correct ? | 18 Yes | 1 No |
Answer / john v.
If you are using Custom interface(PF-STATUS), then populate
IT_EXCLUDE internal table with functions that u don't want
to show out. and use it in the subroutine which is assigned
to the import parameter I_CALLBACK_PF_STATUS_SET.
eg. SET PF-STATUS <Interface Name> EXCLUDING IT_EXCLUDE.
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / manikandan
hai in that function module exporting parameter's there will
be many in that comment which ever u does'nt need...
for example .
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = sy-cprog
i_background_id = 'TRVPICTURE32'
i_grid_title = text1
is_layout = S_layout
it_fieldcat = T_FIELDCAT
it_events = event[]
"comment
i_save = 'A'
" this line will not all u to save the layout.
TABLES
t_outtab = I_FINAL.
IF sy-subrc <> 0.
Is This Answer Correct ? | 2 Yes | 13 No |
In the process of creating a delivery tere is a firld date which needs to be saved, there is an userexit available but that exit does not have that date field in it, how would you overcome this. You have the delivery no that got created instead
How to write long-text in SAP scripts? EX: I want to write text like below: * Terms and Conditions: 1>.... 2>.... 3>....
How do you generate Interactive report using ALV's?
What are the components of selection table?
In Background Report,how to handle errors?
6 Answers Cap Gemini, Raj Construction,
What was the purpose of the BADI you have used?
What are the functional areas? User groups?
How we format the data before writing a statement in the report?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
How many types of tables exist and what are they in data dictionary?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
What are the advantages/ dis-advantages of logical databases?