SAP ABAP Class CL_GRPC_PROCESS_HIER_WD (Process Hierarchy Tree)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_CCAT (Package) Process controls central catalogues
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_CCAT (Package) Process controls central catalogues
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_GRPC_MAPPER_WD | Supper Class of UI | 20070612 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_BASE_UIBB | Base UIBB | 20100915 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRPC_PROCESS_HIER_WD | 20070613 | |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRPC_TREE_WD | tree interface for GRPC | 20070703 |
Properties
Class | CL_GRPC_PROCESS_HIER_WD | |
Short Description | Process Hierarchy Tree | |
Super Class | CL_GRPC_MAPPER_WD | Supper Class of UI |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRPC_CCAT | Process controls central catalogues |
Created | 20070612 | SAP |
Last change | 20141106 | |
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 | GRPC0 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_BASE_UIBB | Base UIBB | 20100915 | ||
2 | IF_GRPC_PROCESS_HIER_WD | 20070613 | |||
3 | IF_GRPC_TREE_WD | tree interface for GRPC | 20070703 |
Friends
Class CL_GRPC_PROCESS_HIER_WD has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | DT_CLIPBOARD | Instance attribute | Private | Type reference (TYPE) | GRPC_T_PROCESS | Process | 20070703 | ||
2 | DV_NEW_CREATED_ID | Instance attribute | Private | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20071017 | ||
3 | DV_RESULT | Instance attribute | Private | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20071017 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CUT_NODE | Instance method | Private | Method | 20070703 | |
2 | GET_DEFAULT_VALID | Instance method | Private | Method | Get default valid from and valid to | 20071015 |
3 | GET_LEAD_SELECTION_ROW | Instance method | Private | Method | 20071018 | |
4 | GET_PREVIOUS_TREE_STATUS | Instance method | Private | Method | 20070702 | |
5 | IS_QUALIFIED_4_PASTE | Instance method | Private | Method | Check whether could paste | 20081106 |
6 | SEARCH_IN_CHILDREN | Instance method | Private | Method | Search Process Structrue in it's child node | 20071017 |
7 | SEARCH_NEXT_IN_CHILDREN | Instance method | Private | Method | 20071017 | |
8 | SET_FIRST_VISIBLE_ROW | Instance method | Private | Method | 20071018 | |
9 | SET_INIT_TREE_STATUS | Instance method | Private | Method | 20070702 | |
10 | SET_META_DATA | Instance method | Private | Method | Set mate data of button, disable ,enable | 20071101 |
Events
Class CL_GRPC_PROCESS_HIER_WD has no event.
Types
Class CL_GRPC_PROCESS_HIER_WD has no local type.
Method Signatures
Method CUT_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_PROCESS_HIER | Call by reference | Type reference (TYPE) | GRPC_T_PROCESS | Process | 20070703 | ||
2 | Importing | IV_NODE_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | Object ID | 20070703 |
Method CUT_NODE on class CL_GRPC_PROCESS_HIER_WD has no exception.
Method GET_DEFAULT_VALID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | EV_VALIDFROM | Call by reference | Type reference (TYPE) | GRPC_DATE_FROM | Valid from | 20071015 | ||
2 | Exporting | EV_VALIDTO | Call by reference | Type reference (TYPE) | GRPC_DATE_TO | Valid to | 20071015 |
Method GET_DEFAULT_VALID on class CL_GRPC_PROCESS_HIER_WD has no exception.
Method GET_LEAD_SELECTION_ROW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_PROCESS_HIER | Call by reference | Type reference (TYPE) | GRPC_T_PROCESS | Process | 20071018 | ||
2 | Changing | CV_CHILD_NODE_ROW | Call by reference | Type reference (TYPE) | I | 20071018 | |||
3 | Exporting | EV_LEAD_SELECTION_ROW | Call by reference | Type reference (TYPE) | I | 20071018 | |||
4 | Importing | IV_LEAD_SELECTION | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20071018 | ||
5 | Importing | IV_PARENT | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20071018 |
Method GET_LEAD_SELECTION_ROW on class CL_GRPC_PROCESS_HIER_WD has no exception.
Method GET_PREVIOUS_TREE_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_PROCESS_HIER | Call by reference | Type reference (TYPE) | GRPC_T_PROCESS | Process | 20070702 |
Method GET_PREVIOUS_TREE_STATUS on class CL_GRPC_PROCESS_HIER_WD has no exception.
Method IS_QUALIFIED_4_PASTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081106 |
Method IS_QUALIFIED_4_PASTE on class CL_GRPC_PROCESS_HIER_WD has no exception.
Method SEARCH_IN_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_PROCESS_HIER | Call by reference | Type reference (TYPE) | GRPC_T_PROCESS | Process | 20071017 | ||
2 | Exporting | EV_RESULT | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20071017 | ||
3 | Importing | IV_PARENT | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20071017 | ||
4 | Importing | IV_SEARCH | Call by reference | Type reference (TYPE) | CHAR40 | Character field of length 40 | 20071017 |
Method SEARCH_IN_CHILDREN on class CL_GRPC_PROCESS_HIER_WD has no exception.
Method SEARCH_NEXT_IN_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_PROCESS_HIER | Call by reference | Type reference (TYPE) | GRPC_T_PROCESS | Process | 20071017 | ||
2 | Changing | CV_START | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20071018 | |||
3 | Exporting | EV_RESULT | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20071017 | ||
4 | Importing | IV_PARENT | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20071017 | ||
5 | Importing | IV_SEARCH | Call by reference | Type reference (TYPE) | CHAR40 | Character field of length 40 | 20071017 |
Method SEARCH_NEXT_IN_CHILDREN on class CL_GRPC_PROCESS_HIER_WD has no exception.
Method SET_FIRST_VISIBLE_ROW Signature
Method SET_FIRST_VISIBLE_ROW on class CL_GRPC_PROCESS_HIER_WD has no parameter.
Method SET_FIRST_VISIBLE_ROW on class CL_GRPC_PROCESS_HIER_WD has no exception.
Method SET_INIT_TREE_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_PROCESS_HIER | Call by reference | Type reference (TYPE) | GRPC_T_PROCESS | Process | 20070702 |
Method SET_INIT_TREE_STATUS on class CL_GRPC_PROCESS_HIER_WD has no exception.
Method SET_META_DATA Signature
Method SET_META_DATA on class CL_GRPC_PROCESS_HIER_WD has no parameter.
Method SET_META_DATA on class CL_GRPC_PROCESS_HIER_WD has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 250 |