How to disable the function in alv tool bar.
Answer Posted / 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 |
Post New Answer View All Answers
Difference between sy-tabix and sy-index? Where it is used?
How can we achieve MVC ?
wht is the diff. b/n initialization and lotus of event
What is an “on input filed” statements?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What are field groups?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
Define external layer? : abap data dictionary
How do you activate a function exit?
Can we create field without data element? If yes, how?
What is the difference between a structure and an append structure?
Is the basic list deleted when the new list is created?
What are logical databases?
How do you take care of performance issues in your ABAP programs?
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary