Hierarchy

⤷

⤷

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 | ![]() |
Instance method | Public | Method | gets the node instance and the reference node path | 20100917 |
2 | ![]() |
Instance method | Public | Method | searches a node by the technical name. | 20101201 |
3 | ![]() |
Instance method | Public | Method | returns the associations of a model | 20110407 |
4 | ![]() |
Instance method | Public | Method | returns the association for the given name | 20120330 |
5 | ![]() |
Instance method | Public | Method | returns the association for the given name | 20110902 |
6 | ![]() |
Instance method | Public | Method | returns the association set for the given association | 20110909 |
7 | ![]() |
Instance method | Public | Method | returns the association set for the given name | 20110902 |
8 | ![]() |
Instance method | Public | Method | returns the entity sets of the model | 20110906 |
9 | ![]() |
Instance method | Public | Method | returns the comlex types of a model | 20110407 |
10 | ![]() |
Instance method | Public | Method | returns the complex type for the given name | 20110902 |
11 | ![]() |
Instance method | Public | Method | 20100817 | |
12 | ![]() |
Instance method | Public | Method | returns the data objects/entity type of a model | 20110130 |
13 | ![]() |
Instance method | Public | Method | finds the data object by external name | 20110128 |
14 | ![]() |
Instance method | Public | Method | returns the default query of an object | 20100812 |
15 | ![]() |
Instance method | Public | Method | returns the entity sets of the model | 20110901 |
16 | ![]() |
Instance method | Public | Method | returns the entity set for the given name | 20110902 |
17 | ![]() |
Instance method | Public | Method | returns the entity type for the given id | 20111007 |
18 | ![]() |
Instance method | Public | Method | returns the entity type for the given name | 20110902 |
19 | ![]() |
Instance method | Public | Method | Get Service that extends the current service in the backend | 20140407 |
20 | ![]() |
Instance method | Public | Method | returns the fixed schema namespace for the model | 20130806 |
21 | ![]() |
Instance method | Public | Method | returns the function import for the given name | 20110902 |
22 | ![]() |
Instance method | Public | Method | returns the gsdo type of the current model | 20120307 |
23 | ![]() |
Instance method | Public | Method | 20100916 | |
24 | ![]() |
Instance method | Public | Method | returns the last modified time stamp of the model | 20110411 |
25 | ![]() |
Instance method | Public | Method | 20100817 | |
26 | ![]() |
Instance method | Public | Method | returns the list of add operations available for the object | 20100812 |
27 | ![]() |
Instance method | Public | Method | returns the reference for the given id | 20120123 |
28 | ![]() |
Instance method | Public | Method | returns the (first) root node of the object | 20100812 |
29 | ![]() |
Instance method | Public | Method | 20120307 | |
30 | ![]() |
Instance method | Public | Method | returns the service schema version for the model | 20140213 |
31 | ![]() |
Instance method | Public | Method | Returns the soft state status of the service | 20140324 |
32 | ![]() |
Instance method | Public | Method | returns the vocabularies/annotations for the model | 20130221 |
33 | ![]() |
Instance method | Public | Method | returns if there is one query which supports search | 20100916 |
34 | ![]() |
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 | ![]() |
EO_MATCHING_NODE | Call by reference | Object reference (TYPE REF TO) | /IWFND/IF_MED_MDL_NODE | a node of an object | 20100917 | ||
2 | ![]() |
ET_NODE_PATH | Call by reference | Type reference (TYPE) | /IWFND/IF_MED_MDL_OBJECT_CLASS=>TY_MED_MDL_NODE_PATH_TABLE | 20100917 | |||
3 | ![]() |
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 | ![]() |
EO_MATCHING_NODE | Call by reference | Object reference (TYPE REF TO) | /IWFND/IF_MED_MDL_NODE | a node of an object | 20101201 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IV_ASSOCIATION_ID | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_ENTITY_ID | 20120330 | |||
2 | ![]() |
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 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20110902 | |||
2 | ![]() |
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 | ![]() |
IV_ASSOCIATION_NAME | Call by reference | Type reference (TYPE) | STRING | 20110909 | |||
2 | ![]() |
IV_ENTITY_SET_NAME | Call by reference | Type reference (TYPE) | STRING | 20110909 | |||
3 | ![]() |
IV_TO_ROLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110909 | |||
4 | ![]() |
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 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20110902 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20110902 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
IV_EXTERNAL_NAME | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_EXTERNAL_NAME | 20110128 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20110902 | |||
2 | ![]() |
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 | ![]() |
IV_ENTITY_ID | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_ENTITY_ID | 20111007 | |||
2 | ![]() |
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 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20110902 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20110902 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IV_ENTITY_ID | Call by reference | Type reference (TYPE) | /IWFND/MED_MDL_ENTITY_ID | 20120123 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 |