SAP ABAP Interface IF_CLS_REPORT_DEF (Definition of calssificationsreport)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL-CLS (Application Component) Classification Toolset
     SPAK_API_CLASSIFICATION (Package) API for Classification Tool Set
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CLS_REPORT_DEF Definition of classificationsreport 20050830
Properties
Interface IF_CLS_REPORT_DEF  
Short Description Definition of calssificationsreport    
General Data
Package SPAK_API_CLASSIFICATION   API for Classification Tool Set 
Created 20050830   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_CLS_OBJECT_CHARACTERIZATION Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_PAK_WB_OBJECT Groups common properties of Workbench-related objects 20050901
Friends
Interface IF_CLS_REPORT_DEF has no friend.
Attributes
Interface IF_CLS_REPORT_DEF has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method 20050901
2 CHECK_CONSISTENCY Instance method Public Method 20050901
3 DELETE Instance method Public Method 20050901
4 DESCRIBE Instance method Public Method 20050901
5 EXISTS Instance method Public Method 20050901
6 EXISTS_OWN_INACTIVE_VERSION Instance method Public Method 20050901
7 GET_ACTIVATION_STATE Instance method Public Method 20050901
8 GET_ATTRIBUTES Instance method Public Method Runs compute the distribution of the attribute values 20051027
9 GET_ATTRIBUTE_LIST Instance method Public Method Returns a collection of all relevant attributes 20060410
10 GET_ATTRIBUTE_TAB Instance method Public Method Returns entries of CLS_RE_ATTRIBUTE (internal) 20051028
11 GET_AUTHORIZATION_GROUP Instance method Public Method Returns the authorization group 20061005
12 GET_CONDITION Instance method Public Method Returns condition of the report 20050830
13 GET_CREATED Instance method Public Method 20050901
14 GET_CREATE_LIST Instance method Public Method X: Report runs create object lists 20050908
15 GET_CREATE_STAT_DATA Instance method Public Method X: Report runs create statistical data 20050908
16 GET_DESCRIPTION Instance method Public Method Returns description of the report 20050830
17 GET_LAST_CHANGED Instance method Public Method 20050901
18 GET_MASTER_LANGUAGE Instance method Public Method 20050901
19 GET_NAME Instance method Public Method Returns the report name 20050830
20 GET_ORIGINAL_SYSTEM Instance method Public Method 20050901
21 GET_PACKAGE Instance method Public Method 20050901
22 GET_PERSON_RESPONSIBLE Instance method Public Method 20050901
23 GET_STATE_TEXT Instance method Public Method 20050901
24 GET_WBM_IDENTIFIER Instance method Public Method 20050901
25 IS_DELETED_ON_DB Instance method Public Method 20050901
26 IS_LOCKED Instance method Public Method 20050901
27 IS_MODIFIED Instance method Public Method 20050901
28 IS_NEW Instance method Public Method 20050901
29 LOCK_AND_REFRESH Instance method Public Method 20050901
30 REFRESH Instance method Public Method 20050901
31 REVERT_TO_ACTIVE_VERSION Instance method Public Method 20050901
32 SAVE Instance method Public Method 20050901
33 SET_ATTRIBUTE_TAB Instance method Public Method Set attribute of the report 20051212
34 SET_AUTHORIZATION_GROUP Instance method Public Method Sets the authorization group 20061005
35 SET_CONDITION Instance method Public Method Set condition of the report 20050830
36 SET_CREATE_LIST Instance method Public Method X: Report runs create object lists 20050908
37 SET_CREATE_STAT_DATA Instance method Public Method X: Report runs create statistical data 20050908
38 SET_DESCRIPTION Instance method Public Method Set description of the report 20050830
39 SET_NAME Instance method Public Method Set report name 20050830
40 UNLOCK Instance method Public Method 20050901
Events
# Event Type Visibility Description Created on
1 ACTIVATION_STATE_CHANGING Instance Event
(0)
Public
(2)
20050901
Types
Interface IF_CLS_REPORT_DEF has no local type.
Method Signatures

Method ACTIVATE Signature

Method ACTIVATE on Interface IF_CLS_REPORT_DEF has no parameter.
Method ACTIVATE on Interface IF_CLS_REPORT_DEF has no exception.

Method CHECK_CONSISTENCY Signature

Method CHECK_CONSISTENCY on Interface IF_CLS_REPORT_DEF has no parameter.
Method CHECK_CONSISTENCY on Interface IF_CLS_REPORT_DEF has no exception.

Method DELETE Signature

Method DELETE on Interface IF_CLS_REPORT_DEF has no parameter.
Method DELETE on Interface IF_CLS_REPORT_DEF has no exception.

Method DESCRIBE Signature

Method DESCRIBE on Interface IF_CLS_REPORT_DEF has no parameter.
Method DESCRIBE on Interface IF_CLS_REPORT_DEF has no exception.

Method EXISTS Signature

Method EXISTS on Interface IF_CLS_REPORT_DEF has no parameter.
Method EXISTS on Interface IF_CLS_REPORT_DEF has no exception.

Method EXISTS_OWN_INACTIVE_VERSION Signature

Method EXISTS_OWN_INACTIVE_VERSION on Interface IF_CLS_REPORT_DEF has no parameter.
Method EXISTS_OWN_INACTIVE_VERSION on Interface IF_CLS_REPORT_DEF has no exception.

Method GET_ACTIVATION_STATE Signature

Method GET_ACTIVATION_STATE on Interface IF_CLS_REPORT_DEF has no parameter.
Method GET_ACTIVATION_STATE on Interface IF_CLS_REPORT_DEF has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ATTRIBUTES Value transfer Type reference (TYPE) CL_CLS_OBJECT_CHARACTERIZATION=>TY_ATTRIBUTE_LIST attribute of report definition 20051027
# Exception Resumable Description Created on
1 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20051027

Method GET_ATTRIBUTE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ATTRIBUTES Call by reference Type reference (TYPE) CL_CLS_OBJECT_CHARACTERIZATION=>TY_ATTRIBUTE_LIST 20060410
2 Exporting EX_KEY_ATTRIBUTES Call by reference Type reference (TYPE) CL_CLS_OBJECT_CHARACTERIZATION=>TY_ATTRIBUTE_LIST 20060410
# Exception Resumable Description Created on
1 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20060410

Method GET_ATTRIBUTE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ATTRIBUTES Value transfer Type reference (TYPE) CLS_REPORT_ATTRIBUTE attribute of report definition 20051028
# Exception Resumable Description Created on
1 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20051028

Method GET_AUTHORIZATION_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_AUTHORIZATION_GROUP Value transfer Type reference (TYPE) SECU Authorization Group 20061005

Method GET_AUTHORIZATION_GROUP on Interface IF_CLS_REPORT_DEF has no exception.

Method GET_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EX_CONDITION Value transfer Type reference (TYPE) CLS_REPORT_CONDITIONS Conditions of report 20050830
# Exception Resumable Description Created on
1 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20050830

Method GET_CREATED Signature

Method GET_CREATED on Interface IF_CLS_REPORT_DEF has no parameter.
Method GET_CREATED on Interface IF_CLS_REPORT_DEF has no exception.

Method GET_CREATE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CREATE_LIST Value transfer Type reference (TYPE) FLAG Action of the classificationsreport 20050908
# Exception Resumable Description Created on
1 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20050908

Method GET_CREATE_STAT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CREATE_STAT_DATA Value transfer Type reference (TYPE) FLAG Action of classificationsreport 20050908
# Exception Resumable Description Created on
1 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20050908

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LANGU Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20050830
2 Returning RE_DESCRIPTION Value transfer Type reference (TYPE) AS4TEXT Short Description of Repository Objects 20050830
# Exception Resumable Description Created on
1 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20050830

Method GET_LAST_CHANGED Signature

Method GET_LAST_CHANGED on Interface IF_CLS_REPORT_DEF has no parameter.
Method GET_LAST_CHANGED on Interface IF_CLS_REPORT_DEF has no exception.

Method GET_MASTER_LANGUAGE Signature

Method GET_MASTER_LANGUAGE on Interface IF_CLS_REPORT_DEF has no parameter.
Method GET_MASTER_LANGUAGE on Interface IF_CLS_REPORT_DEF has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NAME Value transfer Type reference (TYPE) PROGRAMM ABAP Program Name 20050830
# Exception Resumable Description Created on
1 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20050830

Method GET_ORIGINAL_SYSTEM Signature

Method GET_ORIGINAL_SYSTEM on Interface IF_CLS_REPORT_DEF has no parameter.
Method GET_ORIGINAL_SYSTEM on Interface IF_CLS_REPORT_DEF has no exception.

Method GET_PACKAGE Signature

Method GET_PACKAGE on Interface IF_CLS_REPORT_DEF has no parameter.
Method GET_PACKAGE on Interface IF_CLS_REPORT_DEF has no exception.

Method GET_PERSON_RESPONSIBLE Signature

Method GET_PERSON_RESPONSIBLE on Interface IF_CLS_REPORT_DEF has no parameter.
Method GET_PERSON_RESPONSIBLE on Interface IF_CLS_REPORT_DEF has no exception.

Method GET_STATE_TEXT Signature

Method GET_STATE_TEXT on Interface IF_CLS_REPORT_DEF has no parameter.
Method GET_STATE_TEXT on Interface IF_CLS_REPORT_DEF has no exception.

Method GET_WBM_IDENTIFIER Signature

Method GET_WBM_IDENTIFIER on Interface IF_CLS_REPORT_DEF has no parameter.
Method GET_WBM_IDENTIFIER on Interface IF_CLS_REPORT_DEF has no exception.

Method IS_DELETED_ON_DB Signature

Method IS_DELETED_ON_DB on Interface IF_CLS_REPORT_DEF has no parameter.
Method IS_DELETED_ON_DB on Interface IF_CLS_REPORT_DEF has no exception.

Method IS_LOCKED Signature

Method IS_LOCKED on Interface IF_CLS_REPORT_DEF has no parameter.
Method IS_LOCKED on Interface IF_CLS_REPORT_DEF has no exception.

Method IS_MODIFIED Signature

Method IS_MODIFIED on Interface IF_CLS_REPORT_DEF has no parameter.
Method IS_MODIFIED on Interface IF_CLS_REPORT_DEF has no exception.

Method IS_NEW Signature

Method IS_NEW on Interface IF_CLS_REPORT_DEF has no parameter.
Method IS_NEW on Interface IF_CLS_REPORT_DEF has no exception.

Method LOCK_AND_REFRESH Signature

Method LOCK_AND_REFRESH on Interface IF_CLS_REPORT_DEF has no parameter.
Method LOCK_AND_REFRESH on Interface IF_CLS_REPORT_DEF has no exception.

Method REFRESH Signature

Method REFRESH on Interface IF_CLS_REPORT_DEF has no parameter.
Method REFRESH on Interface IF_CLS_REPORT_DEF has no exception.

Method REVERT_TO_ACTIVE_VERSION Signature

Method REVERT_TO_ACTIVE_VERSION on Interface IF_CLS_REPORT_DEF has no parameter.
Method REVERT_TO_ACTIVE_VERSION on Interface IF_CLS_REPORT_DEF has no exception.

Method SAVE Signature

Method SAVE on Interface IF_CLS_REPORT_DEF has no parameter.
Method SAVE on Interface IF_CLS_REPORT_DEF has no exception.

Method SET_ATTRIBUTE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTRIBUTE Call by reference Type reference (TYPE) CLS_REPORT_ATTRIBUTE attribute of report definition 20051212
# Exception Resumable Description Created on
1 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20051212

Method SET_AUTHORIZATION_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_AUTHORIZATION_GROUP Call by reference Type reference (TYPE) SECU Authorization Group 20061005
# Exception Resumable Description Created on
1 CX_CLS_INVALID_ATTR_DATA Invalid object type group data 20061005

Method SET_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONDITION Call by reference Type reference (TYPE) CLS_REPORT_CONDITIONS Conditions of report 20050830
# Exception Resumable Description Created on
1 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20050830

Method SET_CREATE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CREATE_LIST Call by reference Type reference (TYPE) FLAG Method of the classificationsreport 20050908
# Exception Resumable Description Created on
1 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20050908

Method SET_CREATE_STAT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CREATE_STAT_DATA Call by reference Type reference (TYPE) FLAG Action of classificationsreport 20050908
# Exception Resumable Description Created on
1 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20050908

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DESCRIPTION Call by reference Type reference (TYPE) AS4TEXT Short Description of Repository Objects 20050830
# Exception Resumable Description Created on
1 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20050830

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) PROGRAMM ABAP Program Name 20050830
# Exception Resumable Description Created on
1 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20050830

Method UNLOCK Signature

Method UNLOCK on Interface IF_CLS_REPORT_DEF has no parameter.
Method UNLOCK on Interface IF_CLS_REPORT_DEF has no exception.
Event Signatures

Event ACTIVATION_STATE_CHANGING Signature
Event ACTIVATION_STATE_CHANGING on Interface IF_CLS_REPORT_DEF has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710