SAP ABAP Class CL_USMD_CMM_CPR (Configuration Parameter)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
USMD2_COMMON (Package) Common objects of generic MDG UIs
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_USMD_CMM_CPR_DEBUG_XML | Configuration Parameter DEBUG_XML | 20120427 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_USMD_CMM_CPR_RENOVATION | Configuration Parameter RENOVATION | 20120425 |
Properties
| Class | CL_USMD_CMM_CPR | |
| Short Description | Configuration Parameter | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | USMD2_COMMON | Common objects of generic MDG UIs |
| Created | 20120425 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_USMD_CMM_CPR has no forward declaration.
Interfaces
Class CL_USMD_CMM_CPR has no interface implemented.
Friends
Class CL_USMD_CMM_CPR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_USMD_CMM_CPR_DEBUG_XML | Configuration Parameter DEBUG_XML | 20120427 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | USMD_CMM_V_CONFIG_PARM_NAME | Name | 20120425 | |||
| 3 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_USMD_CMM_CPR_RENOVATION | Configuration Parameter RENOVATION | 20120425 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | TT_ELEMENT | Element List | 20120425 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Check Value of the Configuration Parameter | 20120425 | |
| 2 | Static method | Public | Constructor | 20120425 | ||
| 3 | Instance method | Public | Constructor | Constructs a Configuration Parameter | 20120425 | |
| 4 | Static method | Public | Method | Get Configuration Parameter | 20120425 | |
| 5 | Static method | Private | Method | Register an Enumeration Element | 20120425 |
Events
Class CL_USMD_CMM_CPR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_ELEMENT | Private | See coding | Element List | 20120425 | tt_element TYPE SORTED TABLE OF ty_element WITH UNIQUE KEY name
|
|
| 2 | TY_ELEMENT | Private | See coding | Element Entry | 20120425 | BEGIN OF ty_element,
name TYPE usmd_cmm_v_config_parm_name,
param TYPE REF TO cl_usmd_cmm_cpr,
END OF ty_element
|
Method Signatures
Method CHECK_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VALUE | Call by reference | Type reference (TYPE) | USMD_CMM_V_CONFIG_PARM_VALUE | Configuration Parameter Value | 20120425 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid Configuration Parameter Value | 20120425 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_USMD_CMM_CPR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_USMD_CMM_CPR has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | USMD_CMM_V_CONFIG_PARM_NAME | Name | 20120425 |
Method CONSTRUCTOR on class CL_USMD_CMM_CPR has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | USMD_CMM_V_CONFIG_PARM_NAME | Configuration Parameter Name | 20120425 | |||
| 2 | RR_PARAM | Value transfer | Object reference (TYPE REF TO) | CL_USMD_CMM_CPR | Configuration Parameter | 20120425 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No Such Configuration Parameter | 20120425 |
Method REGISTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PARAM | Call by reference | Object reference (TYPE REF TO) | CL_USMD_CMM_CPR | Configuration Parameter | 20120425 |
Method REGISTER on class CL_USMD_CMM_CPR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |