SAP CL_SALV_IDA_ATS OO Class - ATS for IDA









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

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

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SALV_ITAB_SERVICES

Method list of CL_SALV_IDA_ATS 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
CLEAR_DATA_CACHEProtected
CALL METHOD cl_salv_ida_ats=>CLEAR_DATA_CACHE...more details

CONSTRUCTORPublic
CALL METHOD cl_salv_ida_ats=>CONSTRUCTOR...more details

CONV_FILTER_TO_GROUPEDProtected
CALL METHOD cl_salv_ida_ats=>CONV_FILTER_TO_GROUPED...more details

CREATE_GROUPING_SERVICEProtected
CALL METHOD cl_salv_ida_ats=>CREATE_GROUPING_SERVICE...more details

CREATE_ORDER_BY_CLAUSEProtected
CALL METHOD cl_salv_ida_ats=>CREATE_ORDER_BY_CLAUSE...more details

GET_GRAND_TOTALProtected
CALL METHOD cl_salv_ida_ats=>GET_GRAND_TOTAL...more details

GET_GROUPED_DATA_COUNTProtected
CALL METHOD cl_salv_ida_ats=>GET_GROUPED_DATA_COUNT...more details

GET_GROUPED_DATA_PAGEProtected
CALL METHOD cl_salv_ida_ats=>GET_GROUPED_DATA_PAGE...more details

GET_PAGEProtected
CALL METHOD cl_salv_ida_ats=>GET_PAGE...more details

GET_PARENT_NODESProtected
CALL METHOD cl_salv_ida_ats=>GET_PARENT_NODES...more details

GET_QUERY_ENGINEPublic
CALL METHOD cl_salv_ida_ats=>GET_QUERY_ENGINE...more details

GET_ROW_COUNTProtected
CALL METHOD cl_salv_ida_ats=>GET_ROW_COUNT...more details

GET_ROW_COUNT_WITHOUT_FILTERPublic
CALL METHOD cl_salv_ida_ats=>GET_ROW_COUNT_WITHOUT_FILTER...more details

IS_FILTER_ACTIVEProtected
CALL METHOD cl_salv_ida_ats=>IS_FILTER_ACTIVE...more details

IS_GRAND_TOTAL_IN_TABLEProtected
CALL METHOD cl_salv_ida_ats=>IS_GRAND_TOTAL_IN_TABLE...more details

IS_GROUPED_RESULT_NEEDEDProtected
CALL METHOD cl_salv_ida_ats=>IS_GROUPED_RESULT_NEEDED...more details

MERGE_SEARCH_SORT_VISIBLEPrivate
CALL METHOD cl_salv_ida_ats=>MERGE_SEARCH_SORT_VISIBLE...more details

NAVIGATE_TO_NEXT_DATA_ROWPublic
CALL METHOD cl_salv_ida_ats=>NAVIGATE_TO_NEXT_DATA_ROW...more details

ON_TEXT_SEARCH_CHANGEDProtected
CALL METHOD cl_salv_ida_ats=>ON_TEXT_SEARCH_CHANGED...more details

REFRESHPublic
CALL METHOD cl_salv_ida_ats=>REFRESH...more details

REFRESH_RESULTProtected
CALL METHOD cl_salv_ida_ats=>REFRESH_RESULT...more details

SELECT_DATAProtected
CALL METHOD cl_salv_ida_ats=>SELECT_DATA...more details

SET_AGGREGATION_RULESProtected
CALL METHOD cl_salv_ida_ats=>SET_AGGREGATION_RULES...more details

SET_EXPAND_STATEProtected
CALL METHOD cl_salv_ida_ats=>SET_EXPAND_STATE...more details

SET_FILTER_RULESProtected
CALL METHOD cl_salv_ida_ats=>SET_FILTER_RULES...more details

SET_GRAND_TOTAL_IN_TABLEProtected
CALL METHOD cl_salv_ida_ats=>SET_GRAND_TOTAL_IN_TABLE...more details

SET_GROUPING_RULESProtected
CALL METHOD cl_salv_ida_ats=>SET_GROUPING_RULES...more details

SET_REQUIRED_FIELDSPublic
CALL METHOD cl_salv_ida_ats=>SET_REQUIRED_FIELDS...more details

SET_SORT_RULESProtected
CALL METHOD cl_salv_ida_ats=>SET_SORT_RULES...more details



CL_SALV_IDA_ATS attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
MO_CALC_FIELD_HANDLERInstance AttributeLIKE
IF_SALV_STI_CALC_FIELD_HANDLER
Protected
MO_COLUMN_CATALOGInstance AttributeLIKE
CL_SALV_STC_COLUMN_CATALOG
Protected
MO_LOGInstance AttributeLIKE
IF_SALV_LOGGER
Protected
MO_QUERY_ENGINEInstance AttributeLIKE
CL_SALV_IDA_QUERY_ENGINE
Protected
MO_RULE_CONVERSION_ERROR_HNDLInstance AttributeLIKE
IF_SALV_IDA_RULE_ERROR_HNDL
Protected
MO_STRUCTDESCR_PROVInstance AttributeLIKE
IF_SALV_IDA_STRUCTDESCR_PROV
Protected
MO_VIEW_DATA_ONLYInstance AttributeLIKE
IF_SALV_ITAB_VIEW_DATA_ONLY
Protected
MO_VIEW_GROUPED_DATAInstance AttributeLIKE
IF_SALV_ITAB_VIEW_GROUPED_DATA
Protected
MRT_DB_DATA_PLACE_HOLDERInstance AttributeLIKE
DATA
Protected
MS_BUFFERED_RESULTInstance AttributeLIKE
Protected
MS_DB_FIELDSInstance AttributeLIKE
Protected
MS_FILTER_PARAMSInstance AttributeLIKE
IF_SALV_IDA_TYPES_INT=>YS_FILTER_PARAMS
Protected
MS_GROUPING_SERVICEInstance AttributeLIKE
Protected
MS_REQUIRED_FIELDSInstance AttributeLIKE
Protected
MT_COLUMN_AGGREGATION_RULEInstance AttributeLIKE
IF_SALV_SERVICE_TYPES=>YT_AGGREGATION_RULE
Protected
MT_COLUMN_FILTER_RULEInstance AttributeLIKE
IF_SALV_SERVICE_TYPES=>YT_FILTER_RULE
Protected
MT_COLUMN_GROUPING_RULEInstance AttributeLIKE
IF_SALV_SERVICE_TYPES=>YT_GROUPING_RULE
Protected
MT_COLUMN_SORT_RULEInstance AttributeLIKE
IF_SALV_SERVICE_TYPES=>YT_SORT_RULE
Protected
MT_SORT_ELEMENTSInstance AttributeLIKE
IF_SALV_IDA_TYPES_INT=>YT_DB_SORT_RULE
Protected
MV_DATA_CACHE_SIZEInstance AttributeLIKE
I
Protected




CL_SALV_IDA_ATS types

YS_NAMED_REF -
YT_NAMED_REF -

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!