SAP ABAP Class /IWBEP/IF_SB_ODV4_ARTIFACTS (Interface for OData V4 artifacts)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SB_ODV4_ARTIFACTS OData V4 artifacts 20130417
Properties
Class /IWBEP/IF_SB_ODV4_ARTIFACTS  
Short Description Interface for OData V4 artifacts    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130417   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_SB_ODV4_ARTIFACTS 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 /IWBEP/IF_SB_ODV4_ARTIFACTS has no interface implemented.
Friends
Class /IWBEP/IF_SB_ODV4_ARTIFACTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GCS_TERM_TYPE_KIND Constant Public See coding 20130429
2 GCS_VOCAB_EXP_TYPES Constant Public See coding 20130418
3 GCS_VOCAB_SIMPLE_VALUE_TYPES Constant Public See coding 20130423
Methods
# Method Level Visibility Method type Description Created on
1 GET_ASSOCIATIONS Instance method Public Method Getter method for associations 20130508
2 GET_ASSOCIATION_SETS Instance method Public Method Getter method for association sets 20130508
3 GET_COMPLEX_TYPES Instance method Public Method Getter method for complex types 20130417
4 GET_ENTITY_SETS Instance method Public Method Getter method for entity sets 20130508
5 GET_ENTITY_TYPES Instance method Public Method Getter method for entity types 20130419
6 GET_ENUM_TYPES Instance method Public Method Getter method for enum types 20130417
7 GET_FUNC_IMPS Instance method Public Method Getter method for function imports/actions 20130508
8 GET_HEADER Instance method Public Method Getter method for header information 20130417
9 GET_TERMS Instance method Public Method Getter method for terms/value terms 20130417
10 GET_TYPE_DEFINITIONS Instance method Public Method Getter method for type definitions 20130417
11 GET_USINGS Instance method Public Method Getter method for usings 20130417
12 GET_VOCAB_ANNOTATIONS Instance method Public Method Getter method for vocabulary annotations 20130423
13 GET_VOCAB_REF Instance method Public Method Getter method for vocabulary references 20130426
14 SET_ASSOCIATIONS Instance method Public Method Setter method for associations 20130508
15 SET_ASSOCIATION_SETS Instance method Public Method Setter method for association sets 20130508
16 SET_COMPLEX_TYPES Instance method Public Method Setter method for complex types 20130417
17 SET_ENTITY_SETS Instance method Public Method Setter method for entity sets 20130508
18 SET_ENTITY_TYPES Instance method Public Method Setter method for entity types 20130419
19 SET_ENUM_TYPES Instance method Public Method Setter method for enum types 20130417
20 SET_FUNC_IMPS Instance method Public Method Setter method for function imports 20130508
21 SET_HEADER Instance method Public Method Setter method for header information 20130417
22 SET_TERMS Instance method Public Method Setter method for terms/value terms 20130417
23 SET_TYPE_DEFINITIONS Instance method Public Method Setter method for type definitions 20130417
24 SET_USINGS Instance method Public Method Setter method for usings 20130417
25 SET_VOCAB_ANNOTATIONS Instance method Public Method Setter method for vocabulary annotations 20130423
26 SET_VOCAB_REF Instance method Public Method Setter method for vocabulary references 20130426
Events
Class /IWBEP/IF_SB_ODV4_ARTIFACTS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ANNOTATION Public See coding 20130417 BEGIN OF ty_s_annotation, namespace TYPE string, new_ns TYPE abap_bool, name TYPE string, value TYPE string, attr TYPE ty_t_annot_attr, END OF ty_s_annotation
2 TY_S_ANNOT_ATTR Public See coding 20130417 BEGIN OF ty_s_annot_attr, name TYPE string, value TYPE string, END OF ty_s_annot_attr
3 TY_S_ASSOCIATION Public See coding 20130507 BEGIN OF ty_s_association, name TYPE c LENGTH 40, technical_name TYPE c LENGTH 40, left_end TYPE c LENGTH 40, right_end TYPE c LENGTH 40, left_card TYPE c LENGTH 1, right_card TYPE c LENGTH 1, left_edm_card TYPE char4, right_edm_card TYPE char4, left_end_edmrole TYPE char30, right_end_edmrole TYPE char30, left_end_role TYPE string, right_end_role TYPE string, ref_const TYPE ty_t_ref_const, assoc_sets TYPE ty_t_association_sets, docu TYPE ty_s_documentation, annotations TYPE ty_t_vocab_annot, ext_assoc TYPE /iwbep/sbod_isextassoc, END OF ty_s_association
4 TY_S_ASSOCIATION_SET Public See coding 20130507 BEGIN OF ty_s_association_set, name TYPE c LENGTH 40, technical_name TYPE c LENGTH 40, association TYPE c LENGTH 40, left_end TYPE c LENGTH 40, left_entity_set TYPE c LENGTH 40, right_end TYPE c LENGTH 40, right_entity_set TYPE c LENGTH 40, docu TYPE ty_s_documentation, annotations TYPE ty_t_vocab_annot, END OF ty_s_association_set
5 TY_S_COMPLEX_TYPE Public See coding 20130417 BEGIN OF ty_s_complex_type, name TYPE c LENGTH 40, technical_name TYPE c LENGTH 40, base_type TYPE c LENGTH 40, is_abstract TYPE abap_bool, abapname TYPE c LENGTH 30, abapstructurename TYPE c LENGTH 132, properties TYPE ty_t_properties, docu TYPE ty_s_documentation, annotations TYPE ty_t_vocab_annot, END OF ty_s_complex_type
6 TY_S_DOCUMENTATION Public See coding 20130417 BEGIN OF ty_s_documentation, summary TYPE string, longdesc TYPE string, END OF ty_s_documentation
7 TY_S_ENTITY Public See coding 20130419 BEGIN OF ty_s_entity, name TYPE c LENGTH 40, technical_name TYPE c LENGTH 40, base_type TYPE c LENGTH 40, is_abstract TYPE abap_bool, open_type TYPE abap_bool, abapname TYPE c LENGTH 30, abapstructurename TYPE c LENGTH 132, abaptablename TYPE c LENGTH 30, is_custom_struc TYPE abap_bool, docu TYPE ty_s_documentation, entity_cud TYPE abap_bool, "CUD flags are set at entity level is_media TYPE abap_bool, properties TYPE ty_t_properties, nav_props TYPE ty_t_nav_properties, annotations TYPE ty_t_vocab_annot, is_thing_type TYPE abap_bool, fc_target_path TYPE string, END OF ty_s_entity
8 TY_S_ENTITY_SET Public See coding 20130507 BEGIN OF ty_s_entity_set, name TYPE c LENGTH 40, technical_name TYPE c LENGTH 40, entity TYPE c LENGTH 40, docu TYPE ty_s_documentation, annotations TYPE ty_t_vocab_annot, END OF ty_s_entity_set
9 TY_S_ENUM_MEMBER Public See coding 20130417 BEGIN OF ty_s_enum_member, name TYPE /iwbep/sbdm_value_db_small, member_value TYPE /iwbep/sbod_enum_member_value , END OF ty_s_enum_member
10 TY_S_ENUM_TYPE Public See coding 20130417 BEGIN OF ty_s_enum_type, name TYPE string, underlying_type TYPE string, members TYPE ty_t_enum_members, isflags TYPE abap_bool, documentation TYPE ty_s_documentation, END OF ty_s_enum_type
11 TY_S_FACET_VALUE Public See coding 20130916 BEGIN OF ty_s_facet_value , nullable TYPE abap_bool , default TYPE string , maxlength TYPE i , fixlength TYPE abap_bool , precision TYPE i , scale TYPE i , unicode TYPE abap_bool , END OF ty_s_facet_value
12 TY_S_FUNC_IMP Public See coding 20130507 BEGIN OF ty_s_func_imp, name TYPE c LENGTH 40, technical_name TYPE c LENGTH 40, action_for TYPE c LENGTH 40, return_type TYPE c LENGTH 40, return_complex_type TYPE c LENGTH 40, return_multi TYPE c LENGTH 1, entity_set TYPE c LENGTH 40, method_access TYPE c LENGTH 6, docu TYPE ty_s_documentation, params TYPE ty_t_params, annotations TYPE ty_t_vocab_annot, END OF ty_s_func_imp
13 TY_S_HEADER Public See coding 20130417 BEGIN OF ty_s_header, alias TYPE string, namespace TYPE string, documentation TYPE ty_s_documentation, END OF ty_s_header
14 TY_S_NAV_PROPERTY Public See coding 20130419 BEGIN OF ty_s_nav_property, name TYPE c LENGTH 40, technical_name TYPE c LENGTH 40, relation_ship TYPE c LENGTH 40, from_role TYPE c LENGTH 100, to_role TYPE c LENGTH 100, docu TYPE ty_s_documentation, annotations TYPE ty_t_vocab_annot, END OF ty_s_nav_property
15 TY_S_PARAM Public See coding 20130507 BEGIN OF ty_s_param, name TYPE c LENGTH 40, technical_name TYPE c LENGTH 40, type TYPE c LENGTH 40, abapname TYPE c LENGTH 30, data_element TYPE c LENGTH 30, mode TYPE c LENGTH 5, "In, Out, InOut max_length TYPE i, precision TYPE i, scale TYPE i, docu TYPE ty_s_documentation, annotations TYPE ty_t_vocab_annot, END OF ty_s_param
16 TY_S_PROPERTY Public See coding 20130417 BEGIN OF ty_s_property, name TYPE c LENGTH 40, technical_name TYPE c LENGTH 40, edmtype TYPE /iwbep/sbod_edm_core_type, is_collection TYPE abap_bool, max_length TYPE i, fixed_length TYPE abap_bool, edmprecision TYPE i, edmscale TYPE i, abapname TYPE c LENGTH 30, abaptype TYPE c LENGTH 30, abappredtype TYPE string, abappredlength TYPE i, abappreddecimals TYPE i, conversion_exit TYPE c LENGTH 5, complextype_name TYPE c LENGTH 40, enumtype_name TYPE c LENGTH 40, is_key TYPE abap_bool, nullable TYPE abap_bool, default_val TYPE c LENGTH 40, unicode TYPE abap_bool, collation TYPE c LENGTH 40, concurrency_mode TYPE c LENGTH 4, unit TYPE c LENGTH 40, as_author TYPE abap_bool, as_etag TYPE abap_bool, as_published TYPE abap_bool, as_title TYPE abap_bool, as_updated TYPE abap_bool, fc_target_path TYPE string, docu TYPE ty_s_documentation, annotations TYPE ty_t_vocab_annot, END OF ty_s_property
17 TY_S_REF_CONST Public See coding 20130507 BEGIN OF ty_s_ref_const , name TYPE c LENGTH 40, technical_name TYPE c LENGTH 40, principal TYPE c LENGTH 40, dependent TYPE c LENGTH 40, principal_role TYPE string, dependent_role TYPE string, docu TYPE ty_s_documentation, annotations TYPE ty_t_vocab_annot, END OF ty_s_ref_const
18 TY_S_TERM Public See coding 20130417 BEGIN OF ty_s_term, name TYPE string, applies_to TYPE string, type TYPE string, is_collection TYPE abap_bool, default_value TYPE string, annotations TYPE ty_t_term_annotations, documentation TYPE ty_s_documentation, END OF ty_s_term
19 TY_S_TERM_ANNOTATION Public See coding 20130417 BEGIN OF ty_s_term_annotation, string TYPE string, term TYPE string, END OF ty_s_term_annotation
20 TY_S_TYPE_DEF Public See coding 20130417 BEGIN OF ty_s_type_def, underlying_type TYPE string, name TYPE string, documentation TYPE ty_s_documentation, facets TYPE ty_s_facet_value, END OF ty_s_type_def
21 TY_S_USING Public See coding 20130417 BEGIN OF ty_s_using, alias TYPE string, namespace TYPE string, END OF ty_s_using
22 TY_S_VOCAB_ANNOT Public See coding 20130418 BEGIN OF ty_s_vocab_annot, ref_id TYPE /iwbep/sbdm_node_uuid, parent_ref_id TYPE /iwbep/sbdm_node_uuid, annotation_target TYPE string, ann_trgt_node_type TYPE /iwbep/sbdm_node_type, parent_node_name TYPE /iwbep/sbdm_node_name, parent_node_type TYPE /iwbep/sbdm_node_type, term_name TYPE string, term_type_kind TYPE c LENGTH 1, term_type_iscollection TYPE c LENGTH 1, term_type TYPE c LENGTH 40, exp_type TYPE c LENGTH 10, exp_name TYPE string, exp_path_type TYPE c LENGTH 1, exp_simple_value TYPE ty_s_vocab_exp_simple_val, parent_ref_type TYPE c LENGTH 10, END OF ty_s_vocab_annot
23 TY_S_VOCAB_EXP_SIMPLE_VAL Public See coding 20130418 BEGIN OF ty_s_vocab_exp_simple_val, simple_type TYPE c LENGTH 30, simple_value TYPE string, END OF ty_s_vocab_exp_simple_val
24 TY_S_VOCAB_REF Public See coding 20130426 BEGIN OF ty_s_vocab_ref, vocab_id TYPE c LENGTH 32, vocab_version TYPE /iwbep/med_mdl_version, alias TYPE string, namespace TYPE string, END OF ty_s_vocab_ref
25 TY_T_ANNOTATIONS Public See coding 20130417 ty_t_annotations TYPE STANDARD TABLE OF ty_s_annotation WITH KEY namespace name INITIAL SIZE 0
26 TY_T_ANNOT_ATTR Public See coding 20130417 ty_t_annot_attr TYPE STANDARD TABLE OF ty_s_annot_attr WITH KEY name INITIAL SIZE 0
27 TY_T_ASSOCIATIONS Public See coding 20130507 ty_t_associations TYPE STANDARD TABLE OF ty_s_association WITH KEY name INITIAL SIZE 0
28 TY_T_ASSOCIATION_SETS Public See coding 20130507 ty_t_association_sets TYPE STANDARD TABLE OF ty_s_association_set WITH KEY name INITIAL SIZE 0
29 TY_T_COMPLEX_TYPES Public See coding 20130417 ty_t_complex_types TYPE STANDARD TABLE OF ty_s_complex_type WITH KEY name INITIAL SIZE 0
30 TY_T_ENTITIES Public See coding 20130419 ty_t_entities TYPE STANDARD TABLE OF ty_s_entity WITH KEY name INITIAL SIZE 0
31 TY_T_ENTITY_SETS Public See coding 20130507 ty_t_entity_sets TYPE STANDARD TABLE OF ty_s_entity_set WITH KEY name INITIAL SIZE 0
32 TY_T_ENUM_MEMBERS Public See coding 20130417 ty_t_enum_members TYPE STANDARD TABLE OF ty_s_enum_member WITH KEY name INITIAL SIZE 0
33 TY_T_ENUM_TYPES Public See coding 20130417 ty_t_enum_types TYPE STANDARD TABLE OF ty_s_enum_type WITH KEY name INITIAL SIZE 0
34 TY_T_FUNC_IMPS Public See coding 20130507 ty_t_func_imps TYPE STANDARD TABLE OF ty_s_func_imp WITH KEY name INITIAL SIZE 0
35 TY_T_NAV_PROPERTIES Public See coding 20130419 ty_t_nav_properties TYPE STANDARD TABLE OF ty_s_nav_property WITH KEY name INITIAL SIZE 0
36 TY_T_PARAMS Public See coding 20130507 ty_t_params TYPE STANDARD TABLE OF ty_s_param WITH KEY name INITIAL SIZE 0
37 TY_T_PROPERTIES Public See coding 20130417 ty_t_properties TYPE STANDARD TABLE OF ty_s_property WITH KEY name INITIAL SIZE 0
38 TY_T_REF_CONST Public See coding 20130507 ty_t_ref_const TYPE STANDARD TABLE OF ty_s_ref_const WITH KEY principal dependent dependent_role INITIAL SIZE 0
39 TY_T_SIMPLE_VAL Public See coding 20130507 ty_t_simple_val TYPE STANDARD TABLE OF ty_s_vocab_exp_simple_val
40 TY_T_TERMS Public See coding 20130417 ty_t_terms TYPE STANDARD TABLE OF ty_s_term WITH KEY name INITIAL SIZE 0
41 TY_T_TERM_ANNOTATIONS Public See coding 20130417 ty_t_term_annotations TYPE STANDARD TABLE OF ty_s_term_annotation WITH KEY string INITIAL SIZE 0
42 TY_T_TYPE_DEFS Public See coding 20130417 ty_t_type_defs TYPE STANDARD TABLE OF ty_s_type_def WITH KEY name INITIAL SIZE 0
43 TY_T_USINGS Public See coding 20130417 ty_t_usings TYPE STANDARD TABLE OF ty_s_using WITH KEY namespace INITIAL SIZE 0
44 TY_T_VOCAB_ANNOT Public See coding 20130418 ty_t_vocab_annot TYPE STANDARD TABLE OF ty_s_vocab_annot WITH DEFAULT KEY
45 TY_T_VOCAB_REF Public See coding 20130426 ty_t_vocab_ref TYPE STANDARD TABLE OF ty_s_vocab_ref WITH KEY namespace INITIAL SIZE 0
Method Signatures

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) /IWBEP/IF_SB_ODV4_ARTIFACTS=>TY_T_ASSOCIATIONS 20130508

Method GET_ASSOCIATIONS on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method GET_ASSOCIATION_SETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSOCIATION_SETS Call by reference Type reference (TYPE) /IWBEP/IF_SB_ODV4_ARTIFACTS=>TY_T_ASSOCIATION_SETS 20130508

Method GET_ASSOCIATION_SETS on class /IWBEP/IF_SB_ODV4_ARTIFACTS 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_COMPLEX_TYPES Call by reference Type reference (TYPE) TY_T_COMPLEX_TYPES 20130417

Method GET_COMPLEX_TYPES on class /IWBEP/IF_SB_ODV4_ARTIFACTS 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) /IWBEP/IF_SB_ODV4_ARTIFACTS=>TY_T_ENTITY_SETS 20130508

Method GET_ENTITY_SETS on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method GET_ENTITY_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENTITY_TYPES Call by reference Type reference (TYPE) TY_T_ENTITIES 20130419

Method GET_ENTITY_TYPES on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method GET_ENUM_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENUM_TYPES Call by reference Type reference (TYPE) TY_T_ENUM_TYPES 20130417

Method GET_ENUM_TYPES on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method GET_FUNC_IMPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FUNC_IMPS Call by reference Type reference (TYPE) /IWBEP/IF_SB_ODV4_ARTIFACTS=>TY_T_FUNC_IMPS 20130508

