How to disable the function in alv tool bar.
Answer Posted / 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 |
Post New Answer View All Answers
Define spool request?
What is a logical database?
What are the different methods of passing data?
What is full form of bdc session? : abap bdc
Can you define a field without a data element?
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
What are indexes? : sap abap data dictionary
What is table attribute? : abap data dictionary
Can you print decimals in type n?
Explain what is the significance of hide?
How do you document ABAP programs? Do you use program documentation menu option?
What is the use of at new statement ?
What are the update types possible? : abap data dictionary
what is field string ? & where we are using field strings?
What does the insert statement in extract datasets do? : abap modularization