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
How to create user interfaces for lists?
What are the differences between macro and subroutine?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
wat is the default file name of BAPI trace?
How many lists can a program can produce?
What is the significance of delivery class?
Do we create table fields with out data elements and domains?
Which type of tables used this buffer?
Define infotype ? : abap hr
Type casting and error handling
What are pooled tables?
What are the events used for logical database?
Explain the disadvantages of abap query tool?
How can we set the tablespaces and extent sizes ?