Hierarchy
⤷
⤷
Properties
| Class | CL_CLS_OBJECT_CHARACTERIZATION | |
| Short Description | Characterization tool | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SPAK_TOOL_CLASSIFICATION_SCHAR | Display Classifications |
| Created | 20050603 | 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_CLS_OBJECT_CHARACTERIZATION has no interface implemented.
Friends
Class CL_CLS_OBJECT_CHARACTERIZATION has no friend class.
Attributes
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | NAVIGATE_TO_OBJECT | Instance Event (0) |
Public (2) |
20051125 | |
| 2 | OBJECT_MODIFIED | Instance Event (0) |
Public (2) |
20050726 | |
| 3 | TOGGLE_EDIT | Instance Event (0) |
Public (2) |
20050817 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_ASSIGNMENTS_LIST | Public | See coding | 20050901 | ty_assignments_list type hashed table of ty_assignments_list_entry with unique key ref
|
||
| 2 | TY_ASSIGNMENTS_LIST_ENTRY | Public | See coding | 20051019 | begin of ty_assignments_list_entry,
ref type ref to if_cls_attr_value_assignment,
used_in_assignment_grid type abap_bool,
end of ty_assignments_list_entry
|
||
| 3 | TY_ATTRIBUTE_INFO | Public | See coding | 20050901 | begin of ty_attribute_info,
name type cls_attribute_name,
ref type ref to if_cls_attribute,
active type abap_bool,
valid type abap_bool,
key type abap_bool,
for_deletion type abap_bool,
locked_objects type pak_hashed_object_list,
assignments type ref to if_cls_attr_value_assignment,
assignments_list type ty_assignments_list,
end of ty_attribute_info
|
||
| 4 | TY_ATTRIBUTE_INFO_LIST | Public | See coding | 20050901 | ty_attribute_info_list type hashed table of ty_attribute_info with unique key name
|
||
| 5 | TY_ATTRIBUTE_LIST | Public | Type reference (TYPE) | CL_CLS_ATTR_VALUE_ASSIGNMENT=>TY_ATTRIBUTE_LIST | 20050603 | |
|
| 6 | TY_ATTRIBUTE_REF_LIST | Public | See coding | 20050603 | ty_attribute_ref_list type table of ref to if_cls_attribute
|
||
| 7 | TY_HISTORY | Private | See coding | 20050714 | TY_HISTORY type table of ty_history_entry
|
||
| 8 | TY_HISTORY_ENTRY | Private | See coding | 20050725 | begin of ty_history_entry,
valid type abap_bool,
object type i,
objects type ty_id_list,
attributes type ty_attribute_list,
changemode type abap_bool,
end of ty_history_entry
|
||
| 9 | TY_ID_LIST | Private | See coding | 20050831 | ty_id_list type hashed table of i with unique key table_line
|
||
| 10 | TY_OBJECT_INFO | Private | See coding | 20050831 | begin of ty_object_info,
name type pak_object_key,
package type devclass,
end of ty_object_info
|
||
| 11 | TY_OBJECT_LIST | Private | See coding | 20050831 | ty_object_list type hashed table of ty_object_info with unique key name
|
||
| 12 | TY_POP_LIST | Private | See coding | 20051115 | TY_POP_LIST type table of SPOPLI
|
Method Signatures
Method ASSIGNMENTS_ARE_CHANGABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_ASSIGNMENTS_ARE_CHANGABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050616 |
Method ASSIGNMENTS_ARE_CHANGABLE on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method ASSIGNMENT_GRID_CHANGEMODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20060307 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Problems regarding the UI of the classification tool | 20051021 |
Method ASSIGNMENT_GRID_CHECK Signature
Method ASSIGNMENT_GRID_CHECK on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20051020 | ||
| 2 | Operation can't be executed in present object state | 20051020 | ||
| 3 | User doesn't have sufficient authorizations | 20051020 |
Method ASSIGNMENT_GRID_MODIFIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_MODIFIED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20051020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20051020 | ||
| 2 | Operation can't be executed in present object state | 20051020 |
Method ASSIGNMENT_GRID_REVERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_MODIFIED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060301 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20060301 | ||
| 2 | Operation can't be executed in present object state | 20060301 |
Method ASSIGNMENT_GRID_SAVE 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 | 20051020 | |||
| 2 | IM_DISPLAY_CANCEL_DIALOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060301 | |||
| 3 | IM_DISPLAY_SAVE_DIALOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060301 | |||
| 4 | IM_UPDATE_DISPLAY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20051024 | |||
| 5 | IM_UPDATE_MODE | Call by reference | Type reference (TYPE) | CLS_UPDATE_MODE | Update mode for multiple object classification | 20051116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Problems regarding the UI of the classification tool | 20051117 | ||
| 2 | Invalid data | 20051020 | ||
| 3 | Operation can't be executed in present object state | 20051020 | ||
| 4 | User doesn't have sufficient authorizations | 20051020 |
Method ASSIGNMENT_GRID_SAVE_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DISPLAY_CANCEL_DIALOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060301 | ||||
| 2 | IM_DISPLAY_SAVE_DIALOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060301 | ||||
| 3 | RE_DO_SAVE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060301 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060301 | |||
| 2 | Invalid data | 20060301 | ||
| 3 | Operation can't be executed in present object state | 20060301 |
Method ASSIGNMENT_GRID_SAVE_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_MODIFIED_OBJECTS | Call by reference | Type reference (TYPE) | PAK_HASHED_OBJECT_LIST | List of development objects | 20051025 | |||
| 2 | IM_ATTRIBUTE | Call by reference | Type reference (TYPE) | CLS_ATTRIBUTE_NAME | Attribute name | 20051020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20060508 | ||
| 2 | Invalid data | 20051020 | ||
| 3 | Operation can't be executed in present object state | 20051020 | ||
| 4 | User doesn't have sufficient authorizations | 20051020 |
Method ASSIGNMENT_GRID_SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ATTRIBUTES | Call by reference | Type reference (TYPE) | TY_ATTRIBUTE_LIST | List of attributes | 20051021 | |||
| 2 | IM_SHOW_ASSIGNMENT_GRID | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20130415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20051021 | ||
| 2 | Invalid object type group data | 20051021 | ||
| 3 | Method can not be executed at present object state | 20051021 | ||
| 4 | User doesn't have sufficient authorizations | 20051021 |
Method ASSIGNMENT_GRID_SET_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECT | Call by reference | Type reference (TYPE) | PAK_OBJECT_KEY | Object key | 20051020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20051020 | ||
| 2 | Invalid data | 20051020 | ||
| 3 | Operation can't be executed in present object state | 20051020 | ||
| 4 | User doesn't have sufficient authorizations | 20051020 |
Method ASSIGNMENT_GRID_SET_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | Object list | 20051020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20051020 | ||
| 2 | Invalid data | 20051020 | ||
| 3 | Operation can't be executed in present object state | 20051020 | ||
| 4 | User doesn't have sufficient authorizations | 20051020 |
Method ASSIGNMENT_GRID_UNLOCK Signature
Method ASSIGNMENT_GRID_UNLOCK on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20051020 | ||
| 2 | Operation can't be executed in present object state | 20051020 | ||
| 3 | User doesn't have sufficient authorizations | 20051020 |
Method ASSIGNMENT_GRID_UPDATE_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_UPDATE_MODE | Call by reference | Type reference (TYPE) | CLS_UPDATE_MODE | Update mode for multiple object classification | 20051115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20051020 | ||
| 2 | Operation can't be executed in present object state | 20051020 | ||
| 3 | User doesn't have sufficient authorizations | 20051020 |
Method CLEAR_CURRENT_VIEW Signature
Method CLEAR_CURRENT_VIEW on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
Method CLEAR_CURRENT_VIEW on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CHANGABLE | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20050603 | |||
| 2 | IM_CLASSIFICATION_SOURCE | Call by reference | Object reference (TYPE REF TO) | CL_CLS_CLASSIFICATION_SOURCE | Source of classifications | 20100128 | |||
| 3 | IM_DISPLAY_MODE | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20121019 | |||
| 4 | IM_DYNNR | Call by reference | Type reference (TYPE) | SY-DYNNR | Current Screen Number | 20051020 | |||
| 5 | IM_REPID | Call by reference | Type reference (TYPE) | SY-REPID | 20051020 | ||||
| 6 | IM_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20130916 | |||
| 7 | IM_SHOW_CLOSE_BUTTON | Call by reference | Type reference (TYPE) | ABAP_BOOL | Display close button | 20050817 |
Method CONSTRUCTOR on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method CREATE_GRID Signature
Method CREATE_GRID on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid object type group data | 20051107 | ||
| 2 | GUI Package-Builder exceptions | 20051020 | ||
| 3 | Operation can't be executed in present object state | 20051107 |
Method DELETE_CLASSIFICATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20051201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20051201 | ||
| 2 | Invalid data | 20051201 | ||
| 3 | Operation can't be executed in present object state | 20051201 | ||
| 4 | User doesn't have sufficient authorizations | 20051201 |
Method DELETION_CHANGEMODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20060307 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Problems regarding the UI of the classification tool | 20051202 |
Method DELETION_SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ATTRIBUTES | Call by reference | Type reference (TYPE) | TY_ATTRIBUTE_LIST | List of attributes | 20051202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20051202 | ||
| 2 | Invalid object type group data | 20051202 | ||
| 3 | Method can not be executed at present object state | 20051202 | ||
| 4 | User doesn't have sufficient authorizations | 20051202 |
Method DESTROY_GRID Signature
Method DESTROY_GRID on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
Method DESTROY_GRID on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method DISPLAY_ASSIGNMENT_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ASSIGNMENTS | Call by reference | Object reference (TYPE REF TO) | IF_CLS_ATTR_VALUE_ASSIGNMENT | Attribute value assignment | 20050902 | |||
| 2 | IM_ATTRIBUTE | Call by reference | Object reference (TYPE REF TO) | IF_CLS_ATTRIBUTE | Attribute | 20050902 | |||
| 3 | IM_VALUE | Call by reference | Type reference (TYPE) | STRING | 20050902 |
Method DISPLAY_ASSIGNMENT_DETAIL on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method DISPLAY_ASSIGNMENT_STATES Signature
Method DISPLAY_ASSIGNMENT_STATES on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
Method DISPLAY_ASSIGNMENT_STATES on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method FREE Signature
Method FREE on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
Method FREE on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method GET_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_OBJECT | Value transfer | Type reference (TYPE) | PAK_OBJECT_KEY | Object key | 20050610 |
Method GET_OBJECT on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method GET_PACKAGES_AND_REQUESTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_PACKAGES_AND_REQUESTS | Value transfer | Object reference (TYPE REF TO) | CL_CLS_PACKAGES_AND_REQUESTS | Grid for packages and requests | 20050613 |
Method GET_PACKAGES_AND_REQUESTS on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method GRID_HAS_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_GRID_HAS_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050628 |
Method GRID_HAS_CHANGED on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HANDLE_ASSIGNMENT_GRID_SAVE Signature
Method HANDLE_ASSIGNMENT_GRID_SAVE on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
Method HANDLE_ASSIGNMENT_GRID_SAVE on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HANDLE_BACK Signature
Method HANDLE_BACK on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
Method HANDLE_BACK on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HANDLE_CLOSE Signature
Method HANDLE_CLOSE on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
Method HANDLE_CLOSE on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HANDLE_DELETE_ASSIGNM_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ATTRIBUTE | Value transfer | Attribute reference (LIKE) | 20050729 |
Method HANDLE_DELETE_ASSIGNM_REQUEST on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HANDLE_DISPL_ASSIGNMENT_STATES Signature
Method HANDLE_DISPL_ASSIGNMENT_STATES on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
Method HANDLE_DISPL_ASSIGNMENT_STATES on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HANDLE_FORWARD Signature
Method HANDLE_FORWARD on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
Method HANDLE_FORWARD on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HANDLE_NAVIGATION_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECT | Value transfer | Attribute reference (LIKE) | 20050714 |
Method HANDLE_NAVIGATION_REQUEST on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HANDLE_NAV_TO_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECT | Call by reference | Attribute reference (LIKE) | 20051125 |
Method HANDLE_NAV_TO_OBJECT on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HANDLE_TOGGLE_EDIT Signature
Method HANDLE_TOGGLE_EDIT on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
Method HANDLE_TOGGLE_EDIT on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HANDLE_UNLOCK_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DIRECT_CLASSIFICATION | Value transfer | Attribute reference (LIKE) | 20051024 |
Method HANDLE_UNLOCK_REQUEST on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HANDLE_UPDATE_CLASSIFICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_UPDATE_MODE | Call by reference | Attribute reference (LIKE) | 20051115 |
Method HANDLE_UPDATE_CLASSIFICATION on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HISTORY_ADD_LEFT_STEPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MENU | Call by reference | Object reference (TYPE REF TO) | CL_CTMENU | Context Menu | 20050714 |
Method HISTORY_ADD_LEFT_STEPS on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HISTORY_ADD_RIGHT_STEPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MENU | Call by reference | Object reference (TYPE REF TO) | CL_CTMENU | Context Menu | 20050714 |
Method HISTORY_ADD_RIGHT_STEPS on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HISTORY_ADD_STEPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DIR | Call by reference | Type reference (TYPE) | C | 20050714 | ||||
| 2 | MENU | Call by reference | Object reference (TYPE REF TO) | CL_CTMENU | Context Menu | 20050714 | |||
| 3 | VIEWS | Call by reference | Type reference (TYPE) | TY_HISTORY | 20050714 |
Method HISTORY_ADD_STEPS on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HISTORY_BACK Signature
Method HISTORY_BACK on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
Method HISTORY_BACK on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HISTORY_FORWARD Signature
Method HISTORY_FORWARD on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
Method HISTORY_FORWARD on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HISTORY_GO_BACK_TO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | I | Object ID | 20050714 |
Method HISTORY_GO_BACK_TO on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HISTORY_GO_FORWARD_TO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | I | Object ID | 20050714 |
Method HISTORY_GO_FORWARD_TO on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HISTORY_NAVIGATE Signature
Method HISTORY_NAVIGATE on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20050714 | ||
| 2 | Invalid data | 20050714 | ||
| 3 | Operation can't be executed in present object state | 20050714 | ||
| 4 | User doesn't have sufficient authorizations | 20050714 |
Method HISTORY_PUSH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CHANGEMODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060406 | |||
| 2 | IM_OBJECT | Call by reference | Type reference (TYPE) | PAK_OBJECT_KEY | Object key | 20050714 | |||
| 3 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20050831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20050714 | ||
| 2 | Invalid data | 20050714 | ||
| 3 | Operation can't be executed in present object state | 20050714 | ||
| 4 | User doesn't have sufficient authorizations | 20050714 |
Method HISTORY_STEP_BACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OK | Value transfer | Type reference (TYPE) | ABAP_BOOL | allgemeines flag | 20050714 |
Method HISTORY_STEP_BACK on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HISTORY_STEP_FORWARD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OK | Value transfer | Type reference (TYPE) | ABAP_BOOL | allgemeines flag | 20050714 |
Method HISTORY_STEP_FORWARD on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method HISTORY_UPDATE_TOOLBAR Signature
Method HISTORY_UPDATE_TOOLBAR on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
Method HISTORY_UPDATE_TOOLBAR on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method MODIFIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_MODIFIED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050603 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20050621 | ||
| 2 | Operation can't be executed in present object state | 20050603 |
Method OBJECT_GRID_CHANGEMODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20060307 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Problems regarding the UI of the classification tool | 20051021 |
Method OBJECT_GRID_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_NEW_OBJECT_LIST | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20051020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20051020 | ||
| 2 | Operation can't be executed in present object state | 20051020 | ||
| 3 | User doesn't have sufficient authorizations | 20051020 |
Method OBJECT_GRID_MODIFIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_NEW_OBJECT_LIST | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20051020 | |||
| 2 | RE_MODIFIED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20051020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20051020 | ||
| 2 | Operation can't be executed in present object state | 20051020 |
Method OBJECT_GRID_REVERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_MODIFIED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060301 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20060301 | ||
| 2 | Operation can't be executed in present object state | 20060301 |
Method OBJECT_GRID_SAVE 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 | 20051020 | |||
| 2 | IM_DISPLAY_CANCEL_DIALOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060301 | |||
| 3 | IM_DISPLAY_SAVE_DIALOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060301 | |||
| 4 | IM_NEW_OBJECT_LIST | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20051020 | |||
| 5 | IM_UPDATE_DISPLAY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20051024 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20060301 | ||
| 2 | Invalid data | 20051020 | ||
| 3 | Operation can't be executed in present object state | 20051020 | ||
| 4 | User doesn't have sufficient authorizations | 20051020 |
Method OBJECT_GRID_SAVE_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DISPLAY_CANCEL_DIALOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060301 | ||||
| 2 | IM_DISPLAY_SAVE_DIALOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060301 | ||||
| 3 | RE_DO_SAVE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060301 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060301 | |||
| 2 | Invalid data | 20060301 | ||
| 3 | Operation can't be executed in present object state | 20060301 |
Method OBJECT_GRID_SAVE_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_MODIFIED_OBJECTS | Call by reference | Type reference (TYPE) | PAK_HASHED_OBJECT_LIST | List of development objects | 20051025 | |||
| 2 | IM_ATTRIBUTE | Call by reference | Type reference (TYPE) | CLS_ATTRIBUTE_NAME | Attribute name | 20051020 | |||
| 3 | IM_NEW_OBJECT_LIST | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20051020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20060508 | ||
| 2 | Invalid data | 20051020 | ||
| 3 | Operation can't be executed in present object state | 20051020 | ||
| 4 | User doesn't have sufficient authorizations | 20051020 |
Method OBJECT_GRID_SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ATTRIBUTES | Call by reference | Type reference (TYPE) | TY_ATTRIBUTE_LIST | List of attributes | 20051021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20051021 | ||
| 2 | Invalid object type group data | 20051021 | ||
| 3 | Method can not be executed at present object state | 20051021 | ||
| 4 | User doesn't have sufficient authorizations | 20051021 |
Method OBJECT_GRID_SET_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | Object list | 20051020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20051020 | ||
| 2 | Invalid data | 20051020 | ||
| 3 | Operation can't be executed in present object state | 20051020 | ||
| 4 | User doesn't have sufficient authorizations | 20051020 |
Method OBJECT_GRID_UNLOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_NEW_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | List of development objects | 20051020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20051020 | ||
| 2 | Operation can't be executed in present object state | 20051020 | ||
| 3 | User doesn't have sufficient authorizations | 20051020 |
Method OBJECT_GRID_UPDATE_REF Signature
Method OBJECT_GRID_UPDATE_REF on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20051020 | ||
| 2 | Operation can't be executed in present object state | 20051020 | ||
| 3 | User doesn't have sufficient authorizations | 20051020 |
Method REFRESH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_UPDATE_DISPLAY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20050603 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20050615 | ||
| 2 | Invalid data | 20050615 | ||
| 3 | Operation can't be executed in present object state | 20050603 | ||
| 4 | User doesn't have sufficient authorizations | 20050615 |
Method SAVE 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 | 20050613 | |||
| 2 | IM_DISPLAY_CANCEL_DIALOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060301 | |||
| 3 | IM_DISPLAY_SAVE_DIALOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060301 | |||
| 4 | IM_SAVE_ASSIGNMENT_GRID | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20060216 | |||
| 5 | IM_SAVE_OBJECT_GRID | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20060216 | |||
| 6 | IM_UPDATE_DISPLAY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20051024 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Problems regarding the UI of the classification tool | 20051117 | ||
| 2 | Invalid data | 20050613 | ||
| 3 | Operation can't be executed in present object state | 20050603 | ||
| 4 | User doesn't have sufficient authorizations | 20050613 |
Method SAVE_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ASSIGNMENTS | Call by reference | Object reference (TYPE REF TO) | IF_CLS_ATTR_VALUE_ASSIGNMENT | Attribute name | 20051020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20060508 | ||
| 2 | Invalid data | 20051020 | ||
| 3 | Operation can't be executed in present object state | 20051020 | ||
| 4 | User doesn't have sufficient authorizations | 20051020 |
Method SELECT_UPDATE_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_NO_UPDATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051116 | ||||
| 2 | EX_UPDATE_MODE | Call by reference | Type reference (TYPE) | CLS_UPDATE_MODE | Update mode for multiple object classification | 20051116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Problems | 20090330 |
Method SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ATTRIBUTES | Call by reference | Type reference (TYPE) | TY_ATTRIBUTE_LIST | List of attributes | 20050818 | |||
| 2 | IM_DIRECT_CLASSIFICATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051021 | ||||
| 3 | IM_FOR_DELETION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20051202 | |||
| 4 | IM_FOR_INITIALIZATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20050818 | ||
| 2 | Invalid object type group data | 20050818 | ||
| 3 | Method can not be executed at present object state | 20050818 | ||
| 4 | User doesn't have sufficient authorizations | 20050818 |
Method SET_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CHANGEMODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060406 | |||
| 2 | IM_OBJECT | Call by reference | Type reference (TYPE) | PAK_OBJECT_KEY | Object key | 20050603 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20050603 | ||
| 2 | Invalid data | 20050613 | ||
| 3 | Operation can't be executed in present object state | 20050603 | ||
| 4 | User doesn't have sufficient authorizations | 20050603 |
Method SET_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DELETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20051201 | |||
| 2 | IM_DIRECT_CLASSIFICATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | Characterization of objects | 20051021 | |||
| 3 | IM_OBJECTS | Call by reference | Type reference (TYPE) | PAK_OBJECT_LIST | Object list | 20050831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20050831 | ||
| 2 | Invalid data | 20050831 | ||
| 3 | Operation can't be executed in present object state | 20050831 | ||
| 4 | User doesn't have sufficient authorizations | 20050831 |
Method SET_OBJECT_GRID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECT_GRID | Call by reference | Object reference (TYPE REF TO) | IF_CLS_ASSIGNMENT | Characterization of objects | 20051021 |
Method SET_OBJECT_GRID on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method UNLOCK Signature
Method UNLOCK on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20050615 | ||
| 2 | Operation can't be executed in present object state | 20050603 | ||
| 3 | User doesn't have sufficient authorizations | 20050615 |
Method UPDATE_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CHANGABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20050622 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050622 | |||
| 2 | Invalid data | 20050713 | ||
| 3 | Operation can't be executed in present object state | 20050622 | ||
| 4 | User doesn't have sufficient authorizations | 20050713 |
Method UPDATE_MODE_IS_ASSIGN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_UPDATE_MODE_IS_ASSIGN | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090330 |
Method UPDATE_MODE_IS_ASSIGN on class CL_CLS_OBJECT_CHARACTERIZATION has no exception.
Method UPDATE_REFERENCE Signature
Method UPDATE_REFERENCE on class CL_CLS_OBJECT_CHARACTERIZATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20050628 | ||
| 2 | Operation can't be executed in present object state | 20050628 | ||
| 3 | User doesn't have sufficient authorizations | 20050713 |
Event Signatures
Event NAVIGATE_TO_OBJECT Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECT | Exporting | Value transfer | Type reference (TYPE) | PAK_OBJECT_KEY | Object key | 20051125 |
Event OBJECT_MODIFIED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DELETION | Exporting | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20051202 | |||
| 2 | IM_DIRECT_CLASSIFICATION | Exporting | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20051025 | |||
| 3 | IM_OBJECT | Exporting | Value transfer | Type reference (TYPE) | PAK_OBJECT_KEY | Object key | 20050726 |
Event TOGGLE_EDIT Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_NEW_MODE_IS_EDIT | Exporting | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050817 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 710 |