SAP ABAP Class CL_SIW_PROPERTY_MANAGER (Eigenschaften Verwalten)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-SIW (Application Component) Service Implementation Workbench
⤷
S_SIW_PRODUCTION (Package) Service Implementation Production
⤷
⤷
Properties
| Class | CL_SIW_PROPERTY_MANAGER | |
| Short Description | Eigenschaften Verwalten | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_SIW_PRODUCTION | Service Implementation Production |
| Created | 20081020 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SIW_PROPERTY_MANAGER has no forward declaration.
Interfaces
Class CL_SIW_PROPERTY_MANAGER has no interface implemented.
Friends
Class CL_SIW_PROPERTY_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SIW_CONTEXT | Kontext für eine Serviceimplementierung | 20081020 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TYP_TAB_PROPERTIES | 20081020 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20081020 | ||
| 2 | Instance method | Public | Method | 20081020 | ||
| 3 | Static method | Public | Method | 20081020 |
Events
Class CL_SIW_PROPERTY_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_PROPERTY | Private | See coding | 20081020 | BEGIN OF TYP_STR_PROPERTY,
name type string,
value type string,
END OF TYP_STR_PROPERTY
|
||
| 2 | TYP_TAB_PROPERTIES | Private | See coding | 20081020 | typ_tab_properties TYPE STANDARD TABLE OF typ_str_property with DEFAULT KEY
|
Method Signatures
Method GET_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FLG_FORCE | Value transfer | Type reference (TYPE) | XFELD | 20081022 | ||||
| 2 | I_NAME | Value transfer | Type reference (TYPE) | CSEQUENCE | 20081020 | ||||
| 3 | R_VALUE | Value transfer | Type reference (TYPE) | STRING | 20081020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler in der Produktion | 20081020 |
Method SET_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Value transfer | Type reference (TYPE) | CSEQUENCE | 20081020 | ||||
| 2 | I_VALUE | Value transfer | Type reference (TYPE) | ANY | 20081020 |
Method SET_PROPERTY on class CL_SIW_PROPERTY_MANAGER has no exception.
Method S_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_SIW_CONTEXT | Kontext für eine Serviceimplementierung | 20081020 | |||
| 2 | R_REF_MANAGER | Value transfer | Object reference (TYPE REF TO) | CL_SIW_PROPERTY_MANAGER | Eigenschaften Verwalten | 20081020 |
Method S_CREATE on class CL_SIW_PROPERTY_MANAGER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |