SAP ABAP Class CL_SQF_CLASSIFICATION_ACCESS (Interface to the classification system)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL (Application Component) Workbench Utilities
     SQF_TOOLS (Package) Tools
Properties
Class CL_SQF_CLASSIFICATION_ACCESS  
Short Description Interface to the classification system    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SQF_TOOLS   Tools 
Created 20100205   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_CLS_ATTR_VALUE_ASSIGNMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_CLS_OBJECT_CHARACTERIZATION Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_CLS_OBJECT_COLLECTOR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_SQF_CLASSIFICATION_ACCESS has no interface implemented.
Friends
Class CL_SQF_CLASSIFICATION_ACCESS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ATTRIBUTE_LIST Instance attribute Private Type reference (TYPE) CL_CLS_ATTR_VALUE_ASSIGNMENT=>TY_ATTRIBUTE_LIST 20100212
2 CLASSIFICATIONS Instance attribute Private Type reference (TYPE) CL_CLS_ATTR_VALUE_ASSIGNMENT=>TY_CLASSIFICATIONS 20100212
3 COMPONENT_RANGE Instance attribute Private Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_COMPONENT_RANGE 20100212
4 DLVUNIT_RANGE Instance attribute Private Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_DLVUNIT_RANGE 20100212
5 HOME_PACKAGES Instance attribute Private Type reference (TYPE) ABAP_BOOL 20100212
6 LOCAL_PACKAGES Instance attribute Private Type reference (TYPE) ABAP_BOOL 20100212
7 OBJECTS Instance attribute Private Type reference (TYPE) PAK_OBJECT_LIST List of development objects 20100212
8 OBJ_NAME_RANGE Instance attribute Private Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_OBJ_NAME_RANGE 20100212
9 PACKAGE_RANGE Instance attribute Private Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_PACKAGE_RANGE 20100212
10 QUERY Instance attribute Private Object reference (TYPE REF TO) IF_SQF_QUERY Query 20100212
11 SRCSYSTEM_RANGE Instance attribute Private Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_SRCSYSTEM_RANGE 20100212
12 TRANSPORTABLE_PACKAGES Instance attribute Private Type reference (TYPE) ABAP_BOOL 20100212
13 TRANSPORT_LAYER_RANGE Instance attribute Private Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_TRANSPORT_LAYER_RANGE 20100212
14 TYPE_LIST Instance attribute Private Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_TYPE_LIST 20100212
15 USER_RANGE Instance attribute Private Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_USER_RANGE 20100212
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100212
2 CREATE_CLASSIFICATION_GRID Instance method Private Method 20100212
3 CREATE_CLASSIFICATION_TREE Instance method Private Method 20100212
4 CREATE_TYPE_FOLDER Instance method Private Method 20100212
5 GET_NUMBER_OF_CLASSIFICATIONS Instance method Public Method 20100212
6 GET_TYPES_FROM_ATTRIBUTES Static method Public Method 20100212
7 SELECT_CLASSIFICATIONS Instance method Public Method 20100212
8 SELECT_OBJECTS Instance method Public Method 20100212
9 SET_ATTRIBUTES Instance method Public Method 20100212
10 SET_FILTER Instance method Public Method Set filters (Author, Package, Components, ...) 20100212
11 SET_OBJECTS Instance method Public Method 20100212
12 SET_REPORT_RUN Instance method Public Method 20100212
13 SET_REQUEST Instance method Public Method 20100212
14 STORE_RESULT Instance method Public Method 20100212
Events
Class CL_SQF_CLASSIFICATION_ACCESS has no event.
Types
Class CL_SQF_CLASSIFICATION_ACCESS has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_QUERY Call by reference Object reference (TYPE REF TO) IF_SQF_QUERY Query 20100212

Method CONSTRUCTOR on class CL_SQF_CLASSIFICATION_ACCESS has no exception.

Method CREATE_CLASSIFICATION_GRID Signature

Method CREATE_CLASSIFICATION_GRID on class CL_SQF_CLASSIFICATION_ACCESS has no parameter.
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20100212
2 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20100212
3 CX_PAK_NOT_AUTHORIZED User doesn't have sufficient authorizations 20100212
4 CX_SQF_QUERY_ERROR Query errors 20100212

Method CREATE_CLASSIFICATION_TREE Signature

Method CREATE_CLASSIFICATION_TREE on class CL_SQF_CLASSIFICATION_ACCESS has no parameter.
# Exception Resumable Description Created on
1 CX_SQF_QUERY_ERROR Query errors 20100212

Method CREATE_TYPE_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ICON Call by reference Type reference (TYPE) I 20100212
2 Importing IM_PARENT Call by reference Type reference (TYPE) I 20100212
3 Importing IM_TREE Call by reference Object reference (TYPE REF TO) CL_SQF_RESULT_TREE Tree format for results 20100212
4 Importing IM_TYPE Call by reference Type reference (TYPE) CLIKE 20100212
5 Returning RE_KEY Value transfer Type reference (TYPE) I 20100212
# Exception Resumable Description Created on
1 CX_SQF_QUERY_ERROR Query errors 20100212