Method GET_FUNC_IMPS on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HEADER Call by reference Type reference (TYPE) TY_S_HEADER 20130417

Method GET_HEADER on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method GET_TERMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TERMS Call by reference Type reference (TYPE) TY_T_TERMS 20130417

Method GET_TERMS on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method GET_TYPE_DEFINITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TYPE_DEFINITIONS Call by reference Type reference (TYPE) TY_T_TYPE_DEFS 20130417

Method GET_TYPE_DEFINITIONS on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method GET_USINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_USINGS Call by reference Type reference (TYPE) TY_T_USINGS 20130417

Method GET_USINGS on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method GET_VOCAB_ANNOTATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VOCAB_ANNOTATIONS Value transfer Type reference (TYPE) TY_T_VOCAB_ANNOT 20130423

Method GET_VOCAB_ANNOTATIONS on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method GET_VOCAB_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VOCAB_REF Value transfer Type reference (TYPE) TY_T_VOCAB_REF 20130426

Method GET_VOCAB_REF on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method SET_ASSOCIATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ASSOCIATIONS Call by reference Type reference (TYPE) /IWBEP/IF_SB_ODV4_ARTIFACTS=>TY_T_ASSOCIATIONS 20130508

Method SET_ASSOCIATIONS on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method SET_ASSOCIATION_SETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ASSOCIATION_SETS Call by reference Type reference (TYPE) /IWBEP/IF_SB_ODV4_ARTIFACTS=>TY_T_ASSOCIATION_SETS 20130508

