SAP ABAP Class CL_NWECM_GROUP_UTIL (ECMI: Utility methods for ECMI groups)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ECM-ABA (Application Component) ECM ABAP Stack
⤷
S_NWECM_GROUPS (Package) ECMI: ACL Groups
⤷
⤷
Properties
| Class | CL_NWECM_GROUP_UTIL | |
| Short Description | ECMI: Utility methods for ECMI groups | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_NWECM_GROUPS | ECMI: ACL Groups |
| Created | 20101130 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_NWECM_GROUP_UTIL has no forward declaration.
Interfaces
Class CL_NWECM_GROUP_UTIL has no interface implemented.
Friends
Class CL_NWECM_GROUP_UTIL has no friend class.
Attributes
Class CL_NWECM_GROUP_UTIL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Creates group for testing (not connected to transport) | 20101130 | |
| 2 | Static method | Public | Method | Creates groups for testing (not connected to transport) | 20101130 | |
| 3 | Static method | Public | Method | Creates a group id for the given name | 20101201 | |
| 4 | Static method | Public | Method | Delete group (not connected to transport) | 20101130 | |
| 5 | Static method | Public | Method | Delete groups (not connected to transport) | 20101130 |
Events
Class CL_NWECM_GROUP_UTIL has no event.
Types
Class CL_NWECM_GROUP_UTIL has no local type.
Method Signatures
Method CREATE_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_GROUP | Call by reference | Type reference (TYPE) | NWECM_S_GROUP | 20101130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101206 |
Method CREATE_GROUPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_GROUPS | Call by reference | Type reference (TYPE) | NWECM_T_GROUPS | 20101130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101206 |
Method CREATE_GROUP_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GROUP_NAME | Call by reference | Type reference (TYPE) | STRING | 20101201 | ||||
| 2 | RV_GROUP_ID | Value transfer | Type reference (TYPE) | NWECM_GROUP_ID | ECMI: Group ID | 20101201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101206 |
Method DELETE_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GROUP_NAME | Call by reference | Type reference (TYPE) | STRING | 20101130 |
Method DELETE_GROUP on class CL_NWECM_GROUP_UTIL has no exception.
Method DELETE_GROUPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_GROUP_NAMES | Call by reference | Type reference (TYPE) | NWECM_T_STRING | 20101130 |
Method DELETE_GROUPS on class CL_NWECM_GROUP_UTIL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |