SAP IF_SALV_ITAB_SERVICES OO Class - ALV UI services for internal tables









IF_SALV_ITAB_SERVICES 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 IF_SALV_ITAB_SERVICES including details of:

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



Method list of IF_SALV_ITAB_SERVICES 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
CHECK_FOR_CONTRACT_VIOLATIONchecks for API contract violations (may raise exception)Public
CALL METHOD if_salv_itab_services=>CHECK_FOR_CONTRACT_VIOLATION...more details

GET_AGGREGATION_RULESReturns the active aggregation rulesPublic
CALL METHOD if_salv_itab_services=>GET_AGGREGATION_RULES...more details

GET_COLUMN_CATALOGManages columns and their formatting optionsPublic
CALL METHOD if_salv_itab_services=>GET_COLUMN_CATALOG...more details

GET_FILTER_RULESReturns the active filter rulesPublic
CALL METHOD if_salv_itab_services=>GET_FILTER_RULES...more details

GET_FORMATTING_RULESReturns the rules for conditional formattingPublic
CALL METHOD if_salv_itab_services=>GET_FORMATTING_RULES...more details

GET_GROUPING_RULESReturns the active grouping rulesPublic
CALL METHOD if_salv_itab_services=>GET_GROUPING_RULES...more details

GET_RESULT_VIEW_DATA_ONLYGet a result view on data rows only (no group info)Public
CALL METHOD if_salv_itab_services=>GET_RESULT_VIEW_DATA_ONLY...more details

GET_RESULT_VIEW_GROUPED_DATAGet a merged result view on data with group informationPublic
CALL METHOD if_salv_itab_services=>GET_RESULT_VIEW_GROUPED_DATA...more details

GET_SORT_RULESReturns the active sort rulesPublic
CALL METHOD if_salv_itab_services=>GET_SORT_RULES...more details

GET_TEXT_SEARCHRetruns the text searchPublic
CALL METHOD if_salv_itab_services=>GET_TEXT_SEARCH...more details

LOCK_FOR_CHANGING_SOURCE_DATAindicates start of edit operations on source dataPublic
CALL METHOD if_salv_itab_services=>LOCK_FOR_CHANGING_SOURCE_DATA...more details

SET_AGGREGATION_RULESDefine the active aggregation rulesPublic
CALL METHOD if_salv_itab_services=>SET_AGGREGATION_RULES...more details

SET_FILTER_RULESDefines the active filter rulesPublic
CALL METHOD if_salv_itab_services=>SET_FILTER_RULES...more details

SET_FORMATTING_RULESDefines rules for conditional formattingPublic
CALL METHOD if_salv_itab_services=>SET_FORMATTING_RULES...more details

SET_GROUPING_RULESDefines the active grouping rulesPublic
CALL METHOD if_salv_itab_services=>SET_GROUPING_RULES...more details

SET_INSERT_POSITIONsets position (source index) for newly inserted rowsPublic
CALL METHOD if_salv_itab_services=>SET_INSERT_POSITION...more details

SET_NEW_SOURCE_DATAreplaces source data tablePublic
CALL METHOD if_salv_itab_services=>SET_NEW_SOURCE_DATA...more details

SET_SORT_RULESDefines the active sort rulesPublic
CALL METHOD if_salv_itab_services=>SET_SORT_RULES...more details

SUGGEST_FILTER_VALUESPossible filter values, depending on active filter rulesPublic
CALL METHOD if_salv_itab_services=>SUGGEST_FILTER_VALUES...more details

UNLOCKends edit operations with change logPublic
CALL METHOD if_salv_itab_services=>UNLOCK...more details




Links to Related Class(s)

IF_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!