SAP ABAP Interface /IWFND/IF_MED_MDL_LOAD (load interface for meta model)
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_ABS_ODATA_MODEL | meta model definition class | 20130221 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWFND/CL_MGW_MED_MDL_LOAD | Class for BAdI: /IWFND/BD_MED_MDL_MODEL_LOAD | 20110217 |
Properties
| Interface | /IWFND/IF_MED_MDL_LOAD | |
| Short Description | load interface for meta model |
General Data
| Package | /IWFND/MED_SVC_DEV_LANGU | GW Framework - Metadata - Service Def. - Dev User Translatio |
| Created | 20100608 | SAP |
| Last changed | 20131127 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | /IWFND/IF_MED_MDL_VOCAN_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20100709 |
Friends
Interface /IWFND/IF_MED_MDL_LOAD has no friend.
Attributes
Interface /IWFND/IF_MED_MDL_LOAD has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | check whether model has been modified, up to date in cache | 20120925 | |
| 2 | Instance method | Public | Method | call back to load a structural description of an entity | 20100709 |
Events
Interface /IWFND/IF_MED_MDL_LOAD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_MED_MDL_USAGE | Public | See coding | 20120323 | BEGIN OF ty_s_med_mdl_usage,
service_name TYPE /iwfnd/med_mdl_srg_name,
service_version TYPE /iwfnd/med_mdl_version,
model_name TYPE /iwfnd/med_mdl_technical_name,
model_version TYPE /iwfnd/med_mdl_version,
model_identifier type /iwfnd/med_mdl_identifier,
END OF ty_s_med_mdl_usage
|
||
| 2 | TY_T_MED_MDL_USAGE | Public | See coding | 20120323 | ty_t_med_mdl_usage type STANDARD TABLE OF ty_s_med_mdl_usage with DEFAULT KEY
|
Method Signatures
Method IS_MODEL_OUTDATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_MODEL_OUTDATED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Boolean Variable (X=True, -=False, Space=Unknown) | 20120926 | |||
| 2 | IV_CACHE_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20120925 | |||
| 3 | IV_EXTERNAL_MDL_NAME | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_EXTERNAL_NAME | name of an external model | 20120925 | |||
| 4 | IV_EXT_TECH_MDL_NAME | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_TECHNICAL_NAME | Meta Model Technical Name (name + version) | 20120925 | |||
| 5 | IV_MODEL_ID | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_IDENTIFIER | Meta Model Identifier | 20120925 | |||
| 6 | IV_MODEL_TYPE | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_EXTERNAL_TYPE | Model Type | 20120925 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for meta data access | 20120925 |
Method LOAD_STRUCTURAL_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_HEADER | Call by reference | Type reference (TYPE) | /IWFND/S_MED_MDL_RW_MDL_HEADER | read/write structure of the object header | 20110217 | |||
| 2 | CS_VOCAN_MODEL | Call by reference | Type reference (TYPE) | /IWFND/IF_MED_MDL_VOCAN_TYPES=>TY_S_VOCAN_MODEL | 20130221 | ||||
| 3 | CT_DOCUMENTATIONS | Call by reference | Type reference (TYPE) | /IWFND/T_MED_MDL_DOCUMENTATION | Table of metadata documentation items / artifacts | 20120911 | |||
| 4 | CT_MODEL_USAGE | Call by reference | Type reference (TYPE) | TY_T_MED_MDL_USAGE | 20120323 | ||||
| 5 | CT_NODES | Call by reference | Type reference (TYPE) | /IWFND/T_MED_MDL_NODE_CLASS | the list of properties container similar to structures | 20100709 | |||
| 6 | CT_OPERATIONS | Call by reference | Type reference (TYPE) | /IWFND/T_MED_MDL_OPERATIONS | opertations available on the obeject or on one of the nodes | 20100709 | |||
| 7 | CT_PRIVATE_ANNOTATIONS | Call by reference | Type reference (TYPE) | /IWFND/T_MED_MDL_RW_ANO_ENTY | extensions on the model which are not visible to the outside | 20101026 | |||
| 8 | CT_PUBLIC_ANNOTATIONS | Call by reference | Type reference (TYPE) | /IWFND/T_MED_MDL_RW_ANO_ENTY | extensions on the model which are visible to the outside | 20101026 | |||
| 9 | CT_REFERENCES | Call by reference | Type reference (TYPE) | /IWFND/T_MED_MDL_REFERENCES | relations/references between nodes to build a node hierachy | 20100709 | |||
| 10 | CT_REF_CONSTRAINTS | Call by reference | Type reference (TYPE) | /IWFND/T_MED_MDL_REF_CONSTRAIN | 20110217 | ||||
| 11 | CT_TAGS | Call by reference | Type reference (TYPE) | /IWFND/T_MED_MDL_TAGS | List of Tags - keywords of a service | 20130123 | |||
| 12 | CT_TEXT_KEYS | Call by reference | Type reference (TYPE) | /IWFND/T_MED_MDL_TEXT_KEYS | key to load texts afterwards | 20101013 | |||
| 13 | IV_EXTERNAL_MDL_NAME | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_EXTERNAL_NAME | an additional external model name | 20101123 | |||
| 14 | IV_EXT_TECH_MDL_NAME | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_TECHNICAL_NAME | 20120312 | ||||
| 15 | IV_MODEL_ID | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_IDENTIFIER | the gateway model identifier | 20101008 | |||
| 16 | IV_MODEL_TYPE | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_EXTERNAL_TYPE | 20110217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100812 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |