SAP ABAP Class /IWFND/IF_MED_SIN_PERSIST (Interface for Service Information)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWFND/CL_MED_SIN_DBA | Database access class to Service Information | 20110909 |
Properties
| Class | /IWFND/IF_MED_SIN_PERSIST | |
| Short Description | Interface for Service Information | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20110909 | SAP |
| Last change | 20131127 | 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) |
Interfaces
Class /IWFND/IF_MED_SIN_PERSIST has no interface implemented.
Friends
Class /IWFND/IF_MED_SIN_PERSIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | /IWFND/MED_MDL_ACTIVE_FLAG | 'A' | Active Flag for Model | 20110909 | ||
| 2 | Constant | Public | Type reference (TYPE) | /IWFND/MED_MDL_ACTIVE_FLAG | 'I' | Active Flag for Model | 20110909 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Set the activation flag for a service | 20110909 | |
| 2 | Instance method | Public | Method | Write Service Information to /IWFND/I_MED_SIN | 20110909 | |
| 3 | Instance method | Public | Method | Set the deactivation flag for a service | 20110909 | |
| 4 | Instance method | Public | Method | Delete Service Information from /IWFND/I_MED_SIN | 20110909 | |
| 5 | Instance method | Public | Method | Get Identifier by Alias, Technical Name and Version | 20110909 | |
| 6 | Instance method | Public | Method | Get Service Information by Identifier | 20110909 | |
| 7 | Instance method | Public | Method | Is service active? | 20110909 |
Events
Class /IWFND/IF_MED_SIN_PERSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_SERVICE | Public | See coding | 20110909 | BEGIN OF ty_s_service,
srv_identifier TYPE /iwfnd/med_mdl_srg_identifier,
is_active TYPE /iwfnd/med_mdl_active_flag,
name TYPE /iwfnd/med_mdl_info_name,
value TYPE /iwfnd/med_mdl_info_value,
END OF ty_s_service
|
||
| 2 | TY_T_SERVICE | Public | See coding | 20110909 | ty_t_service TYPE STANDARD TABLE OF ty_s_service WITH KEY srv_identifier is_active name
|
Method Signatures
Method ACTIVATE_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SRV_ID | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_SRG_IDENTIFIER | Service Document Identifier | 20110909 |
Method ACTIVATE_SERVICE on class /IWFND/IF_MED_SIN_PERSIST has no exception.
Method CREATE_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SERVICES | Call by reference | Type reference (TYPE) | TY_T_SERVICE | 20110909 |
Method CREATE_SERVICE on class /IWFND/IF_MED_SIN_PERSIST has no exception.
Method DEACTIVATE_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SRV_ID | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_SRG_IDENTIFIER | Service Document Identifier | 20110909 |
Method DEACTIVATE_SERVICE on class /IWFND/IF_MED_SIN_PERSIST has no exception.
Method DELETE_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVE | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_ACTIVE_FLAG | Active Flag for Model | 20110909 | |||
| 2 | IV_SRV_ID | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_SRG_IDENTIFIER | Service Document Identifier | 20110909 |
Method DELETE_SERVICE on class /IWFND/IF_MED_SIN_PERSIST has no exception.
Method GET_ID_BY_TECHNAME_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVE | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_ACTIVE_FLAG | GC_ACTIVE | Active Flag for Model | 20110909 | ||
| 2 | IV_SYSTEM_ALIAS | Call by reference | Type reference (TYPE) | /IWFND/DEFI_SYSTEM_ALIAS | SAP System Alias | 20110909 | |||
| 3 | IV_TECHNICAL_NAME | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_SRG_NAME | Technical Service Document Name | 20110909 | |||
| 4 | IV_VERSION | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_VERSION | Version of Meta Model Entity | 20110909 | |||
| 5 | RV_SRG_IDENTIFIER | Value transfer | Type reference (TYPE) | /IWFND/MED_MDL_SRG_IDENTIFIER | Service Document Identifier | 20110909 |
Method GET_ID_BY_TECHNAME_VERSION on class /IWFND/IF_MED_SIN_PERSIST has no exception.
Method GET_SERVICE_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVE | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_ACTIVE_FLAG | GC_ACTIVE | Active Flag for Model | 20110909 | ||
| 2 | IV_SRG_IDENTIFIER | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_SRG_IDENTIFIER | Service Document Identifier | 20110909 | |||
| 3 | RT_SERVICE | Value transfer | Type reference (TYPE) | TY_T_SERVICE | 20110909 |
Method GET_SERVICE_BY_ID on class /IWFND/IF_MED_SIN_PERSIST has no exception.
Method IS_SERVICE_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SRV_ID | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_SRG_IDENTIFIER | Service Document Identifier | 20110909 | |||
| 2 | RV_ACTIVE | Value transfer | Type reference (TYPE) | /IWFND/MED_MDL_ACTIVE_FLAG | Active Flag for Model | 20110909 |
Method IS_SERVICE_ACTIVE on class /IWFND/IF_MED_SIN_PERSIST has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |