SAP ABAP Class /IWFND/CL_MED_MDL_PROVIDER (meta model factory)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-FND-CS (Application Component) IWF Common Services
     /IWFND/MED_IMPLEMENTATIONS (Package) GW Framework - Metadata -Services Implementations
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWFND/IF_MED_PROVIDER Meta Data Provider Interface 20100929
Properties
Class /IWFND/CL_MED_MDL_PROVIDER  
Short Description meta model factory    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWFND/MED_IMPLEMENTATIONS   GW Framework - Metadata -Services Implementations 
Created 20100623   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWFND/CL_MED_DOM_MODEL_CLASS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 /IWFND/IF_MED_MDL_VOCAB_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 /IWFND/IF_MED_MDL_VOCAN_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /IWFND/IF_MED_PROVIDER Meta Data Provider Interface 20100929
Friends
Class /IWFND/CL_MED_MDL_PROVIDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_AGENT Instance attribute Public Attribute reference (LIKE) 20101027
2 GC_ENTITY_ID Constant Private Type reference (TYPE) FIELDNAME 'ENTITY_ID' 20120218
3 GC_FEED_SUFFIX Constant Private Type reference (TYPE) STRING 'Collection' 20110331
4 GC_KEY Constant Private Type reference (TYPE) FIELDNAME 'KEY' 20120218
5 GC_MESSAGE_CLASS Instance attribute Public Attribute reference (LIKE) 20101027
6 GC_NAMESPACE Constant Private Type reference (TYPE) FIELDNAME 'NAMESPACE' 20120218
7 GC_UUID Constant Private Type reference (TYPE) FIELDNAME 'UUID' 20120218
8 MO_LOGGER Instance attribute Private Object reference (TYPE REF TO) /IWFND/CL_LOGGER Logger for AppsLog and CCMS 20120312
9 MO_MED_PROVIDER Static Attribute Private Object reference (TYPE REF TO) /IWFND/CL_MED_MDL_PROVIDER meta model factory 20100929
10 MO_MODEL_PROVIDER Instance attribute Private Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_PERSIST_RE read api for meta model persistency 20120926
11 MO_SUTIL_RUNTIME Instance attribute Private Object reference (TYPE REF TO) /IWFND/CL_SUTIL_RUNTIME Support Utilities: Runtime 20120204
12 MT_EXTENSIONS Instance attribute Private See coding 20120221
13 MT_GLOBAL_NAMESPACES Instance attribute Private Type reference (TYPE) /IWFND/IF_MED_MDL_SERVICE_GRP=>TY_T_MED_MDL_NAMESPACES 20111212
14 MT_MODEL_CACHE Instance attribute Private See coding 20110314
15 MV_CACHE_HANDSHAKE Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20120926
16 MV_CACHE_ON Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110314
17 MV_SA_CACHE_ON Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130718
18 SO_SVC_GROUP Static Attribute Private Object reference (TYPE REF TO) /IWFND/CL_MED_MDL_SVC_GRP 20101005
19 SV_SERVICE_GROUP_ID Static Attribute Private Type reference (TYPE) /IWFND/MED_MDL_SERVICE_GRP_ID 20100929
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MODEL_INSTANCE Instance method Private Method 20110314
2 ADD_SYSTEM_ALIAS_PROPERTY Instance method Private Method Adds to every entitiy a property for Multi Destin. Compos. 20111122
3 ADD_USED_NAMESPACES Instance method Private Method 20111212
4 APPLY_EXTENSION Instance method Private Method 20120217
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110314
6 CREATE_CLUSTERED_MODEL Instance method Private Method 20120217
7 GET_DC_MAPPING_TYPES Instance method Private Method 20110126
8 GET_INSTANCE Static method Public Method 20100929
9 GET_META_MODEL Instance method Private Method 20120217
10 GET_META_MODELS Instance method Private Method 20120221
11 GET_MODEL_INSTANCE Instance method Private Method 20110314
12 GET_MODEL_PROVIDER Instance method Private Method Gets model provider 20120926
13 GET_SERVICE_GROUP Instance method Private Method 20100827
14 GET_SERVICE_GROUP_INSTANCE Static method Public Method Retrieves service group from session cache if present 20111007
15 GET_SHARED_META_MODEL Instance method Private Method obsolete - Retrieves a model instance from shared memory 20100929
16 GET_SHARED_META_MODELS Instance method Private Method obsolete 20100928
17 GET_UNCACHED_META_MODELS Instance method Private Method obsolete 20110314
18 GET_VOCAB_DETAIL Instance method Public Method Retrieves a Vocabulary Details and Content 20130415
19 GET_VOCAN_MODEL Instance method Public Method Retrieves a Vocabulary Annotation File Model 20130321
20 HANDLE_MED_CHANGE Static method Public Event handling method 20100929
21 INJECT_MODEL_DATA Instance method Private Method 20100930
22 IS_CACHING_ENABLED Instance method Public Method 20110314
23 IS_MODEL_OUTDATED Instance method Private Method Check whether model is outdated 20120926
24 MERGE_DYNAMIC_STRUCTURES Instance method Private Method Generic merger for two models of the same type 20120218
25 MERGE_DYNAMIC_TABLE Instance method Private Method 20120218
26 MERGE_MODEL_STRUCTURES Instance method Private Method Generic merger for two models of the same type 20120217
27 MERGE_MODEL_TABLE Instance method Private Method Generic merger for two tables of the same type 20120217
28 RESOLVE_MODEL_INHERITANCE Static method Private Method 20101130
29 SET_CACHE_HANDSHAKE Instance method Public Method 20120926
30 STORE_ANNOTATION_REFERENCES Instance method Private Method Store Annotation ID References for the Service 20130312
31 STORE_KEY_WORDS Instance method Private Method Store Tags, Entity Names and Entity Set Names for the servic 20130129
32 VALIDATE_SVC_GROUP Static method Public Method checks if service group is consistent 20101005
Events
Class /IWFND/CL_MED_MDL_PROVIDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_MED_MODEL_CACHE Private See coding 20110314 BEGIN OF ty_med_model_cache, model_id TYPE /iwfnd/med_mdl_identifier, instance TYPE REF TO /iwfnd/if_med_mdl_object_class, END OF ty_med_model_cache
2 TY_S_ALL_ANNOTATIONS Private See coding 20100928 BEGIN OF ty_s_all_annotations, public_entities TYPE /iwfnd/t_med_mdl_rw_ano_enty, private_entities TYPE /iwfnd/t_med_mdl_rw_ano_enty, END OF ty_s_all_annotations
Method Signatures

Method ADD_MODEL_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL_INSTANCE Call by reference Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_OBJECT_CLASS 20110314
2 Importing IV_MODEL_ID Call by reference Type reference (TYPE) /IWFND/MED_MDL_IDENTIFIER 20110314
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS 20110314

Method ADD_SYSTEM_ALIAS_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MM_PROPERTIES Call by reference Type reference (TYPE) /IWFND/T_MED_MDL_RW_PROPERTIES table with properties 20111122
2 Importing IT_MM_NODES Call by reference Type reference (TYPE) /IWFND/T_MED_MDL_RW_NODES table for read write of nodes 20111122

Method ADD_SYSTEM_ALIAS_PROPERTY on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method ADD_USED_NAMESPACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MODEL_CLASS Call by reference Type reference (TYPE) /IWFND/CL_MED_DOM_MODEL_CLASS=>TY_S_DOM_MODEL_CLASS a node of an object 20111212

Method ADD_USED_NAMESPACES on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method APPLY_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_MODEL_CLASS Call by reference Type reference (TYPE) /IWFND/CL_MED_DOM_MODEL_CLASS=>TY_S_DOM_MODEL_CLASS 20120217
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU 20120217
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS 20120217

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CACHING_ENABLED Call by reference Type reference (TYPE) ABAP_BOOL 20110314
2 Importing IV_SA_CACHING_ENABLED Call by reference Type reference (TYPE) ABAP_BOOL 20130718

Method CONSTRUCTOR on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method CREATE_CLUSTERED_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MODEL_CLASS Call by reference Type reference (TYPE) /IWFND/CL_MED_DOM_MODEL_CLASS=>TY_S_DOM_MODEL_CLASS a node of an object 20120217
2 Importing IT_MAPPING_TYPES Call by reference Type reference (TYPE) /IWFND/T_COD_SELECT_OPTIONS type of mapping 20120217
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Language Key 20120217
4 Importing IV_MODEL_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/MED_MDL_IDENTIFIER Meta Model Identifier 20120217
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS Exception class for meta data access 20120217

Method GET_DC_MAPPING_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MAPPING_TYPES Value transfer Type reference (TYPE) /IWFND/T_COD_SELECT_OPTIONS SCL Framework: Select Options for Queries 20110126

Method GET_DC_MAPPING_TYPES on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_MED_PROVIDER Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_PROVIDER meta model factory 20100929

Method GET_INSTANCE on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method GET_META_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MODEL_CLASS Call by reference Type reference (TYPE) /IWFND/CL_MED_DOM_MODEL_CLASS=>TY_S_DOM_MODEL_CLASS 20120217
2 Importing IS_MODEL_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/S_MED_SRG_MODEL 20120217
3 Importing IV_DO_INJECT Call by reference Type reference (TYPE) ABAP_BOOL 20120217
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU 20120217
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS 20120217

Method GET_META_MODELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MODEL_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/T_MED_SRG_MODELS 20120221
2 Importing IV_DO_INJECT Call by reference Type reference (TYPE) ABAP_BOOL 20120221
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU 20120221
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS 20120221

Method GET_MODEL_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODEL_ID Call by reference Type reference (TYPE) /IWFND/MED_MDL_IDENTIFIER 20110314
2 Returning RO_MODEL_INSTANCE Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_OBJECT_CLASS 20110314

Method GET_MODEL_INSTANCE on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method GET_MODEL_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODEL_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/MED_MDL_IDENTIFIER Meta Model Identifier 20120926
2 Returning RO_MODEL_PROVIDER Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_PERSIST_RE read api for meta model persistency 20120926
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS Exception class for meta data access 20120926

Method GET_SERVICE_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Language Key 20100827
2 Importing IV_SERVICE_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_SERVICE_GRP_ID External Service Name 20110721
3 Importing IV_SERVICE_NAMESPACE Call by reference Type reference (TYPE) /IWFND/MED_MDL_NAMESPACE Namespace 20110721
4 Importing IV_SERVICE_VERSION Call by reference Type reference (TYPE) /IWFND/MED_MDL_VERSION 0001 version of meta model entity 20110721
5 Returning RO_SERVICE_GROUP Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_SERVICE_GRP Public Interface for Service Group 20100827
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS Exception class for meta data access 20100827

Method GET_SERVICE_GROUP_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_SERVICE_GROUP Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_SERVICE_GRP Internal Service Group Interface 20111007

Method GET_SERVICE_GROUP_INSTANCE on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method GET_SHARED_META_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODEL_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/MED_MDL_IDENTIFIER Meta Model Identifier 20100929
2 Returning RO_ROOT_CLASS Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_OBJECT_CLASS a node of an object 20100929
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS Exception class for meta data access 20100929

Method GET_SHARED_META_MODELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_USED_MODEL_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/T_MED_SRG_MODELS Model Usage 20110928
2 Importing IT_MODEL_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/T_MED_SRG_MODELS Service Group's model assignments 20100928
3 Importing IV_DO_INJECT Call by reference Type reference (TYPE) ABAP_BOOL 20101018
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU 20100928
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS 20100928

Method GET_UNCACHED_META_MODELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MODEL_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/T_MED_SRG_MODELS 20110314
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU 20110314
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS 20110314

Method GET_VOCAB_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VOCAB_DETAIL Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_VOCAB_TYPES=>TY_S_VOCAB Vocabulary Content 20130415
2 Importing IV_SYSTEM_ALIAS Call by reference Type reference (TYPE) /IWFND/DEFI_SYSTEM_ALIAS SAP System Alias 20130416
3 Importing IV_VERSION Call by reference Type reference (TYPE) /IWFND/MED_MDL_VOCAB_VERSION Vocabulary Version 20130415
4 Importing IV_VOCAB_ID Call by reference Type reference (TYPE) /IWFND/MED_MDL_VOCAB_ID Vocabulary ID 20130416
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS Exception class for meta data access 20130415

Method GET_VOCAN_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VOCAN_MODEL Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_VOCAN_TYPES=>TY_S_VOCAN_MODEL Vocabulary Annotation Model 20130321
2 Importing IV_TECHNICAL_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_VA_FILE_TE_NAME Technical Vocabulary Annotation File Name 20130321
3 Importing IV_VERSION Call by reference Type reference (TYPE) /IWFND/MED_MDL_VA_FILE_VERSION Vocabulary Annotation File Version 20130321
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS Exception class for meta data access 20130321

Method HANDLE_MED_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ET_IDS Value transfer Attribute reference (LIKE) 20100929
2 Importing EV_CHANGE_TYPE Value transfer Attribute reference (LIKE) 20100929

Method HANDLE_MED_CHANGE on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method INJECT_MODEL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TEXT_KEYS Call by reference Type reference (TYPE) /IWFND/T_MED_MDL_TEXT_KEYS 20110831
2 Importing IO_MODEL_PERSISTENCE Call by reference Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_PERSIST_RE 20101005
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Language Key 20100930
4 Importing IV_MODEL_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/MED_MDL_IDENTIFIER 20101005
5 Importing IV_SYSTEM_ALIAS Call by reference Type reference (TYPE) /IWFND/DEFI_SYSTEM_ALIAS SAP System Alias 20130719
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS 20101005

Method IS_CACHING_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ENABLED Value transfer Type reference (TYPE) ABAP_BOOL 20110314

Method IS_CACHING_ENABLED on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method IS_MODEL_OUTDATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CACHE_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20120926
2 Importing IV_MODEL_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/MED_MDL_IDENTIFIER Meta Model Identifier 20120926
3 Returning RV_MODEL_OUTDATED Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120926
# Exception Resumable Description Created on
1 /IWFND/CX_MED_MDL_ACCESS Exception class for meta data access 20120926

Method MERGE_DYNAMIC_STRUCTURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_TRGT_STRUCTURE Call by reference Type reference (TYPE) ANY 20120218
2 Importing IS_SRC_STRUCTURE Call by reference Type reference (TYPE) ANY 20120218
3 Importing IV_TABLE_KEY Call by reference Type reference (TYPE) FIELDNAME 20120218

Method MERGE_DYNAMIC_STRUCTURES on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method MERGE_DYNAMIC_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TRGT Call by reference Type reference (TYPE) ANY TABLE 20120218
2 Importing IT_SRC Call by reference Type reference (TYPE) ANY TABLE 20120218
3 Importing IV_KEY_NAME Call by reference Type reference (TYPE) FIELDNAME 20120218

Method MERGE_DYNAMIC_TABLE on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method MERGE_MODEL_STRUCTURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_TRGT_STRUCTURE Call by reference Type reference (TYPE) ANY 20120217
2 Importing IS_SRC_STRUCTURE Call by reference Type reference (TYPE) ANY 20120217

Method MERGE_MODEL_STRUCTURES on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method MERGE_MODEL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TRGT Call by reference Type reference (TYPE) ANY TABLE 20120217
2 Importing IT_SRC Call by reference Type reference (TYPE) ANY TABLE 20120217

Method MERGE_MODEL_TABLE on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method RESOLVE_MODEL_INHERITANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_IDS Call by reference Type reference (TYPE) /IWFND/T_COD_SELECT_OPTIONS SCL Framework: Select Options for Queries 20101130

Method RESOLVE_MODEL_INHERITANCE on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method SET_CACHE_HANDSHAKE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CACHE_HANDSHAKE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120926

Method SET_CACHE_HANDSHAKE on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method STORE_ANNOTATION_REFERENCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ANNO_FILE_IDS Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_VOCAN_TYPES=>TY_T_VOCAN_SER2ANN_REFS table for read write of references 20130312

Method STORE_ANNOTATION_REFERENCES on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method STORE_KEY_WORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODES Call by reference Type reference (TYPE) /IWFND/T_MED_MDL_RW_NODES table for read write of nodes 20130129
2 Importing IT_REFERENCES Call by reference Type reference (TYPE) /IWFND/T_MED_MDL_RW_REFERENCES table for read write of references 20130129
3 Importing IT_TAGS Call by reference Type reference (TYPE) /IWFND/T_MED_MDL_TAGS List of Tags - keywords of a service 20130129

Method STORE_KEY_WORDS on class /IWFND/CL_MED_MDL_PROVIDER has no exception.

Method VALIDATE_SVC_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODEL_IDENTIFIER Call by reference Type reference (TYPE) /IWFND/MED_MDL_IDENTIFIER 20101005

Method VALIDATE_SVC_GROUP on class /IWFND/CL_MED_MDL_PROVIDER has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 200