Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_PAK_WB_OBJECT | Implementation of Workbench-related behaviour | 20050531 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CLS_ATTR_VALUE_ASSIGNMENT | Attribute value assignment | 20050601 |
Properties
| Class | CL_CLS_ATTR_VALUE_ASSIGNMENT | |
| Short Description | ||
| Super Class | CL_PAK_WB_OBJECT | Implementation of Workbench-related behaviour |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SPAK_API_CLASSIFICATION | API for Classification Tool Set |
| Created | 20050531 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CLS_ATTR_VALUE_ASSIGNMENT | Attribute value assignment | 20050601 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_CLS_FACTORY | 20051208 | Factory |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | CLS_ASSIGNMENT_TAB | List of value assignments | 20050601 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | CLS_ATTRIBUTE_NAME | Attribute name | 20050601 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CLS_OBJECT_TYPE_GROUP | Object type group | 20050713 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_CLS_OBJECT_TYPE_GROUP | Object type group | 20050711 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_CLS_ATTRIBUTE | Attribute | 20050601 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20100730 | ||||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CLS_ASSIGNMENT_CACHE | Cache for classifications | 20070313 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_CLS_ATTR_VALUE_ASSIGNMENT | Attribute value assignment | 20051121 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | CLS_ATTRIBUTE_NAME | Characteristic | 20051121 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_CLS_ATTRIBUTE | Attribute | 20051121 | |||
| 11 | Constant | Public | Type reference (TYPE) | CLS_ATTRIBUTE_VALUE | '<< |
Attribute value | 20050620 | ||
| 12 | Instance attribute | Private | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20050601 | |||
| 13 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_SYSTEM_UUID | 20081009 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | TY_ICON_DIR | 20050727 | ||||
| 15 | Instance attribute | Private | Type reference (TYPE) | CLS_VALUE_ASSIGNMENTS | List of value assignments | 20050708 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Implicit valuies computed | 20050708 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20050616 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | CLS_LINKED_OBJECT_ASSIGNMENTS | Linked assignments | 20050708 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Linked assignments computed | 20050708 | |||
| 20 | Instance attribute | Private | Type reference (TYPE) | CLS_LINK_TAB | List of linked objects | 20050601 | |||
| 21 | Instance attribute | Private | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20061211 | |||
| 22 | Instance attribute | Private | Type reference (TYPE) | PAK_OBJECT_KEY | Object key | 20050601 | |||
| 23 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CLS_BADI_OBJECT_PROPERTIES | PAK_OBJECT_PROPERTIES | 20050711 | |||
| 24 | Instance attribute | Private | Type reference (TYPE) | DEVCLASS | 20060104 | ||||
| 25 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CLS_REPORT_RUN_RESULT | Container for objects and classifications | 20100128 | |||
| 26 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CLS_BADI_TYPE_PROPERTIES | PAK_OBJECT_TYPE_PROPERTIES | 20050711 | |||
| 27 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20060314 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | ACTIVATION_STATE_CHANGING | Instance Event (0) |
Private (0) |
20050708 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_ATTRIBUTE_LIST | Public | See coding | 20100831 | ty_attribute_list type table of cls_attribute_name with key table_line
|
||
| 2 | TY_ATTRIBUTE_RANGE | Private | See coding | 20050725 | ty_attribute_range type range of cls_attribute_name
|
||
| 3 | TY_ATTR_INFO | Private | See coding | 20051121 | begin of ty_attr_info,
name type cls_attribute_name,
ref type ref to if_cls_attribute,
client type cls_attribute_name,
client_ref type ref to if_cls_attribute,
icon_dir type ty_icon_dir,
end of ty_attr_info
|
||
| 4 | TY_ATTR_INFOS | Private | See coding | 20051121 | ty_attr_infos type hashed table of ty_attr_info with unique key name
|
||
| 5 | TY_CLASSIFICATION | Public | See coding | 20050725 | begin of ty_classification,
object type pak_object_key,
attribute type cls_attribute_name,
links_exist type abap_bool,
is_default type abap_bool,
assignments type cls_value_assignments,
end of ty_classification
|
||
| 6 | TY_CLASSIFICATIONS | Public | See coding | 20050725 | ty_classifications type sorted table of ty_classification with unique key object attribute
|
||
| 7 | TY_GUIDS | Private | See coding | 20091009 | ty_guids type hashed table of e071-obj_name with unique key table_line
|
||
| 8 | TY_ICON_DIR | Private | See coding | 20050727 | ty_icon_dir type hashed table of ty_icon_dir_entry with unique key value
|
||
| 9 | TY_ICON_DIR_ENTRY | Private | See coding | 20050727 | begin of TY_ICON_DIR_ENTRY,
value type CLS_ATTRIBUTE_VALUE,
icon type icon_d,
end of ty_icon_dir_entry
|
||
| 10 | TY_OBJECTS_WITH_REMARK | Public | See coding | 20060810 | ty_objects_with_remark type table of ty_object_with_remark
|
||
| 11 | TY_OBJECT_WITH_REMARK | Public | See coding | 20060810 | begin of ty_object_with_remark,
object type pak_object_key,
remark type cls_remark,
end of ty_object_with_remark
|
||
| 12 | TY_UNIQUE_OBJECT_LIST | Public | See coding | 20050725 | ty_unique_object_list type hashed table of pak_object_key with unique key table_line
|
||
| 13 | TY_VALUES | Private | See coding | 20051121 | ty_values type table of ty_value_entry
|
||
| 14 | TY_VALUE_ENTRY | Private | See coding | 20051121 | begin of ty_value_entry,
guid type guid_32,
object type pak_object_key,
attribute type cls_attribute_name,
value type string,
remark type string,
set_by type unam,
changed_on type rdir_udate,
end of ty_value_entry
|
Method Signatures
Method ACTIVATE Signature
Method ACTIVATE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method ACTIVATE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method ADD_VALUES Signature
Method ADD_VALUES on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method ADD_VALUES on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method CHECK_AUTHORITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_LOCK_MODE | Call by reference | Type reference (TYPE) | CL_PAK_WB_DOMAINS=>TY_LOCK_MODE | cl_pak_domains=>co_lock_mode | 20081118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20081118 | ||
| 2 | User does not have the right privileges | 20081118 |
Method CHECK_CONSISTENCY Signature
Method CHECK_CONSISTENCY on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method CHECK_CONSISTENCY on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method CHECK_FOR_DUPLICATE_ENTRIES Signature
Method CHECK_FOR_DUPLICATE_ENTRIES on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid object type group data | 20050616 |
Method CHECK_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_OBJECT | Call by reference | Type reference (TYPE) | PAK_OBJECT_KEY | Object key | 20061121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20061121 |
Method CHECK_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TYPE | Call by reference | Type reference (TYPE) | CLIKE | 20050713 | ||||
| 2 | RE_OK | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20050713 | ||
| 2 | Operation can't be executed in present object state | 20050713 | ||
| 3 | 20060516 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ASSIGNMENT_ID | Call by reference | Type reference (TYPE) | GUID_32 | Assignment id | 20050601 | |||
| 2 | IM_ATTRIBUTE | Call by reference | Type reference (TYPE) | CLS_ATTRIBUTE_NAME | Attribute name | 20050601 | |||
| 3 | IM_CACHE | Call by reference | Object reference (TYPE REF TO) | IF_CLS_ASSIGNMENT_CACHE | Cache for classifications | 20070313 | |||
| 4 | IM_OBJECT | Call by reference | Type reference (TYPE) | PAK_OBJECT_KEY | Object key | 20050601 | |||
| 5 | IM_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Package | 20050601 | |||
| 6 | IM_REPORT_RUN_RESULT | Call by reference | Object reference (TYPE REF TO) | CL_CLS_REPORT_RUN_RESULT | Container for objects and classifications | 20100128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20050615 | ||
| 2 | Operation can't be executed in present object state | 20050615 | ||
| 3 | 20060516 | |||
| 4 | Error situation: enqueue locks hold by other instance | 20060602 |
Method CREATE Signature
Method CREATE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method CREATE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method CREATE_GUID Signature
Method CREATE_GUID on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerklasse für UUID-Bearbeitungsfehler | 20060531 |
Method DELETE Signature
Method DELETE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method DELETE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method DELETE_ASSIGNMENTS_FOR_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_NO_OF_TADIR_OBJECTS | Call by reference | Type reference (TYPE) | I | 20051121 | ||||
| 2 | IM_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | CLS_ATTRIBUTE_NAME | Characteristic | 20051118 | |||
| 3 | IM_DELETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051121 |
Method DELETE_ASSIGNMENTS_FOR_ATTR on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method DELETE_ASSIGNMENTS_OF_TADIROBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_ASSIGNMENT_OBJECTS | Call by reference | Type reference (TYPE) | SCTS_TADIR | TADIR-obejcts to be deleted | 20051013 | |||
| 2 | EX_ASSIGNMENT_TABLE_ENTRIES | Call by reference | Type reference (TYPE) | CLS_ASSIGNMENT_TAB | Table entries from CLS_ASSIGNMENT to be deleted | 20051013 | |||
| 3 | EX_LINKED_OBJ_TABLE_ENTRIES | Call by reference | Type reference (TYPE) | CLS_LINK_TAB | Table entries from CLS_LINKED_OBJ to be deleted | 20051013 | |||
| 4 | IM_ATTRIBUTE | Call by reference | Type reference (TYPE) | CLS_ATTRIBUTE_NAME | Characteristic | 20061024 | |||
| 5 | IM_DELETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Really delete (ABAP_FALSE: Select only) | 20051013 | ||
| 6 | IM_DELETE_REFERRING_LINKS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Delete links of other objects to the specified object | 20061024 | ||
| 7 | IM_TADIR_OBJECT | Call by reference | Type reference (TYPE) | PAK_OBJECT_KEY | Object Name in Object Directory | 20051013 |
Method DELETE_ASSIGNMENTS_OF_TADIROBJ on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method DELETE_ATTR_VALUE_ASSIGNMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20080729 | |||
| 2 | IM_ATTRIBUTE | Call by reference | Type reference (TYPE) | CLS_ATTRIBUTE_NAME | Attribute names | 20080729 | |||
| 3 | IM_OBJECT | Call by reference | Type reference (TYPE) | PAK_OBJECT_KEY | Object keys | 20080729 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20080729 | ||
| 2 | Operation can't be executed in present object state | 20080729 | ||
| 3 | 20080729 | |||
| 4 | Error situation: enqueue locks hold by other instance | 20080729 |
Method DELETE_OBSOLETE_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_NO_OF_OBSOLETE_ASSIGNMENTS | Call by reference | Type reference (TYPE) | I | Number of deleted tadir objects | 20051130 | |||
| 2 | IM_CORRECT_GUID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20051130 | |||
| 3 | IM_DELETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | FALSE: Count only | 20051130 |
Method DELETE_OBSOLETE_ASSIGNMENTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method DESCRIBE Signature
Method DESCRIBE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method DESCRIBE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method DFS_LINKED_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_EFFECTIVE_ASSIGNMENTS | Call by reference | Type reference (TYPE) | CLS_VALUE_ASSIGNMENTS | List of value assignments | 20050711 | |||
| 2 | IM_VISITED_OBJECTS | Call by reference | Type reference (TYPE) | CLS_LINKED_OBJECT_ASSIGNMENTS | Assignments of linked objects | 20050708 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050708 | |||
| 2 | Operation can't be executed in present object state | 20050708 | ||
| 3 | 20060516 |
Method EXISTS Signature
Method EXISTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method EXISTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method EXISTS_ASSIGNMENT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ASSIGNMENT_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20050601 | |||
| 2 | RE_EXISTS_ASSIGNMENT_ID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050601 |
Method EXISTS_ASSIGNMENT_ID on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method EXISTS_ATTR_VALUE_ASSIGNMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ATTRIBUTE | Call by reference | Type reference (TYPE) | CLS_ATTRIBUTE_NAME | Attribute name | 20050601 | |||
| 2 | IM_ATTRIBUTE_REF | Call by reference | Object reference (TYPE REF TO) | IF_CLS_ATTRIBUTE | Optional, improves performance | 20051230 | |||
| 3 | IM_OBJECT | Call by reference | Type reference (TYPE) | PAK_OBJECT_KEY | Object key | 20050601 | |||
| 4 | RE_GUID | Value transfer | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20050601 |
Method EXISTS_ATTR_VALUE_ASSIGNMENT on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method EXISTS_ATTR_VALUE_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_OBJECT_LIST | Call by reference | Type reference (TYPE) | TY_UNIQUE_OBJECT_LIST | GUID in 'CHAR' Format in Uppercase | 20050725 | |||
| 2 | IM_ATTRIBUTES | Call by reference | Type reference (TYPE) | CL_CLS_OBJECT_CHARACTERIZATION=>TY_ATTRIBUTE_LIST | Attribute names | 20050725 | |||
| 3 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | Object keys | 20050725 |
Method EXISTS_ATTR_VALUE_ASSIGNMENTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method EXISTS_OWN_INACTIVE_VERSION Signature
Method EXISTS_OWN_INACTIVE_VERSION on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method EXISTS_OWN_INACTIVE_VERSION on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method EXPLORE_LINKED_ASSIGNMENTS Signature
Method EXPLORE_LINKED_ASSIGNMENTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method EXPLORE_LINKED_ASSIGNMENTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method FREE Signature
Method FREE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method FREE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method FREE_IMPLICIT_ASSIGNMENTS Signature
Method FREE_IMPLICIT_ASSIGNMENTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method FREE_IMPLICIT_ASSIGNMENTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method FREE_LINKED_ASSIGNMENTS Signature
Method FREE_LINKED_ASSIGNMENTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method FREE_LINKED_ASSIGNMENTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_ACTIVATION_STATE Signature
Method GET_ACTIVATION_STATE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_ACTIVATION_STATE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_ASSIGNMENTS_FOR_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_ASSIGNMENTS | Call by reference | Type reference (TYPE) | CLS_ASSIGNMENT_INFO_TAB | Assignment ids | 20061110 | |||
| 2 | IM_OBJECT | Call by reference | Type reference (TYPE) | PAK_OBJECT_KEY | Object key | 20061110 |
Method GET_ASSIGNMENTS_FOR_OBJECT on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_ATTRIBUTE Signature
Method GET_ATTRIBUTE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_ATTRIBUTE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_ATTRIBUTES_FROM_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_ATTRIBUTES | Call by reference | Type reference (TYPE) | CLS_ATTRIBUTE_TAB | Table of attribute name | 20051208 | |||
| 2 | IM_GROUP | Call by reference | Type reference (TYPE) | CLS_ATTRIBUTE_VALUE | Attribute value | 20051208 |
Method GET_ATTRIBUTES_FROM_GROUP on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_ATTRIBUTE_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ATTRIBUTE | Call by reference | Type reference (TYPE) | CLS_ATTRIBUTE_NAME | Characteristic | 20130207 | |||
| 2 | IM_PARAMETER | Call by reference | Type reference (TYPE) | CLIKE | Parameter name | 20130207 | |||
| 3 | RE_VALUE | Value transfer | Type reference (TYPE) | STRING | Parameter value | 20130207 |
Method GET_ATTRIBUTE_PARAMETER on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_ATTRIBUTE_REF Signature
Method GET_ATTRIBUTE_REF on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_ATTRIBUTE_REF on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_ATTR_VALUE_ASSIGNMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_CLASSIFICATION | Call by reference | Type reference (TYPE) | TY_CLASSIFICATION | 20061108 | ||||
| 2 | IM_ATTRIBUTE | Call by reference | Type reference (TYPE) | CLS_ATTRIBUTE_NAME | Attribute names | 20061108 | |||
| 3 | IM_EFFECTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20061108 | |||
| 4 | IM_EXPLICIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20061108 | |||
| 5 | IM_IMPLICIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20061108 | |||
| 6 | IM_OBJECT | Call by reference | Type reference (TYPE) | PAK_OBJECT_KEY | Object keys | 20061108 | |||
| 7 | IM_SET_ICONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20061108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20061108 | ||
| 2 | Operation can't be executed in present object state | 20061108 | ||
| 3 | 20061108 |
Method GET_ATTR_VALUE_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_CLASSIFICATIONS | Call by reference | Type reference (TYPE) | TY_CLASSIFICATIONS | GUID in 'CHAR' Format in Uppercase | 20050725 | |||
| 2 | IM_ATTRIBUTES | Call by reference | Type reference (TYPE) | TY_ATTRIBUTE_LIST | Attribute names | 20050725 | |||
| 3 | IM_DISPLAY_PROGRESS_BAR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20101006 | |||
| 4 | IM_EFFECTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050725 | |||
| 5 | IM_EXPLICIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20050725 | |||
| 6 | IM_IMPLICIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050725 | |||
| 7 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | Object keys | 20050725 | |||
| 8 | IM_PROGRESS_BAR_TEXT | Call by reference | Type reference (TYPE) | CLIKE | 20101006 | ||||
| 9 | IM_SET_ICONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20050929 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20050725 | ||
| 2 | Operation can't be executed in present object state | 20050725 | ||
| 3 | 20060516 |
Method GET_CLIENT_ASSIGNMENTS Signature
Method GET_CLIENT_ASSIGNMENTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_CLIENT_ASSIGNMENTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_CLIENT_ATTRIBUTE Signature
Method GET_CLIENT_ATTRIBUTE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_CLIENT_ATTRIBUTE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_CLIENT_ATTRIBUTE_REF Signature
Method GET_CLIENT_ATTRIBUTE_REF on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_CLIENT_ATTRIBUTE_REF on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_CREATED Signature
Method GET_CREATED on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_CREATED on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_CTS_IDENTIFIER Signature
Method GET_CTS_IDENTIFIER on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_CTS_IDENTIFIER on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_DESCRIPTION_OF_ASSIGNMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ASSIGNMENT_ID | Call by reference | Type reference (TYPE) | CLIKE | GUID in 'CHAR' Format in Uppercase | 20050727 | |||
| 2 | RE_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | 20050727 |
Method GET_DESCRIPTION_OF_ASSIGNMENT on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_EFFECTIVE_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_ASSIGNMENTS | Call by reference | Type reference (TYPE) | CLS_VALUE_ASSIGNMENTS | Assignments | 20050711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050711 | |||
| 2 | Operation can't be executed in present object state | 20050711 | ||
| 3 | 20060516 |
Method GET_GUID Signature
Method GET_GUID on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_GUID on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_IMPLICIT_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_ASSIGNMENTS | Call by reference | Type reference (TYPE) | CLS_VALUE_ASSIGNMENTS | Assignments | 20050708 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050713 | |||
| 2 | Operation can't be executed in present object state | 20050708 | ||
| 3 | 20060516 |
Method GET_LAST_CHANGED Signature
Method GET_LAST_CHANGED on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_LAST_CHANGED on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_LINKED_ASSIGNMENTS Signature
Method GET_LINKED_ASSIGNMENTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_LINKED_ASSIGNMENTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_LINKS Signature
Method GET_LINKS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_LINKS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_MASTER_LANGUAGE Signature
Method GET_MASTER_LANGUAGE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_MASTER_LANGUAGE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_NEWEST_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_GUIDS | Call by reference | Type reference (TYPE) | TY_GUIDS | 20091009 | ||||
| 2 | RE_LATEST_GUID | Value transfer | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20091009 |
Method GET_NEWEST_GUID on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_NO_OF_LINKS Signature
Method GET_NO_OF_LINKS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_NO_OF_LINKS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_NO_OF_VALUES Signature
Method GET_NO_OF_VALUES on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_NO_OF_VALUES on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_OBJECT Signature
Method GET_OBJECT on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_OBJECT on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_OBJECTS_FROM_CLASSIFICATN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20051208 | |||
| 2 | EX_OBJECTS_WITH_REMARKS | Call by reference | Type reference (TYPE) | TY_OBJECTS_WITH_REMARK | 20060810 | ||||
| 3 | IM_ATTRIBUTE | Call by reference | Type reference (TYPE) | CLS_ATTRIBUTE_NAME | Characteristic | 20051208 | |||
| 4 | IM_VALUE | Call by reference | Type reference (TYPE) | CLIKE | 20051208 |
Method GET_OBJECTS_FROM_CLASSIFICATN on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_OBJECT_FROM_ASSIGNMENT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_ATTRIBUTE | Call by reference | Type reference (TYPE) | CLS_ATTRIBUTE_NAME | Attribute name | 20050601 | |||
| 2 | EX_OBJECT | Call by reference | Type reference (TYPE) | PAK_OBJECT_KEY | Object | 20050601 | |||
| 3 | EX_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Package | 20051230 | |||
| 4 | IM_ASSIGNMENT_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20050601 |
Method GET_OBJECT_FROM_ASSIGNMENT_ID on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_ORIGINAL_SYSTEM Signature
Method GET_ORIGINAL_SYSTEM on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_ORIGINAL_SYSTEM on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_PACKAGE Signature
Method GET_PACKAGE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_PACKAGE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_PACKAGES_OF_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_PACKAGES | Call by reference | Type reference (TYPE) | PAK_PACKAGE_NAME_LIST | List of package names | 20061214 | |||
| 2 | IM_ATTRIBUTE_LIST | Call by reference | Type reference (TYPE) | CL_CLS_OBJECT_CHARACTERIZATION=>TY_ATTRIBUTE_LIST | 20061214 | ||||
| 3 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20061214 |
Method GET_PACKAGES_OF_ASSIGNMENTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_PACKAGES_OF_ASS_FOR_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_LIST_IS_COMPLETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | X: All objects are classified | 20061215 | |||
| 2 | EX_PACKAGES | Call by reference | Type reference (TYPE) | PAK_PACKAGE_NAME_LIST | List of package names | 20061215 | |||
| 3 | IM_ATTRIBUTE | Call by reference | Type reference (TYPE) | CLS_ATTRIBUTE_NAME | Characteristic | 20061215 | |||
| 4 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20061215 |
Method GET_PACKAGES_OF_ASS_FOR_ATTR on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_PERSON_RESPONSIBLE Signature
Method GET_PERSON_RESPONSIBLE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_PERSON_RESPONSIBLE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_RANGE_FROM_ATTRIBUTE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_ATTRIBUTE_RANGE | Call by reference | Type reference (TYPE) | TY_ATTRIBUTE_RANGE | 20050722 | ||||
| 2 | IM_ATTRIBUTE_LIST | Call by reference | Type reference (TYPE) | CL_CLS_OBJECT_CHARACTERIZATION=>TY_ATTRIBUTE_LIST | 20050722 |
Method GET_RANGE_FROM_ATTRIBUTE_LIST on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_STATE_TEXT Signature
Method GET_STATE_TEXT on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_STATE_TEXT on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_VALUES Signature
Method GET_VALUES on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_VALUES on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_VALUE_FROM_RUN_RESULT Signature
Method GET_VALUE_FROM_RUN_RESULT on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_VALUE_FROM_RUN_RESULT on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method GET_WBM_IDENTIFIER Signature
Method GET_WBM_IDENTIFIER on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method GET_WBM_IDENTIFIER on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method HAS_OBJECT_DIRECTORY_INFO Signature
Method HAS_OBJECT_DIRECTORY_INFO on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method HAS_OBJECT_DIRECTORY_INFO on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method IS_DELETED_ON_DB Signature
Method IS_DELETED_ON_DB on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method IS_DELETED_ON_DB on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method IS_INITIALIZED Signature
Method IS_INITIALIZED on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method IS_INITIALIZED on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method IS_LOCKED Signature
Method IS_LOCKED on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method IS_LOCKED on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method IS_MODIFIED Signature
Method IS_MODIFIED on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method IS_MODIFIED on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method IS_NEW Signature
Method IS_NEW on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method IS_NEW on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method MASS_ACCESS_ASP_EXPLICIT_ONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ATTRIBUTE_INFOS | Call by reference | Type reference (TYPE) | TY_ATTR_INFOS | 20051123 | ||||
| 2 | EX_CLASSIFICATIONS | Call by reference | Type reference (TYPE) | TY_CLASSIFICATIONS | 20051121 | ||||
| 3 | IM_ATTRIBUTE_LIST | Call by reference | Type reference (TYPE) | CL_CLS_OBJECT_CHARACTERIZATION=>TY_ATTRIBUTE_LIST | 20051121 | ||||
| 4 | IM_DISPLAY_PROGRESS_BAR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20101006 | |||
| 5 | IM_EFFECTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051121 | ||||
| 6 | IM_EXPLICIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051121 | ||||
| 7 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20051121 | |||
| 8 | IM_PROGRESS_BAR_TEXT | Call by reference | Type reference (TYPE) | CLIKE | 20101006 | ||||
| 9 | IM_SET_ICONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20051121 | ||
| 2 | Operation can't be executed in present object state | 20051121 | ||
| 3 | 20060516 |
Method MASS_ACCESS_ASP_WEAK_LINKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ATTRIBUTE_INFOS | Call by reference | Type reference (TYPE) | TY_ATTR_INFOS | 20070322 | ||||
| 2 | EX_CLASSIFICATIONS | Call by reference | Type reference (TYPE) | TY_CLASSIFICATIONS | 20070322 | ||||
| 3 | IM_ATTRIBUTE_LIST | Call by reference | Type reference (TYPE) | CL_CLS_OBJECT_CHARACTERIZATION=>TY_ATTRIBUTE_LIST | 20070322 | ||||
| 4 | IM_DISPLAY_PROGRESS_BAR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20101006 | |||
| 5 | IM_EFFECTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070322 | ||||
| 6 | IM_EXPLICIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070322 | ||||
| 7 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20070322 | |||
| 8 | IM_PROGRESS_BAR_TEXT | Call by reference | Type reference (TYPE) | CLIKE | 20101006 | ||||
| 9 | IM_SET_ICONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20070322 | ||
| 2 | Operation can't be executed in present object state | 20070322 | ||
| 3 | 20070322 |
Method MASS_ACCESS_EXPLICIT_ONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ATTRIBUTE_INFOS | Call by reference | Type reference (TYPE) | TY_ATTR_INFOS | 20051123 | ||||
| 2 | EX_CLASSIFICATIONS | Call by reference | Type reference (TYPE) | TY_CLASSIFICATIONS | 20051121 | ||||
| 3 | IM_ATTRIBUTE_LIST | Call by reference | Type reference (TYPE) | CL_CLS_OBJECT_CHARACTERIZATION=>TY_ATTRIBUTE_LIST | 20051121 | ||||
| 4 | IM_DISPLAY_PROGRESS_BAR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20101006 | |||
| 5 | IM_EFFECTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051121 | ||||
| 6 | IM_EXPLICIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051121 | ||||
| 7 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20051121 | |||
| 8 | IM_PROGRESS_BAR_TEXT | Call by reference | Type reference (TYPE) | CLIKE | 20101006 | ||||
| 9 | IM_SET_ICONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20051121 | ||
| 2 | Operation can't be executed in present object state | 20051121 | ||
| 3 | 20060516 |
Method MASS_ACCESS_WEAK_LINKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ATTRIBUTE_INFOS | Call by reference | Type reference (TYPE) | TY_ATTR_INFOS | 20070322 | ||||
| 2 | EX_CLASSIFICATIONS | Call by reference | Type reference (TYPE) | TY_CLASSIFICATIONS | 20070322 | ||||
| 3 | IM_ATTRIBUTE_LIST | Call by reference | Type reference (TYPE) | CL_CLS_OBJECT_CHARACTERIZATION=>TY_ATTRIBUTE_LIST | 20070322 | ||||
| 4 | IM_DISPLAY_PROGRESS_BAR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20101006 | |||
| 5 | IM_EFFECTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070322 | ||||
| 6 | IM_EXPLICIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070322 | ||||
| 7 | IM_IMPLICIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070326 | ||||
| 8 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20070322 | |||
| 9 | IM_PROGRESS_BAR_TEXT | Call by reference | Type reference (TYPE) | CLIKE | 20101006 | ||||
| 10 | IM_SET_ICONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20070322 | ||
| 2 | Operation can't be executed in present object state | 20070322 | ||
| 3 | 20070322 |
Method REFRESH Signature
Method REFRESH on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method REFRESH on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method REVERT_TO_ACTIVE_VERSION Signature
Method REVERT_TO_ACTIVE_VERSION on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method REVERT_TO_ACTIVE_VERSION on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method SAVE Signature
Method SAVE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method SAVE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method SET_ATTR_VALUE_ASSIGNMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ASSIGNMENTS | Call by reference | Type reference (TYPE) | CLS_VALUE_ASSIGNMENTS | List of value assignments | 20061108 | |||
| 2 | CH_LINKS | Call by reference | Type reference (TYPE) | CLS_LINKED_OBJECTS | List of linked objects | 20070308 | |||
| 3 | CH_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20061108 | |||
| 4 | IM_ATTRIBUTE | Call by reference | Type reference (TYPE) | CLS_ATTRIBUTE_NAME | Attribute names | 20061108 | |||
| 5 | IM_OBJECT | Call by reference | Type reference (TYPE) | PAK_OBJECT_KEY | Object keys | 20061108 | |||
| 6 | IM_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Package | 20061108 | |||
| 7 | IM_SET_LINKS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | TRUE: Set links | 20070308 | ||
| 8 | IM_SET_VALUES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | TRUE: Set values | 20070308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20061108 | ||
| 2 | Operation can't be executed in present object state | 20061108 | ||
| 3 | 20061108 | |||
| 4 | Error situation: enqueue locks hold by other instance | 20061108 |
Method SET_DEFAULT_VALUE Signature
Method SET_DEFAULT_VALUE on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050704 |
Method SET_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ASSIGNMENT | Call by reference | Type reference (TYPE) | CLS_VALUE_ASSIGNMENT | Assigned value as string | 20050727 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation can't be executed in present object state | 20050727 |
Method SET_LINKS Signature
Method SET_LINKS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method SET_LINKS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method SET_VALUES Signature
Method SET_VALUES on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method SET_VALUES on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method SUBTRACT_VALUES Signature
Method SUBTRACT_VALUES on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method SUBTRACT_VALUES on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method TRANSPORT_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_PROTOCOL | Call by reference | Object reference (TYPE REF TO) | CL_CLS_PROTOCOL_CONTENT | Prüfergebnisse anzeigen | 20130125 | |||
| 2 | EX_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20130125 | |||
| 3 | IM_ATTRIBUTES | Call by reference | Type reference (TYPE) | TY_ATTRIBUTE_LIST | 20130125 | ||||
| 4 | IM_COLLECTOR | Call by reference | Object reference (TYPE REF TO) | CL_CLS_OBJECT_COLLECTOR | Object collector | 20130125 | |||
| 5 | IM_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20130125 |
Method TRANSPORT_ASSIGNMENTS on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Method UNLOCK Signature
Method UNLOCK on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
Method UNLOCK on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no exception.
Event Signatures
Event ACTIVATION_STATE_CHANGING Signature
Event ACTIVATION_STATE_CHANGING on class CL_CLS_ATTR_VALUE_ASSIGNMENT has no parameter.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 710 |