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 are the problems in processing batch input sessions?

603


What is time constraint ? : abap hr

692


What is Transactional based Application & Role based Application?

1047


Have you set up a back ground job ? How to create a background job without a variant ?

643


What are the basic object types? : sap abap hr

623






B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.

2457


What are datasets in abap?

672


What are the disadvantages of logical databases?

665


Explain what is the purpose of sap script?

574


5) How to rereive text elements in SF and script?

1644


Explain the client concept of sap.

577


What are the update types possible?

608


Can we define our own match code id's for sap matchcodes ?

589


How to split one Invoice into Multiple ( Step by Step)?

1703


what is abstract classes

872