SAP ABAP Class /IWFND/IF_MED_MDL_LOAD (load interface for meta model)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20100709
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
Class /IWFND/IF_MED_MDL_LOAD  
Short Description load interface for meta model    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100608   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class /IWFND/IF_MED_MDL_LOAD has no interface implemented.
Friends
Class /IWFND/IF_MED_MDL_LOAD has no friend class.
Attributes
Class /IWFND/IF_MED_MDL_LOAD has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 IS_MODEL_OUTDATED Instance method Public Method check whether model has been modified, up to date in cache 20120925
2 LOAD_STRUCTURAL_MODEL Instance method Public Method call back to load a structural description of an entity 20100709
Events
Class /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 Changing CV_MODEL_OUTDATED Call by reference Type reference (TYPE) ABAP_BOOL Boolean Variable (X=True, -=False, Space=Unknown) 20120926
2 Importing IV_CACHE_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20120925
3 Importing IV_EXTERNAL_MDL_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_EXTERNAL_NAME name of an external model 20120925
4 Importing IV_EXT_TECH_MDL_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_TECHNICAL_NAME Meta Model Technical Name (name + version) 20120925
5 Importing IV_MODEL_ID Call by reference Type reference (TYPE) /IWFND/MED_MDL_IDENTIFIER Meta Model Identifier 20120925
6 Importing IV_MODEL_TYPE Call by reference Type reference (TYPE) /IWFND/MED_MDL_EXTERNAL_TYPE Model Type 20120925
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS 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 Changing CS_HEADER Call by reference Type reference (TYPE) /IWFND/S_MED_MDL_RW_MDL_HEADER read/write structure of the object header 20110217
2 Changing CS_VOCAN_MODEL Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_VOCAN_TYPES=>TY_S_VOCAN_MODEL 20130221
3 Changing CT_DOCUMENTATIONS Call by reference Type reference (TYPE) /IWFND/T_MED_MDL_DOCUMENTATION Table of metadata documentation items / artifacts 20120911
4 Changing CT_MODEL_USAGE Call by reference Type reference (TYPE) TY_T_MED_MDL_USAGE 20120323
5 Changing CT_NODES Call by reference Type reference (TYPE) /IWFND/T_MED_MDL_NODE_CLASS the list of properties container similar to structures 20100709
6 Changing 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 Changing 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 Changing 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 Changing CT_REFERENCES Call by reference Type reference (TYPE) /IWFND/T_MED_MDL_REFERENCES relations/references between nodes to build a node hierachy 20100709
10 Changing CT_REF_CONSTRAINTS Call by reference Type reference (TYPE) /IWFND/T_MED_MDL_REF_CONSTRAIN 20110217
11 Changing CT_TAGS Call by reference Type reference (TYPE) /IWFND/T_MED_MDL_TAGS List of Tags - keywords of a service 20130123
12 Changing CT_TEXT_KEYS Call by reference Type reference (TYPE) /IWFND/T_MED_MDL_TEXT_KEYS key to load texts afterwards 20101013
13 Importing IV_EXTERNAL_MDL_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_EXTERNAL_NAME an additional external model name 20101123
14 Importing IV_EXT_TECH_MDL_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_TECHNICAL_NAME 20120312
15 Importing IV_MODEL_ID Call by reference Type reference (TYPE) /IWFND/MED_MDL_IDENTIFIER the gateway model identifier 20101008
16 Importing IV_MODEL_TYPE Call by reference Type reference (TYPE) /IWFND/MED_MDL_EXTERNAL_TYPE 20110217
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS 20100812
History
Last changed by/on SAP  20131127 
SAP Release Created in