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
What is generic buffering?
In delivery processing which step comes first picking, packing, posting goods issue ?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What are the types of subroutines?
How many types of size categories and data classes are there? : abap data dictionary
How to eliminate duplicate entries in internal tables? : abap data dictionary
What is the use of dequeue function module? : sap abap data dictionary
What are field groups?
What are uses of foreign key?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
How do you process errors in session method ? : abap bdc
What are the differences between the table and the structure in the data dictionary in the sap abap?
What is sap locking?
What does the insert statement in extract datasets do?
How do you document ABAP programs? Do you use program documentation menu option?