SAP ABAP Class /IWBEP/CL_MGW_MED_SFLIGHT_CO2 (Combining Flights with Carbon Dioxide Data)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
⤷
/IWBEP/OBSOLETE2 (Package) Gateway - Obsolete Objects
⤷
⤷
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 | 20111006 |
Properties
| Class | /IWBEP/CL_MGW_MED_SFLIGHT_CO2 | |
| Short Description | Combining Flights with Carbon Dioxide Data | |
| 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/OBSOLETE2 | Gateway - Obsolete Objects |
| Created | 20111006 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class /IWBEP/CL_MGW_MED_SFLIGHT_CO2 has no interface implemented.
Friends
Class /IWBEP/CL_MGW_MED_SFLIGHT_CO2 has no friend class.
Attributes
Class /IWBEP/CL_MGW_MED_SFLIGHT_CO2 has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Local Sflight | 20111006 | |
| 2 | Instance method | Private | Method | Include models | 20111006 |
Events
Class /IWBEP/CL_MGW_MED_SFLIGHT_CO2 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CMP_MODEL | Public | See coding | 20111006 | 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 | 20111006 | 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 | 20111006 | 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 | 20111006 | 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 | 20111006 | ty_t_co2 TYPE SORTED TABLE OF ty_s_co2 WITH UNIQUE KEY connid
|
||
| 6 | TY_T_RT_MODEL | Public | See coding | 20111006 | 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
|
Method Signatures
Method GET_COMP_MODEL_EXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_MDL_COMP | Value transfer | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_T_MED_EXTERNAL_MODEL_USAGE | 20111006 |
Method GET_COMP_MODEL_EXT on class /IWBEP/CL_MGW_MED_SFLIGHT_CO2 has no exception.
Method INCLUDE_MODEL Signature
Method INCLUDE_MODEL on class /IWBEP/CL_MGW_MED_SFLIGHT_CO2 has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meta data exception | 20111006 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 200 |