SAP ABAP Interface /IWFND/IF_MED_SIN_PERSIST (Interface for Service Information)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CS (Application Component) IWF Common Services
⤷
/IWFND/MED_SVC_DEV_LANGU (Package) GW Framework - Metadata - Service Def. - Dev User Translatio

⤷

⤷

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
Interface | /IWFND/IF_MED_SIN_PERSIST | |
Short Description | Interface for Service Information |
General Data
Package | /IWFND/MED_SVC_DEV_LANGU | GW Framework - Metadata - Service Def. - Dev User Translatio |
Created | 20110909 | SAP |
Last changed | 20131127 | SAP |
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) |
Interfaces
Interface /IWFND/IF_MED_SIN_PERSIST has no interface.
Friends
Interface /IWFND/IF_MED_SIN_PERSIST has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_ACTIVE | Constant | Public | Type reference (TYPE) | /IWFND/MED_MDL_ACTIVE_FLAG | 'A' | Active Flag for Model | 20110909 | |
2 | GC_INACTIVE | 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
Interface /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 Interface /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 Interface /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 Interface /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 Interface /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 Interface /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 Interface /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 Interface /IWFND/IF_MED_SIN_PERSIST has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 250 |