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_FUNCTIONSMethod 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 Name | Description | Visability |
| SET_ABC_ANALYSIS | Activate ABC Analysis Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_ABC_ANALYSIS...more details | ||
| SET_AGGREGATION_AVERAGE | Activate Average Calculation | Public |
| CALL METHOD cl_salv_functions_list=>SET_AGGREGATION_AVERAGE...more details | ||
| SET_AGGREGATION_COUNT | Activate Count Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_AGGREGATION_COUNT...more details | ||
| SET_AGGREGATION_MAXIMUM | Activate Maximum Calculation | Public |
| CALL METHOD cl_salv_functions_list=>SET_AGGREGATION_MAXIMUM...more details | ||
| SET_AGGREGATION_MINIMUM | Activate Minimum Calculation | Public |
| CALL METHOD cl_salv_functions_list=>SET_AGGREGATION_MINIMUM...more details | ||
| SET_AGGREGATION_TOTAL | Activate Totalling Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_AGGREGATION_TOTAL...more details | ||
|
| ||
| SET_DEFAULT | Activate Standard Selection of Generic ALV Functions | Public |
| CALL METHOD cl_salv_functions_list=>SET_DEFAULT...more details | ||
| SET_DETAIL | Activate Detail Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_DETAIL...more details | ||
| SET_EXPORT_FOLDER | Activate Additional Functions of SAPQuery Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_EXPORT_FOLDER...more details | ||
| SET_EXPORT_HTML | Activate HTML Download Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_EXPORT_HTML...more details | ||
| SET_EXPORT_LOCALFILE | Activate Export to Local File Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_EXPORT_LOCALFILE...more details | ||
| SET_EXPORT_MAIL | Activate Mail Office Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_EXPORT_MAIL...more details | ||
| SET_EXPORT_SEND | Activate Send Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_EXPORT_SEND...more details | ||
| SET_EXPORT_SPREADSHEET | Activate Spreadsheet Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_EXPORT_SPREADSHEET...more details | ||
| SET_EXPORT_WORDPROCESSOR | Activate Word Processing Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_EXPORT_WORDPROCESSOR...more details | ||
| SET_EXPORT_XML | Activate XML Export Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_EXPORT_XML...more details | ||
| SET_FILTER | Activate Set Filter Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_FILTER...more details | ||
| SET_FILTER_DELETE | Activate Remove Filter Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_FILTER_DELETE...more details | ||
| SET_FIND | Activate Search Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_FIND...more details | ||
| SET_FIND_MORE | Activate Search Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_FIND_MORE...more details | ||
| SET_GRAPHICS | Activate Call Graphic Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_GRAPHICS...more details | ||
| SET_GROUP_AGGREGATION | Activate All Aggregation Group Functions | Public |
| CALL METHOD cl_salv_functions_list=>SET_GROUP_AGGREGATION...more details | ||
| SET_GROUP_EXPORT | Activate All Export Group Functions | Public |
| CALL METHOD cl_salv_functions_list=>SET_GROUP_EXPORT...more details | ||
| SET_GROUP_FILTER | Activate All Filter Group Functions | Public |
| CALL METHOD cl_salv_functions_list=>SET_GROUP_FILTER...more details | ||
| SET_GROUP_LAYOUT | Activate All Layout Group Functions | Public |
| CALL METHOD cl_salv_functions_list=>SET_GROUP_LAYOUT...more details | ||
| SET_GROUP_SORT | Activate All Sort Group Functions | Public |
| CALL METHOD cl_salv_functions_list=>SET_GROUP_SORT...more details | ||
| SET_GROUP_SUBTOTAL | Activate All Subtotal Group Functions | Public |
| CALL METHOD cl_salv_functions_list=>SET_GROUP_SUBTOTAL...more details | ||
| SET_GROUP_VIEW | Activate All Display Group Functions | Public |
| CALL METHOD cl_salv_functions_list=>SET_GROUP_VIEW...more details | ||
| SET_LAYOUT_CHANGE | Activate Change Layout Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_LAYOUT_CHANGE...more details | ||
| SET_LAYOUT_LOAD | Activate Load Layout Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_LAYOUT_LOAD...more details | ||
| SET_LAYOUT_MAINTAIN | Activate Manage Layout Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_LAYOUT_MAINTAIN...more details | ||
| SET_LAYOUT_SAVE | Activate Save Layout Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_LAYOUT_SAVE...more details | ||
| SET_PRINT | Activate Print Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_PRINT...more details | ||
| SET_PRINT_PREVIEW | Activate Print Preview Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_PRINT_PREVIEW...more details | ||
| SET_SORT_ASC | Activate Sort Ascending Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_SORT_ASC...more details | ||
| SET_SORT_DESC | Activate Sort Descending Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_SORT_DESC...more details | ||
| SET_SUBTOTALS | Activate Subtotal Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_SUBTOTALS...more details | ||
| SET_SUBTOTALS_OUTLINE | Activate Drilldown Totals Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_SUBTOTALS_OUTLINE...more details | ||
| SET_UIFUNCTION_FOR_FLAVOUR | Private | |
| CALL METHOD cl_salv_functions_list=>SET_UIFUNCTION_FOR_FLAVOUR...more details | ||
| SET_VIEW_CRYSTAL | Activate Crystal Report Function View | Public |
| CALL METHOD cl_salv_functions_list=>SET_VIEW_CRYSTAL...more details | ||
| SET_VIEW_EXCEL | Activate Excel Display Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_VIEW_EXCEL...more details | ||
| SET_VIEW_GRID | Activate Grid Display Function | Public |
| CALL METHOD cl_salv_functions_list=>SET_VIEW_GRID...more details | ||
| SET_VIEW_LOTUS | Activate Lotus Display Function | Public |
| 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