Method GET_NUMBER_OF_CLASSIFICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NUMBER_OF_CLASSIFICATIONS Value transfer Type reference (TYPE) I 20100212

Method GET_NUMBER_OF_CLASSIFICATIONS on class CL_SQF_CLASSIFICATION_ACCESS has no exception.

Method GET_TYPES_FROM_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_TYPE_LIST Call by reference Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_TYPE_LIST 20100212
2 Importing IM_ATTRIBUTE_LIST Call by reference Type reference (TYPE) CL_CLS_ATTR_VALUE_ASSIGNMENT=>TY_ATTRIBUTE_LIST 20100212
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20100212
2 CX_PAK_INVALID_DATA Invalid data 20100212
3 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20100212
4 CX_PAK_NOT_AUTHORIZED User doesn't have sufficient authorizations 20100212

Method SELECT_CLASSIFICATIONS Signature

Method SELECT_CLASSIFICATIONS on class CL_SQF_CLASSIFICATION_ACCESS has no parameter.
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20100212
2 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20100212
3 CX_PAK_NOT_AUTHORIZED User doesn't have sufficient authorizations 20100212
4 CX_SQF_CLASSIFICATION_ACCESS Classification access 20100212

Method SELECT_OBJECTS Signature

Method SELECT_OBJECTS on class CL_SQF_CLASSIFICATION_ACCESS has no parameter.
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20100212
2 CX_PAK_INVALID_DATA Invalid data 20100212
3 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20100212
4 CX_PAK_NOT_AUTHORIZED User doesn't have sufficient authorizations 20100212
5 CX_SQF_CLASSIFICATION_ACCESS Classification access 20100212

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTRIBUTES Call by reference Type reference (TYPE) CL_CLS_ATTR_VALUE_ASSIGNMENT=>TY_ATTRIBUTE_LIST 20100212

Method SET_ATTRIBUTES on class CL_SQF_CLASSIFICATION_ACCESS has no exception.

Method SET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMPONENT_FILTER Call by reference Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_COMPONENT_RANGE 20100212
2 Importing IM_DLVUNIT_FILTER Call by reference Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_DLVUNIT_RANGE 20100212
3 Importing IM_HOME_PACKAGES Call by reference Type reference (TYPE) ABAP_BOOL 20100212
4 Importing IM_LOCAL_PACKAGES Call by reference Type reference (TYPE) ABAP_BOOL 20100212
5 Importing IM_OBJ_NAME_FILTER Call by reference Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_OBJ_NAME_RANGE 20100212
6 Importing IM_PACKAGE_FILTER Call by reference Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_PACKAGE_RANGE 20100212
7 Importing IM_SRCSYSTEM_FILTER Call by reference Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_SRCSYSTEM_RANGE 20100212
8 Importing IM_TRANSPORTABLE_PACKAGES Call by reference Type reference (TYPE) ABAP_BOOL 20100212
9 Importing IM_TRANSPORT_LAYER_FILTER Call by reference Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_TRANSPORT_LAYER_RANGE 20100212
10 Importing IM_TYPE_FILTER Call by reference Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_TYPE_LIST Object type groups 20100212
11 Importing IM_USER_FILTER Call by reference Type reference (TYPE) CL_CLS_OBJECT_COLLECTOR=>TY_USER_RANGE 20100212
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20100212
2 CX_PAK_INVALID_DATA Invalid object type group data 20100212
3 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20100212
4 CX_PAK_NOT_AUTHORIZED User doesn't have sufficient authorizations 20100212

Method SET_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECTS Call by reference Type reference (TYPE) PAK_OBJECT_LIST List of development objects 20100212

Method SET_OBJECTS on class CL_SQF_CLASSIFICATION_ACCESS has no exception.

Method SET_REPORT_RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REPORT_DEF_NAME Call by reference Type reference (TYPE) CLS_REPORT_DEF_NAME Name of report definition 20100212
2 Importing IM_RUN_VERSION Call by reference Type reference (TYPE) CLS_RUN_VERSION Version of a report run 20100212
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20100212
2 CX_PAK_INVALID_DATA Invalid data 20100212
3 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20100212
4 CX_PAK_NOT_AUTHORIZED User doesn't have sufficient authorizations 20100212

Method SET_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TRKORR Call by reference Type reference (TYPE) TRKORR Request/Task 20100212
2 Importing IM_WITH_SUB_OBJECTS Call by reference Type reference (TYPE) ABAP_BOOL 20100212

Method SET_REQUEST on class CL_SQF_CLASSIFICATION_ACCESS has no exception.

Method STORE_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_AS_LIST Call by reference Type reference (TYPE) ABAP_BOOL 20100212
2 Importing IM_AS_TREE Call by reference Type reference (TYPE) ABAP_BOOL 20100212
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20100212
2 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20100212
3 CX_PAK_NOT_AUTHORIZED User doesn't have sufficient authorizations 20100212
4 CX_SQF_QUERY_ERROR Query errors 20100212
History
Last changed by/on SAP  20130531 
SAP Release Created in