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


Please Help Members By Posting Answers For Below Questions

What type of user exits have you written ?

1507


What is the meaning of client independent?

565


What is bdc programming? : abap bdc

569


Explain the difference between float and packed data type?

748


– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required:  Sales Org  Delivery type  Sales document type Optional:  Planned Goods movement date  Option to choose E-Mail  E-mail Address  Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields,  Success/Error (S/E)  Sales Document number  Delivery number  New Debit memo request number  Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS

5520






Name a few data dictionary objects? : abap data dictionary

675


What is the difference between function group and function module?

517


What is the difference between commit-work and rollback-work tasks?

653


What is buffering allowed but switched off?

857


What is an rdbms?

579


How to call other programs?

618


What is the difference between skip and reserve?

602


What is a match code? : abap data dictionary

633


What is interactive reporting?

608


How can I make a differentiation between dependent and independent data? : abap hr

553