SAP ABAP Interface /IWFND/IF_MED_MDL_OBJECT_CLASS (a node of an object)
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_DOM_MODEL_CLASS model container class 20110314
Properties
Interface /IWFND/IF_MED_MDL_OBJECT_CLASS  
Short Description a node of an object    
General Data
Package /IWFND/MED_SVC_DEV_LANGU   GW Framework - Metadata - Service Def. - Dev User Translatio 
Created 20100629   SAP 
Last changed 20141120    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWFND/CL_MGW_UTIL_VERSIONS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 /IWFND/IF_MED_MDL_MAP_PERSIST Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 /IWFND/IF_MED_MDL_OBJECT_CLASS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 /IWFND/IF_MED_MDL_VOCAN_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /IWFND/IF_MED_MDL_ELEMENT a general model element 20100709
Friends
Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_MODEL_IDENTIFIER Instance attribute Public Type reference (TYPE) /IWFND/MED_MDL_IDENTIFIER 20110325
Methods
# Method Level Visibility Method type Description Created on
1 FIND_NODE_BY_NAME Instance method Public Method gets the node instance and the reference node path 20100917
2 FIND_NODE_BY_TECHNICAL_NAME Instance method Public Method searches a node by the technical name. 20101201
3 GET_ASSOCIATIONS Instance method Public Method returns the associations of a model 20110407
4 GET_ASSOCIATION_BY_ID Instance method Public Method returns the association for the given name 20120330
5 GET_ASSOCIATION_BY_NAME Instance method Public Method returns the association for the given name 20110902
6 GET_ASSOCIATION_SET_BY_ASSOC Instance method Public Method returns the association set for the given association 20110909
7 GET_ASSOCIATION_SET_BY_NAME Instance method Public Method returns the association set for the given name 20110902
8 GET_ASSOC_SETS Instance method Public Method returns the entity sets of the model 20110906
9 GET_COMPLEX_TYPES Instance method Public Method returns the comlex types of a model 20110407
10 GET_COMPLEX_TYPE_BY_NAME Instance method Public Method returns the complex type for the given name 20110902
11 GET_CONTENT_VERSION Instance method Public Method 20100817
12 GET_DATA_OBJECTS Instance method Public Method returns the data objects/entity type of a model 20110130
13 GET_DATA_OBJECT_BY_NAME Instance method Public Method finds the data object by external name 20110128
14 GET_DEFAULT_QUERY Instance method Public Method returns the default query of an object 20100812
15 GET_ENTITY_SETS Instance method Public Method returns the entity sets of the model 20110901
16 GET_ENTITY_SET_BY_NAME Instance method Public Method returns the entity set for the given name 20110902
17 GET_ENTITY_TYPE_BY_ID Instance method Public Method returns the entity type for the given id 20111007
18 GET_ENTITY_TYPE_BY_NAME Instance method Public Method returns the entity type for the given name 20110902
19 GET_EXTENDING_SERVICE Instance method Public Method Get Service that extends the current service in the backend 20140407
20 GET_FIXED_SCHEMA_NAMESPACE Instance method Public Method returns the fixed schema namespace for the model 20130806
21 GET_FUNCTION_IMPORT_BY_NAME Instance method Public Method returns the function import for the given name 20110902
22 GET_GSDO_TYPE Instance method Public Method returns the gsdo type of the current model 20120307
23 GET_ICON Instance method Public Method 20100916
24 GET_LAST_MODIFIED Instance method Public Method returns the last modified time stamp of the model 20110411
25 GET_NAME Instance method Public Method 20100817
26 GET_OPERATIONS Instance method Public Method returns the list of add operations available for the object 20100812
27 GET_REFERENCE_BY_ID Instance method Public Method returns the reference for the given id 20120123
28 GET_ROOT Instance method Public Method returns the (first) root node of the object 20100812
29 GET_SEMANTIC Instance method Public Method 20120307
30 GET_SERVICE_SCHEMA_VERSION Instance method Public Method returns the service schema version for the model 20140213
31 GET_SRV_SOFT_STATE_STAT Instance method Public Method Returns the soft state status of the service 20140324
32 GET_VOCAN_MODEL Instance method Public Method returns the vocabularies/annotations for the model 20130221
33 IS_SEARCHABLE Instance method Public Method returns if there is one query which supports search 20100916
34 IS_USE_BATCH Instance method Public Method Returns true if batch mode is recommended 20130905
Events
Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_MED_MDL_NODE_PATH Public See coding 20100917 BEGIN OF ty_med_mdl_node_path, name TYPE /iwfnd/med_mdl_elmnt_ext_name, technical_name TYPE /iwfnd/med_mdl_element_name, source_node_depth TYPE int4, reference TYPE REF TO /iwfnd/if_med_mdl_reference, END OF ty_med_mdl_node_path
2 TY_MED_MDL_NODE_PATH_TABLE Public See coding 20100917 ty_med_mdl_node_path_table TYPE TABLE OF ty_med_mdl_node_path WITH KEY name
3 TY_S_DOM_CONTAINER Public See coding 20110318 BEGIN OF ty_s_dom_container. INCLUDE TYPE /iwfnd/s_med_mdl_rw_node. TYPES: base_type_relation TYPE ty_s_dom_reference, properties TYPE /iwfnd/t_med_mdl_rw_properties, references TYPE STANDARD TABLE OF ty_s_dom_reference WITH DEFAULT KEY, operations TYPE STANDARD TABLE OF ty_s_dom_operation WITH DEFAULT KEY, END OF ty_s_dom_container
4 TY_S_DOM_ENTITY_HDR Public See coding 20110318 BEGIN OF ty_s_dom_entity_hdr, id TYPE /iwfnd/med_mdl_entity_id, object TYPE REF TO /iwfnd/cl_med_dom_abstr_elemt, END OF ty_s_dom_entity_hdr
5 TY_S_DOM_MODEL_CLASS Public See coding 20110318 BEGIN OF ty_s_dom_model_class, header TYPE /iwfnd/s_med_mdl_rw_mdl_header, backend_version TYPE /iwfnd/cl_mgw_util_versions=>ty_s_mgw_build_version, containers TYPE STANDARD TABLE OF ty_s_dom_container WITH DEFAULT KEY, operations TYPE STANDARD TABLE OF ty_s_dom_operation WITH DEFAULT KEY, associations TYPE STANDARD TABLE OF ty_s_dom_reference WITH DEFAULT KEY, assoc_sets TYPE STANDARD TABLE OF ty_s_dom_reference WITH DEFAULT KEY, documentations TYPE /iwfnd/t_med_mdl_documentation, pub_anno_entities TYPE /iwfnd/t_med_mdl_rw_ano_enty, pri_anno_entities TYPE /iwfnd/t_med_mdl_rw_ano_enty, object_header TYPE /iwfnd/s_med_mdl_rw_object_hdr, text_keys TYPE /iwfnd/t_med_mdl_text_keys, used_namespaces TYPE SORTED TABLE OF /iwfnd/med_mdl_annot_namespace WITH UNIQUE DEFAULT KEY, used_models TYPE ty_t_dom_model_usage, vocan_model TYPE /iwfnd/if_med_mdl_vocan_types=>ty_s_vocan_model, END OF ty_s_dom_model_class
6 TY_S_DOM_MODEL_USAGE Public See coding 20120228 BEGIN OF ty_s_dom_model_usage, model_identifier TYPE /iwfnd/med_mdl_identifier, ext_model_tname TYPE /iwfnd/med_mdl_technical_name, svc_identifier TYPE /iwfnd/med_mdl_srg_identifier, svc_namespace TYPE /iwfnd/med_mdl_namespace, svc_object_name TYPE /iwfnd/med_mdl_srg_name, svc_version TYPE /iwfnd/med_mdl_version, END OF ty_s_dom_model_usage
7 TY_S_DOM_OPERATION Public See coding 20110318 BEGIN OF ty_s_dom_operation. INCLUDE TYPE /iwfnd/s_med_mdl_rw_operation. TYPES: mapping TYPE /iwfnd/if_med_mdl_element=>ty_t_med_entity_mapping, END OF ty_s_dom_operation
8 TY_S_DOM_REFERENCE Public See coding 20110318 BEGIN OF ty_s_dom_reference. INCLUDE TYPE /iwfnd/s_med_mdl_rw_reference. TYPES: mapping TYPE /iwfnd/if_med_mdl_element=>ty_s_med_entity_mapping, END OF ty_s_dom_reference
9 TY_T_DOM_MODEL_USAGE Public See coding 20120228 ty_t_dom_model_usage TYPE STANDARD TABLE OF ty_s_dom_model_usage WITH DEFAULT KEY
Method Signatures

Method FIND_NODE_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MATCHING_NODE Call by reference Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_NODE a node of an object 20100917
2 Exporting ET_NODE_PATH Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_OBJECT_CLASS=>TY_MED_MDL_NODE_PATH_TABLE 20100917
3 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING 20100917

Method FIND_NODE_BY_NAME on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method FIND_NODE_BY_TECHNICAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MATCHING_NODE Call by reference Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_NODE a node of an object 20101201
2 Exporting ET_NODE_PATH Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_OBJECT_CLASS=>TY_MED_MDL_NODE_PATH_TABLE the path to the node 20101201
3 Importing IV_TECHNICAL_NAME Call by reference Type reference (TYPE) STRING the internal technical name 20101201

Method FIND_NODE_BY_TECHNICAL_NAME on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_ASSOCIATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSOCIATIONS Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_ELEMENT=>TY_MED_MDL_REFERENCE_TABLE 20110407

Method GET_ASSOCIATIONS on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_ASSOCIATION_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ASSOCIATION_ID Call by reference Type reference (TYPE) /IWFND/MED_MDL_ENTITY_ID 20120330
2 Returning RO_ASSOCIATION Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_REFERENCE 20120330

Method GET_ASSOCIATION_BY_ID on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_ASSOCIATION_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20110902
2 Returning RO_ASSOCIATION Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_REFERENCE 20110902

Method GET_ASSOCIATION_BY_NAME on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_ASSOCIATION_SET_BY_ASSOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ASSOCIATION_NAME Call by reference Type reference (TYPE) STRING 20110909
2 Importing IV_ENTITY_SET_NAME Call by reference Type reference (TYPE) STRING 20110909
3 Importing IV_TO_ROLE Call by reference Type reference (TYPE) ABAP_BOOL 20110909
4 Returning RO_ASSOCIATION_SET Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_REFERENCE 20110909

Method GET_ASSOCIATION_SET_BY_ASSOC on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_ASSOCIATION_SET_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20110902
2 Returning RO_ASSOCIATION_SET Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_REFERENCE 20110902

Method GET_ASSOCIATION_SET_BY_NAME on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_ASSOC_SETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSOC_SETS Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_ELEMENT=>TY_MED_MDL_REFERENCE_TABLE 20110906

Method GET_ASSOC_SETS on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_COMPLEX_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENTITIES Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_ELEMENT=>TY_MED_MDL_NODE_TABLE 20110407

Method GET_COMPLEX_TYPES on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_COMPLEX_TYPE_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20110902
2 Returning RO_COMPLEX_TYPE Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_NODE 20110902

Method GET_COMPLEX_TYPE_BY_NAME on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_CONTENT_VERSION Signature

Method GET_CONTENT_VERSION on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no parameter.
Method GET_CONTENT_VERSION on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_DATA_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENTITIES Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_ELEMENT=>TY_MED_MDL_NODE_TABLE 20110130

Method GET_DATA_OBJECTS on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_DATA_OBJECT_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTERNAL_NAME Call by reference Type reference (TYPE) /IWFND/MED_MDL_EXTERNAL_NAME 20110128
2 Returning RO_DATA_OBJECT Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_NODE 20110128

Method GET_DATA_OBJECT_BY_NAME on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_DEFAULT_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_OPERATION Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_OPERATION 20100812

Method GET_DEFAULT_QUERY on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_ENTITY_SETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENTITY_SETS Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_ELEMENT=>TY_MED_MDL_REFERENCE_TABLE 20110901

Method GET_ENTITY_SETS on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_ENTITY_SET_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20110902
2 Returning RO_ENTITY_SET Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_REFERENCE 20110902

Method GET_ENTITY_SET_BY_NAME on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_ENTITY_TYPE_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) /IWFND/MED_MDL_ENTITY_ID 20111007
2 Returning RO_ENTITY_TYPE Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_NODE 20111007

Method GET_ENTITY_TYPE_BY_ID on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_ENTITY_TYPE_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20110902
2 Returning RO_ENTITY_TYPE Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_NODE 20110902

Method GET_ENTITY_TYPE_BY_NAME on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_EXTENDING_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_EXTENDING_SERVICE Value transfer Type reference (TYPE) /IWFND/S_MED_MDL_EXT_SERVICE Service that extends the current service in the backend 20140407

Method GET_EXTENDING_SERVICE on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_FIXED_SCHEMA_NAMESPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SCHEMA_NAMESPACE Value transfer Type reference (TYPE) STRING 20130806

Method GET_FIXED_SCHEMA_NAMESPACE on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_FUNCTION_IMPORT_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20110902
2 Returning RO_FUNCTION Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_OPERATION 20110902

Method GET_FUNCTION_IMPORT_BY_NAME on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_GSDO_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_GSDO_TYPE Value transfer Type reference (TYPE) STRING 20120307

Method GET_GSDO_TYPE on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_ICON Signature

Method GET_ICON on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no parameter.
Method GET_ICON on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_LAST_MODIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LAST_MODIFIED Value transfer Type reference (TYPE) TZNTSTMPS 20110411

Method GET_LAST_MODIFIED on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_NAME Signature

Method GET_NAME on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no parameter.
Method GET_NAME on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_OPERATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OPERATIONS Call by reference Type reference (TYPE) /IWFND/IF_MED_MDL_ELEMENT=>TY_MED_MDL_OPERATION_TABLE 20100812

Method GET_OPERATIONS on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_REFERENCE_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) /IWFND/MED_MDL_ENTITY_ID 20120123
2 Returning RO_REFERENCE Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_REFERENCE a reference between nodes 20120123

Method GET_REFERENCE_BY_ID on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_ROOT Value transfer Object reference (TYPE REF TO) /IWFND/IF_MED_MDL_NODE 20100812

Method GET_ROOT on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_SEMANTIC Signature

Method GET_SEMANTIC on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no parameter.
Method GET_SEMANTIC on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_SERVICE_SCHEMA_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SERVICE_SCHEMA_VERSION Value transfer Type reference (TYPE) /IWFND/MED_MDL_SERV_SCHEMA_VRS Service Schema version 20140213

Method GET_SERVICE_SCHEMA_VERSION on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method GET_SRV_SOFT_STATE_STAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SRV_SOFT_STATE_STATUS Value transfer Type reference (TYPE) /IWFND/MED_MDL_SOFT_STATE_ABLE Model soft-state status 20140324

Method GET_SRV_SOFT_STATE_STAT on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

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 20130221

Method GET_VOCAN_MODEL on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method IS_SEARCHABLE Signature

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

Method IS_SEARCHABLE on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.

Method IS_USE_BATCH Signature

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

Method IS_USE_BATCH on Interface /IWFND/IF_MED_MDL_OBJECT_CLASS has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 200