Method SET_ASSOCIATION_SETS on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method SET_COMPLEX_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_COMPLEX_TYPES Call by reference Type reference (TYPE) TY_T_COMPLEX_TYPES 20130417

Method SET_COMPLEX_TYPES on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method SET_ENTITY_SETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ENTITY_SETS Call by reference Type reference (TYPE) /IWBEP/IF_SB_ODV4_ARTIFACTS=>TY_T_ENTITY_SETS 20130508

Method SET_ENTITY_SETS on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method SET_ENTITY_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ENTITY_TYPES Call by reference Type reference (TYPE) TY_T_ENTITIES 20130419

Method SET_ENTITY_TYPES on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method SET_ENUM_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ENUM_TYPES Call by reference Type reference (TYPE) TY_T_ENUM_TYPES 20130417

Method SET_ENUM_TYPES on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method SET_FUNC_IMPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FUNC_IMPS Call by reference Type reference (TYPE) /IWBEP/IF_SB_ODV4_ARTIFACTS=>TY_T_FUNC_IMPS 20130508

Method SET_FUNC_IMPS on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method SET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HEADER Call by reference Type reference (TYPE) TY_S_HEADER 20130417

Method SET_HEADER on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method SET_TERMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TERMS Call by reference Type reference (TYPE) TY_T_TERMS 20130417

Method SET_TERMS on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method SET_TYPE_DEFINITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TYPE_DEFS Call by reference Type reference (TYPE) TY_T_TYPE_DEFS 20130417

Method SET_TYPE_DEFINITIONS on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method SET_USINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_USINGS Call by reference Type reference (TYPE) TY_T_USINGS 20130417

Method SET_USINGS on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method SET_VOCAB_ANNOTATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VOCAB_ANNOTATIONS Call by reference Type reference (TYPE) TY_T_VOCAB_ANNOT 20130423

Method SET_VOCAB_ANNOTATIONS on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.

Method SET_VOCAB_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VOCAB_REF Call by reference Type reference (TYPE) TY_T_VOCAB_REF 20130426

Method SET_VOCAB_REF on class /IWBEP/IF_SB_ODV4_ARTIFACTS has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in