SAP ABAP Class /IWBEP/IF_MGW_MED_DBA_M_S_ASGN (Model Service Assignment Persistency Interface)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_MGW_MED_DBA_M_S_ASGN | Data Access to Model Service Assignment | 20110725 |
Properties
| Class | /IWBEP/IF_MGW_MED_DBA_M_S_ASGN | |
| Short Description | Model Service Assignment Persistency Interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20110725 | SAP |
| Last change | 20130531 | 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 /IWBEP/IF_MGW_MED_DBA_M_S_ASGN has no interface implemented.
Friends
Class /IWBEP/IF_MGW_MED_DBA_M_S_ASGN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20110725 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | /IWBEP/MED_GRP_TECHNICAL_NAME | Internal Service Name | 20110725 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | /IWBEP/MED_GRP_VERSION | Internal Service Version | 20110725 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | /IWBEP/MED_MDL_TECHNICAL_NAME | Technical Model Name | 20110725 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | /IWBEP/MED_MDL_VERSION | Model Version | 20110725 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20110725 | ||
| 2 | Instance method | Public | Method | 20110725 | ||
| 3 | Instance method | Public | Method | 20110725 | ||
| 4 | Instance method | Public | Method | 20110725 | ||
| 5 | Instance method | Public | Method | 20110804 | ||
| 6 | Instance method | Public | Method | 20110725 | ||
| 7 | Instance method | Public | Method | 20110725 |
Events
Class /IWBEP/IF_MGW_MED_DBA_M_S_ASGN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_MODEL_GROUP | Public | See coding | 20110725 | BEGIN OF ty_s_model_group,
group_tech_name TYPE /iwbep/med_grp_technical_name,
group_version TYPE /iwbep/med_grp_version,
model_tech_name TYPE /iwbep/med_mdl_technical_name,
model_version TYPE /iwbep/med_mdl_version,
END OF ty_s_model_group
|
||
| 2 | TY_S_MOD_SRV_ASGN | Public | See coding | 20110725 | BEGIN OF ty_s_mod_srv_asgn,
group_tech_name TYPE /iwbep/med_grp_technical_name,
group_version TYPE /iwbep/med_grp_version,
model_tech_name TYPE /iwbep/med_mdl_technical_name,
model_version TYPE /iwbep/med_mdl_version,
END OF ty_s_mod_srv_asgn
|
||
| 3 | TY_T_MODEL_GROUPS | Public | See coding | 20110725 | ty_t_model_groups TYPE SORTED TABLE OF ty_s_model_group WITH UNIQUE KEY group_tech_name group_version model_tech_name model_version
|
||
| 4 | TY_T_MOD_SRV_ASGN | Public | See coding | 20110725 | ty_t_mod_srv_asgn TYPE SORTED TABLE OF ty_s_mod_srv_asgn WITH UNIQUE KEY group_tech_name group_version model_tech_name model_version
|
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MODEL_GROUP | Call by reference | Type reference (TYPE) | /IWBEP/IF_MGW_MED_DBA_M_S_ASGN=>TY_S_MOD_SRV_ASGN | 20110725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meta data exception | 20110725 |
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MODEL_GROUPS | Call by reference | Type reference (TYPE) | TY_T_MODEL_GROUPS | 20110725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meta data exception | 20110725 |
Method DEQUEUE Signature
Method DEQUEUE on class /IWBEP/IF_MGW_MED_DBA_M_S_ASGN has no parameter.
Method DEQUEUE on class /IWBEP/IF_MGW_MED_DBA_M_S_ASGN has no exception.
Method ENQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WAIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meta data exception | 20110725 |
Method IS_ASSIGNED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ASSIGNED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110804 |
Method IS_ASSIGNED on class /IWBEP/IF_MGW_MED_DBA_M_S_ASGN has no exception.
Method READ_MODELS_TO_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_MODEL_GROUPS | Value transfer | Type reference (TYPE) | TY_T_MODEL_GROUPS | 20110725 |
Method READ_MODELS_TO_SERVICE on class /IWBEP/IF_MGW_MED_DBA_M_S_ASGN has no exception.
Method READ_SERVICES_TO_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_MODEL_GROUPS | Value transfer | Type reference (TYPE) | TY_T_MODEL_GROUPS | 20110725 |
Method READ_SERVICES_TO_MODEL on class /IWBEP/IF_MGW_MED_DBA_M_S_ASGN has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |