SAP ABAP Class /IWFND/IF_MED_SRG_PERSIST_RE (Read Interface for Service Groups)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | /IWFND/IF_MED_SRG_PERSIST_DT | Design Time Interface for Service Group | 20100922 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWFND/CL_MED_SRG_DB_ACCESS | Service Group Database Access | 20100922 |
Properties
Class | /IWFND/IF_MED_SRG_PERSIST_RE | |
Short Description | Read Interface for Service Groups | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20100922 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class /IWFND/IF_MED_SRG_PERSIST_RE has no interface implemented.
Friends
Class /IWFND/IF_MED_SRG_PERSIST_RE has no friend class.
Attributes
Class /IWFND/IF_MED_SRG_PERSIST_RE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns the description of a service group | 20101208 |
2 | ![]() |
Instance method | Public | Method | Retrieves the external service group name | 20101005 |
3 | ![]() |
Instance method | Public | Method | Retrieves the service group identifier (repository name) | 20101001 |
4 | ![]() |
Instance method | Public | Method | Retrieves latest version of the service | 20120118 |
5 | ![]() |
Instance method | Public | Method | Retrieves all namespaces | 20101020 |
6 | ![]() |
Instance method | Public | Method | Retrieves the related service groups | 20101108 |
7 | ![]() |
Instance method | Public | Method | Retrieves the service group | 20101027 |
8 | ![]() |
Instance method | Public | Method | Returns the header information for a service group. | 20101103 |
9 | ![]() |
Instance method | Public | Method | Read the header information for a service group from DB tab | 20110418 |
10 | ![]() |
Instance method | Public | Method | Retrieves the service group soft-state status | 20140311 |
11 | ![]() |
Instance method | Public | Method | Retrieves the service group version | 20100922 |
Events
Class /IWFND/IF_MED_SRG_PERSIST_RE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_MED_MDL_NAMESPACE | Public | Type reference (TYPE) | /IWFND/IF_MED_MDL_SERVICE_GRP=>TY_S_MED_MDL_NAMESPACE | 20101020 | |
|
2 | TY_S_MED_SRG_RELATED_DOCUMENT | Public | Type reference (TYPE) | /IWFND/IF_MED_MDL_SERVICE_GRP=>TY_S_MED_SRG_RELATED_DOCUMENT | 20101108 | |
|
3 | TY_T_MED_MDL_NAMESPACES | Public | Type reference (TYPE) | /IWFND/IF_MED_MDL_SERVICE_GRP=>TY_T_MED_MDL_NAMESPACES | 20101020 | |
|
4 | TY_T_MED_SRG_RELATED_DOCUMENT | Public | Type reference (TYPE) | /IWFND/IF_MED_MDL_SERVICE_GRP=>TY_T_MED_SRG_RELATED_DOCUMENT | 20101108 | |
Method Signatures
Method GET_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Language Key | 20101208 | |
2 | ![]() |
RV_DESCRIPTION | Value transfer | Type reference (TYPE) | /IWFND/MED_MDL_SRG_DESCRIPTION | Service Group Description | 20101208 |
Method GET_DESCRIPTION on class /IWFND/IF_MED_SRG_PERSIST_RE has no exception.
Method GET_EXTERNAL_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_NAME | Value transfer | Type reference (TYPE) | /IWFND/MED_MDL_SERVICE_GRP_ID | Service Group Identifier | 20101005 |
Method GET_EXTERNAL_NAME on class /IWFND/IF_MED_SRG_PERSIST_RE has no exception.
Method GET_IDENTIFIER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IDENTIFIER | Value transfer | Type reference (TYPE) | /IWFND/MED_MDL_SRG_IDENTIFIER | Service Group Identifier | 20101001 |
Method GET_IDENTIFIER on class /IWFND/IF_MED_SRG_PERSIST_RE has no exception.
Method GET_LATEST_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_LATEST_VERSION | Value transfer | Type reference (TYPE) | /IWFND/MED_MDL_VERSION | 20120118 |
Method GET_LATEST_VERSION on class /IWFND/IF_MED_SRG_PERSIST_RE has no exception.
Method GET_NAMESPACES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20110323 | |
2 | ![]() |
RT_NAMESPACES | Value transfer | Type reference (TYPE) | TY_T_MED_MDL_NAMESPACES | 20101020 |
Method GET_NAMESPACES on class /IWFND/IF_MED_SRG_PERSIST_RE has no exception.
Method GET_RELATED_DOCUMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_RELATED_DOCUMENTS | Value transfer | Type reference (TYPE) | TY_T_MED_SRG_RELATED_DOCUMENT | 20101108 |
Method GET_RELATED_DOCUMENTS on class /IWFND/IF_MED_SRG_PERSIST_RE has no exception.
Method GET_SERVICE_GROUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MODEL_ASSIGNMENTS | Call by reference | Type reference (TYPE) | /IWFND/T_MED_SRG_MODELS | Service Group's model assignments | 20101027 | ||
2 | ![]() |
ET_MODEL_REFERENCES | Call by reference | Type reference (TYPE) | /IWFND/T_MED_MDL_MAP_REF_DEEP | 20101104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for meta data access | 20101027 |
Method GET_SERVICE_GROUP_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_HEADER | Value transfer | Type reference (TYPE) | /IWFND/S_MED_MDL_SRG_HEADER | Service Group Header | 20101103 |
Method GET_SERVICE_GROUP_HEADER on class /IWFND/IF_MED_SRG_PERSIST_RE has no exception.
Method GET_SERVICE_GROUP_HEADER_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_HEADER | Value transfer | Type reference (TYPE) | /IWFND/S_MED_MDL_SRG_HEADER | Service Group Header | 20110418 |
Method GET_SERVICE_GROUP_HEADER_DB on class /IWFND/IF_MED_SRG_PERSIST_RE has no exception.
Method GET_SOFT_STATE_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SOFT_STATE_STATUS | Value transfer | Type reference (TYPE) | /IWFND/MED_MDL_SOFT_STATE_STAT | Service Group Identifier | 20140311 |
Method GET_SOFT_STATE_STATUS on class /IWFND/IF_MED_SRG_PERSIST_RE has no exception.
Method GET_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VERSION | Value transfer | Type reference (TYPE) | /IWFND/MED_MDL_VERSION | version of meta model entity | 20100923 |
Method GET_VERSION on class /IWFND/IF_MED_SRG_PERSIST_RE has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in |