SAP ABAP Class /IWBEP/CL_MGW_MED_COMP_MDL (Testing Composition Models - Local Includes)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
⤷
/IWBEP/MGW_TEST_COMPOSITION (Package) OData Channel - Test Application for Model composition

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_MGW_ABS_MODEL | definition class to define programmatically a meta model | 20110701 |
Properties
Class | /IWBEP/CL_MGW_MED_COMP_MDL | |
Short Description | Testing Composition Models - Local Includes | |
Super Class | /IWBEP/CL_MGW_ABS_MODEL | definition class to define programmatically a meta model |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /IWBEP/MGW_TEST_COMPOSITION | OData Channel - Test Application for Model composition |
Created | 20110630 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /IWBEP/CL_MGW_MED_COMP_MDL has no forward declaration.
Interfaces
Class /IWBEP/CL_MGW_MED_COMP_MDL has no interface implemented.
Friends
Class /IWBEP/CL_MGW_MED_COMP_MDL has no friend class.
Attributes
Class /IWBEP/CL_MGW_MED_COMP_MDL has no attribute.
Methods
Class /IWBEP/CL_MGW_MED_COMP_MDL has no method.
Events
Class /IWBEP/CL_MGW_MED_COMP_MDL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_CMP_MODEL | Public | See coding | 20110701 | BEGIN OF ty_s_cmp_model,
model_tech_name(32) TYPE c,
model_version(4) TYPE c,
usemdl_tech_name(32) TYPE c,
usemdl_version(4) TYPE n,
END OF ty_s_cmp_model
|
||
2 | TY_S_CO2 | Public | See coding | 20110719 | BEGIN OF ty_s_co2,
connid(4) TYPE n,
co2(10) TYPE n,
unit(100) TYPE c,
END OF ty_s_co2
|
||
3 | TY_S_RT_MODEL | Public | See coding | 20110719 | BEGIN OF ty_s_rt_model,
group_tech_name(35) TYPE c,
group_version(4) TYPE n,
usemdl_tech_name(32) TYPE c,
usemdl_version(4) TYPE n,
model_runtime(30) TYPE c,
END OF ty_s_rt_model
|
||
4 | TY_T_CMP_MODEL | Public | See coding | 20110701 | ty_t_cmp_model TYPE SORTED TABLE OF ty_s_cmp_model
WITH UNIQUE KEY model_tech_name
model_version
usemdl_tech_name
usemdl_version
|
||
5 | TY_T_CO2 | Public | See coding | 20110719 | ty_t_co2 TYPE SORTED TABLE OF ty_s_co2 WITH UNIQUE KEY connid
|
||
6 | TY_T_RT_MODEL | Public | See coding | 20110719 | ty_t_rt_model TYPE SORTED TABLE OF ty_s_rt_model
WITH UNIQUE KEY group_tech_name
group_version
usemdl_tech_name
usemdl_version
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 200 |