SAP IF_CLS_REPORT_DEF OO Class - Definition of calssificationsreport









IF_CLS_REPORT_DEF 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_CLS_REPORT_DEF 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_CLS_REPORT_DEF 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
ACTIVATEPublic
CALL METHOD if_cls_report_def=>ACTIVATE...more details

CHECK_CONSISTENCYPublic
CALL METHOD if_cls_report_def=>CHECK_CONSISTENCY...more details

DELETEPublic
CALL METHOD if_cls_report_def=>DELETE...more details

DESCRIBEPublic
CALL METHOD if_cls_report_def=>DESCRIBE...more details

EXISTSPublic
CALL METHOD if_cls_report_def=>EXISTS...more details

EXISTS_OWN_INACTIVE_VERSIONPublic
CALL METHOD if_cls_report_def=>EXISTS_OWN_INACTIVE_VERSION...more details

GET_ACTIVATION_STATEPublic
CALL METHOD if_cls_report_def=>GET_ACTIVATION_STATE...more details

GET_ATTRIBUTESRuns compute the distribution of the attribute valuesPublic
CALL METHOD if_cls_report_def=>GET_ATTRIBUTES...more details

GET_ATTRIBUTE_LISTReturns a collection of all relevant attributesPublic
CALL METHOD if_cls_report_def=>GET_ATTRIBUTE_LIST...more details

GET_ATTRIBUTE_TABReturns entries of CLS_RE_ATTRIBUTE (internal)Public
CALL METHOD if_cls_report_def=>GET_ATTRIBUTE_TAB...more details

GET_AUTHORIZATION_GROUPReturns the authorization groupPublic
CALL METHOD if_cls_report_def=>GET_AUTHORIZATION_GROUP...more details

GET_CONDITIONReturns condition of the reportPublic
CALL METHOD if_cls_report_def=>GET_CONDITION...more details

GET_CREATEDPublic
CALL METHOD if_cls_report_def=>GET_CREATED...more details

GET_CREATE_LISTX: Report runs create object listsPublic
CALL METHOD if_cls_report_def=>GET_CREATE_LIST...more details

GET_CREATE_STAT_DATAX: Report runs create statistical dataPublic
CALL METHOD if_cls_report_def=>GET_CREATE_STAT_DATA...more details

GET_DESCRIPTIONReturns description of the reportPublic
CALL METHOD if_cls_report_def=>GET_DESCRIPTION...more details

GET_LAST_CHANGEDPublic
CALL METHOD if_cls_report_def=>GET_LAST_CHANGED...more details

GET_MASTER_LANGUAGEPublic
CALL METHOD if_cls_report_def=>GET_MASTER_LANGUAGE...more details

GET_NAMEReturns the report namePublic
CALL METHOD if_cls_report_def=>GET_NAME...more details

GET_ORIGINAL_SYSTEMPublic
CALL METHOD if_cls_report_def=>GET_ORIGINAL_SYSTEM...more details

GET_PACKAGEPublic
CALL METHOD if_cls_report_def=>GET_PACKAGE...more details

GET_PERSON_RESPONSIBLEPublic
CALL METHOD if_cls_report_def=>GET_PERSON_RESPONSIBLE...more details

GET_STATE_TEXTPublic
CALL METHOD if_cls_report_def=>GET_STATE_TEXT...more details

GET_WBM_IDENTIFIERPublic
CALL METHOD if_cls_report_def=>GET_WBM_IDENTIFIER...more details

IS_DELETED_ON_DBPublic
CALL METHOD if_cls_report_def=>IS_DELETED_ON_DB...more details

IS_LOCKEDPublic
CALL METHOD if_cls_report_def=>IS_LOCKED...more details

IS_MODIFIEDPublic
CALL METHOD if_cls_report_def=>IS_MODIFIED...more details

IS_NEWPublic
CALL METHOD if_cls_report_def=>IS_NEW...more details

LOCK_AND_REFRESHPublic
CALL METHOD if_cls_report_def=>LOCK_AND_REFRESH...more details

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

REVERT_TO_ACTIVE_VERSIONPublic
CALL METHOD if_cls_report_def=>REVERT_TO_ACTIVE_VERSION...more details

SAVEPublic
CALL METHOD if_cls_report_def=>SAVE...more details

SET_ATTRIBUTE_TABSet attribute of the reportPublic
CALL METHOD if_cls_report_def=>SET_ATTRIBUTE_TAB...more details

SET_AUTHORIZATION_GROUPSets the authorization groupPublic
CALL METHOD if_cls_report_def=>SET_AUTHORIZATION_GROUP...more details

SET_CONDITIONSet condition of the reportPublic
CALL METHOD if_cls_report_def=>SET_CONDITION...more details

SET_CREATE_LISTX: Report runs create object listsPublic
CALL METHOD if_cls_report_def=>SET_CREATE_LIST...more details

SET_CREATE_STAT_DATAX: Report runs create statistical dataPublic
CALL METHOD if_cls_report_def=>SET_CREATE_STAT_DATA...more details

SET_DESCRIPTIONSet description of the reportPublic
CALL METHOD if_cls_report_def=>SET_DESCRIPTION...more details

SET_NAMESet report namePublic
CALL METHOD if_cls_report_def=>SET_NAME...more details

UNLOCKPublic
CALL METHOD if_cls_report_def=>UNLOCK...more details




Events of Class IF_CLS_REPORT_DEF

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... ACTIVATION_STATE_CHANGING -

Links to Related Class(s)

IF_CLS_R...
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!