Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 is generic buffering?

1434


In delivery processing which step comes first picking, packing, posting goods issue ?

2147


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

1268


What are the types of subroutines?

1147


How many types of size categories and data classes are there? : abap data dictionary

1144


How to eliminate duplicate entries in internal tables? : abap data dictionary

1339


What is the use of dequeue function module? : sap abap data dictionary

1199


What are field groups?

1087


What are uses of foreign key?

1142


Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary

1181


How do you process errors in session method ? : abap bdc

1184


What are the differences between the table and the structure in the data dictionary in the sap abap?

1117


What is sap locking?

1101


What does the insert statement in extract datasets do?

1125


How do you document ABAP programs? Do you use program documentation menu option?

1211