SAP CL_SALV_FUNCTIONS_LIST OO Class - Generic and User-Defined Functions in List-Type Tables









CL_SALV_FUNCTIONS_LIST is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_SALV_FUNCTIONS_LIST including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_SALV_FUNCTIONS_LIST is CL_SALV_FUNCTIONS

Method list of CL_SALV_FUNCTIONS_LIST SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
SET_ABC_ANALYSISActivate ABC Analysis FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_ABC_ANALYSIS...more details

SET_AGGREGATION_AVERAGEActivate Average CalculationPublic
CALL METHOD cl_salv_functions_list=>SET_AGGREGATION_AVERAGE...more details

SET_AGGREGATION_COUNTActivate Count FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_AGGREGATION_COUNT...more details

SET_AGGREGATION_MAXIMUMActivate Maximum CalculationPublic
CALL METHOD cl_salv_functions_list=>SET_AGGREGATION_MAXIMUM...more details

SET_AGGREGATION_MINIMUMActivate Minimum CalculationPublic
CALL METHOD cl_salv_functions_list=>SET_AGGREGATION_MINIMUM...more details

SET_AGGREGATION_TOTALActivate Totalling FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_AGGREGATION_TOTAL...more details

SET_DEFAULTActivate Standard Selection of Generic ALV FunctionsPublic
CALL METHOD cl_salv_functions_list=>SET_DEFAULT...more details

SET_DETAILActivate Detail FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_DETAIL...more details

SET_EXPORT_FOLDERActivate Additional Functions of SAPQuery FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_EXPORT_FOLDER...more details

SET_EXPORT_HTMLActivate HTML Download FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_EXPORT_HTML...more details

SET_EXPORT_LOCALFILEActivate Export to Local File FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_EXPORT_LOCALFILE...more details

SET_EXPORT_MAILActivate Mail Office FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_EXPORT_MAIL...more details

SET_EXPORT_SENDActivate Send FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_EXPORT_SEND...more details

SET_EXPORT_SPREADSHEETActivate Spreadsheet FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_EXPORT_SPREADSHEET...more details

SET_EXPORT_WORDPROCESSORActivate Word Processing FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_EXPORT_WORDPROCESSOR...more details

SET_EXPORT_XMLActivate XML Export FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_EXPORT_XML...more details

SET_FILTERActivate Set Filter FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_FILTER...more details

SET_FILTER_DELETEActivate Remove Filter FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_FILTER_DELETE...more details

SET_FINDActivate Search FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_FIND...more details

SET_FIND_MOREActivate Search FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_FIND_MORE...more details

SET_GRAPHICSActivate Call Graphic FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_GRAPHICS...more details

SET_GROUP_AGGREGATIONActivate All Aggregation Group FunctionsPublic
CALL METHOD cl_salv_functions_list=>SET_GROUP_AGGREGATION...more details

SET_GROUP_EXPORTActivate All Export Group FunctionsPublic
CALL METHOD cl_salv_functions_list=>SET_GROUP_EXPORT...more details

SET_GROUP_FILTERActivate All Filter Group FunctionsPublic
CALL METHOD cl_salv_functions_list=>SET_GROUP_FILTER...more details

SET_GROUP_LAYOUTActivate All Layout Group FunctionsPublic
CALL METHOD cl_salv_functions_list=>SET_GROUP_LAYOUT...more details

SET_GROUP_SORTActivate All Sort Group FunctionsPublic
CALL METHOD cl_salv_functions_list=>SET_GROUP_SORT...more details

SET_GROUP_SUBTOTALActivate All Subtotal Group FunctionsPublic
CALL METHOD cl_salv_functions_list=>SET_GROUP_SUBTOTAL...more details

SET_GROUP_VIEWActivate All Display Group FunctionsPublic
CALL METHOD cl_salv_functions_list=>SET_GROUP_VIEW...more details

SET_LAYOUT_CHANGEActivate Change Layout FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_LAYOUT_CHANGE...more details

SET_LAYOUT_LOADActivate Load Layout FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_LAYOUT_LOAD...more details

SET_LAYOUT_MAINTAINActivate Manage Layout FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_LAYOUT_MAINTAIN...more details

SET_LAYOUT_SAVEActivate Save Layout FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_LAYOUT_SAVE...more details

SET_PRINTActivate Print FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_PRINT...more details

SET_PRINT_PREVIEWActivate Print Preview FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_PRINT_PREVIEW...more details

SET_SORT_ASCActivate Sort Ascending FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_SORT_ASC...more details

SET_SORT_DESCActivate Sort Descending FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_SORT_DESC...more details

SET_SUBTOTALSActivate Subtotal FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_SUBTOTALS...more details

SET_SUBTOTALS_OUTLINEActivate Drilldown Totals FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_SUBTOTALS_OUTLINE...more details

SET_UIFUNCTION_FOR_FLAVOURPrivate
CALL METHOD cl_salv_functions_list=>SET_UIFUNCTION_FOR_FLAVOUR...more details

SET_VIEW_CRYSTALActivate Crystal Report Function ViewPublic
CALL METHOD cl_salv_functions_list=>SET_VIEW_CRYSTAL...more details

SET_VIEW_EXCELActivate Excel Display FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_VIEW_EXCEL...more details

SET_VIEW_GRIDActivate Grid Display FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_VIEW_GRID...more details

SET_VIEW_LOTUSActivate Lotus Display FunctionPublic
CALL METHOD cl_salv_functions_list=>SET_VIEW_LOTUS...more details




Links to Related Class(s)

CL_SALV_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!