SAP ABAP Class CL_WS_MD_VIF_FIELD_REFERENCE (WS MD Field)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WS-ABA (Application Component) Web Service Tools - ABAP
     SEWS (Package) ES Tools: Service Interfaces
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WS_MD_OBJECT WS MD Abstract Object 20020923
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WS_MD_OBJECT Web Services: Object 20020923
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WS_MD_VIF_FIELD_REFERENCE Web Services: Field Reference 20020923
Properties
Class CL_WS_MD_VIF_FIELD_REFERENCE  
Short Description WS MD Field    
Super Class CL_WS_MD_OBJECT WS MD Abstract Object 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEWS   ES Tools: Service Interfaces 
Created 20020923   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SEWS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WS_MD_OBJECT Web Services: Object 20020923
2 IF_WS_MD_VIF_FIELD_REFERENCE Web Services: Field Reference 20020923
Friends
Class CL_WS_MD_VIF_FIELD_REFERENCE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE Instance attribute Private Type reference (TYPE) VEPFIELDREF WS Virtual Interface: Feld Referenzen, Defaultvalues 20020930
2 FIELDPOS Instance attribute Private Type reference (TYPE) INT4 20031023
3 FIELDS Instance attribute Private Type reference (TYPE) VIFFIELDTABLE Web Services: Tabelle über Feldreferenzen 20020930
4 INACTIVE Instance attribute Private Type reference (TYPE) VEPFIELDREF WS Virtual Interface: Feld Referenzen, Defaultvalues 20020930
5 IS_DELETED_ACTIVE Instance attribute Private Type reference (TYPE) BOOLEAN 20031022
6 IS_DELETED_INACTIVE Instance attribute Private Type reference (TYPE) BOOLEAN 20031022
7 KEY Instance attribute Private Type reference (TYPE) VEPFIELDREF WS Virtual Interface: Feld Referenzen, Defaultvalues 20020930
8 MAIN_OBJ Instance attribute Private Object reference (TYPE REF TO) IF_WS_MD_OBJECT_STATE Web Services : Object 20020930
9 PARENT Instance attribute Private Object reference (TYPE REF TO) CL_WS_MD_VIF_FIELD_REFERENCE WS MD Feld 20020930
10 PT_FIELDS_RESOLVED Instance attribute Private Type reference (TYPE) TTY_FIELDS_RESOLVED 20081020
11 PT_VEPFIELDREF_ACTIVATED Static Attribute Private Type reference (TYPE) VEPFIELDREF_IT stores entries that were activated 20080923
12 P_WSD_FIX_VAL_ON_TAB Instance attribute Private Type reference (TYPE) BOOLEAN 20050425
13 TYPENAME_ACTIVE Instance attribute Private Type reference (TYPE) VEPTYPENAME 20031022
14 TYPENAME_INACTIVE Instance attribute Private Type reference (TYPE) VEPTYPENAME 20031022
15 VERSION_STORE Instance attribute Private Object reference (TYPE REF TO) CL_WS_MD_VIF_VERSION_STORE Speicher für alte Version eines Virtuellen Interfaces 20021114
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_REPAIR_VERS_CONSISTENCY Static method Public Method Method only to be used as 'after activation' 20081020
2 CLONE_A2I_NAME Instance method Public Method 20050419
3 CONSISTENCY_CHECK Static method Public Method 20081022
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020923
5 CREATE_SUB_FIELDS Instance method Private Method 20031023
6 CREATE_VERSION_FIELDS_RESOLVED Instance method Private Method 20081104
7 DELETE_FIELDS_RESOLVED Instance method Private Method 20081021
8 DELETE_SUB_FIELDS Instance method Private Method 20031023
9 DELETE_VERSION_FIELDS_RESOLVED Instance method Private Method 20081028
10 FILL_FIELDS_RESOLVED Instance method Private Method 20081020
11 FIND_SUB_TYPE_ACTIVE Instance method Private Method 20031112
12 FIND_SUB_TYPE_INACTIVE Instance method Private Method 20031112
13 GET_ACTIVE_VERSION Instance method Public Method 20080821
14 GET_INACTIVE_VERSION Instance method Public Method 20050408
15 GET_KEY Instance method Public Method 20081022
16 GET_PT_FIELDREF_ACTIVATED Static method Public Method 20080923
17 GET_SPA_GPA_WSD_DEBUG_FIELDREF Static method Public Method 20081022
18 GET_SPA_GPA_WSD_REP_FIELDREF Static method Public Method 20081022
19 GET_STRUC_ID Instance method Private Method 20020930
20 GET_USED_TYPES Instance method Public Method 20081029
21 INIT_PT_FIELDREF_ACTIVATED Static method Public Method 20080923
22 LOAD_CHILDS Instance method Protected Method 20020923
23 RECREATE_FIELD_REFERENCE Instance method Public Method recreates all field_references of the parameter 20050411
24 RECREATE_FIELD_REFERENCES Instance method Public Method recreates all field_references of the parameter 20031104
25 RECREATE_VALUES Static method Public Method Recreates values like default values from old_childs 20031105
26 SET_ACTIVE_VERSION Instance method Public Method 20080821
27 SET_INACTIVE_VERSION Instance method Public Method 20050421
28 SET_IS_DELETED Instance method Public Method 20031023
29 SET_PARENT Instance method Public Method 20050422
30 SET_TYPE Instance method Public Method 20031023
31 SET_VEPNAME_REC Instance method Public Method sets vepname to all subsequent field-references recursive .. 20081117
32 STORE_VALUES Static method Public Method Recreates values like default values from old_childs 20031106
Events
Class CL_WS_MD_VIF_FIELD_REFERENCE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_FIELDS_RESOLVED Public See coding 20081020 tty_fields_resolved type STANDARD TABLE OF TY_FIELDS_RESOLVED
2 TY_FIELDS_RESOLVED Public See coding 20081020 begin of TY_FIELDS_RESOLVED, fieldref type ref to CL_WS_MD_VIF_FIELD_REFERENCE, has_a type boolean, has_i type boolean, has_key type boolean, fieldname_a type VEPFIELDNAME, fieldname_i type VEPFIELDNAME, fieldname_key type VEPFIELDNAME, FIELDPOS type INT4, TYPENAME_ACTIVE type VEPTYPENAME, IS_DELETED_ACTIVE type boolean, TYPENAME_INACTIVE type VEPTYPENAME, IS_DELETED_INACTIVE type boolean, active type vepfieldref, inactive type vepfieldref, key type vepfieldref, end of TY_FIELDS_RESOLVED
Method Signatures

Method CHECK_REPAIR_VERS_CONSISTENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VEPFIELDREF_ACT_FIELDS Call by reference Type reference (TYPE) VEPFIELDREF_IT Internal Table, like DB Table 20081020
2 Importing IT_VEPFIELDREF_ACT_PARAM Call by reference Type reference (TYPE) VEPFIELDREF_IT Internal Table, like DB Table 20081020
3 Importing I_VEPNAME Call by reference Type reference (TYPE) VEPNAME Name of a Service Definition 20081020

Method CHECK_REPAIR_VERS_CONSISTENCY on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method CLONE_A2I_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD Call by reference Type reference (TYPE) VIFIELD Unterfeldname von strukturierten Typ 20050425
2 Importing I_ORGFIELD Call by reference Type reference (TYPE) BOOLEAN 20050425
3 Importing I_PRESERVE_DEFAULT_VALUE Call by reference Type reference (TYPE) BOOLEAN Boolsche Variable (X=true, -=false, Space=unknown) 20050419
4 Returning RR_CLONED_FIELDREF Value transfer Object reference (TYPE REF TO) IF_WS_MD_VIF_FIELD_REFERENCE Web Services: Feldreferenzen 20050419
# Exception Resumable Description Created on
1 CX_WS_MD_INTERNAL_ERROR 20050523

Method CONSISTENCY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDS_RESOLVED Call by reference Type reference (TYPE) TTY_FIELDS_RESOLVED 20081105
2 Importing IR_FIELDREF_CL Call by reference Object reference (TYPE REF TO) CL_WS_MD_VIF_FIELD_REFERENCE WS MD Field 20081022
3 Importing IT_FIELDS Call by reference Type reference (TYPE) VIFFIELDTABLE Table Using References to Fieldnames in a Structure 20081022
4 Importing I_CHECK_NO Call by reference Type reference (TYPE) NUM4 Four-digit number 20081022

Method CONSISTENCY_CHECK on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVE Call by reference Type reference (TYPE) VEPFIELDREF WS Virtual Interface: Feld Referenzen, Defaultvalues 20020927
2 Importing FIELDPOS Call by reference Type reference (TYPE) INT4 20031023
3 Importing INACTIVE Call by reference Type reference (TYPE) VEPFIELDREF WS Virtual Interface: Feld Referenzen, Defaultvalues 20020927
4 Importing IS_CLONED Call by reference Type reference (TYPE) BOOLEAN Boolsche Variable (X=true, -=false, Space=unknown) 20050419
5 Importing IS_DELETED_ACTIVE Call by reference Type reference (TYPE) BOOLEAN 20031021
6 Importing IS_DELETED_INACTIVE Call by reference Type reference (TYPE) BOOLEAN 20031021
7 Importing IT_FIELDS Call by reference Type reference (TYPE) VIFFIELDTABLE 20050419
8 Importing I_FIELD Call by reference Type reference (TYPE) VIFIELD Feld von Struktur für das Generieren von WSDL-/WS-Laufzeit 20050425
9 Importing I_ORGFIELD Call by reference Type reference (TYPE) BOOLEAN Boolsche Variable (X=true, -=false, Space=unknown) 20050425
10 Importing I_PRESERVE_DEFAULT_VALUES Call by reference Type reference (TYPE) BOOLEAN Boolsche Variable (X=true, -=false, Space=unknown) 20050425
11 Importing MAIN_OBJ Call by reference Object reference (TYPE REF TO) IF_WS_MD_OBJECT_STATE Web Services : Object 20020923
12 Importing NEW Call by reference Type reference (TYPE) CHAR1 ' ' Einstelliges Kennzeichen 20020923
13 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_WS_MD_VIF_FIELD_REFERENCE WS MD Feld 20020930
14 Importing TYPENAME_ACTIVE Call by reference Type reference (TYPE) VEPTYPENAME 20031021
15 Importing TYPENAME_INACTIVE Call by reference Type reference (TYPE) VEPTYPENAME 20031021
16 Importing VERSION_STORE Call by reference Object reference (TYPE REF TO) CL_WS_MD_VIF_VERSION_STORE Speicher für alte Version eines Virtuellen Interfaces 20021114
# Exception Resumable Description Created on
1 CX_WS_MD_CREATE_EXCEPTION Web Service Objekt existiert bereits. 20021001
2 CX_WS_MD_INTERNAL_ERROR 20050523
3 CX_WS_MD_MOD_NOT_ALLOWED Web Service Objekt ist nicht gesperrt/neu 20031023

Method CREATE_SUB_FIELDS Signature

Method CREATE_SUB_FIELDS on class CL_WS_MD_VIF_FIELD_REFERENCE has no parameter.
# Exception Resumable Description Created on
1 CX_WS_MD_CREATE_EXCEPTION Web Service Objekt existiert bereits. 20031023
2 CX_WS_MD_MOD_NOT_ALLOWED Web Service Objekt ist nicht gesperrt/neu 20031023

Method CREATE_VERSION_FIELDS_RESOLVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FIELDREF Call by reference Object reference (TYPE REF TO) CL_WS_MD_VIF_FIELD_REFERENCE WS MD Field 20081104
2 Importing I_VERSION Call by reference Type reference (TYPE) R3STATE ABAP: Program Status (Active, Saved, Transported...) 20081104

Method CREATE_VERSION_FIELDS_RESOLVED on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method DELETE_FIELDS_RESOLVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FIELDREF Call by reference Object reference (TYPE REF TO) CL_WS_MD_VIF_FIELD_REFERENCE WS MD Field 20081021

Method DELETE_FIELDS_RESOLVED on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method DELETE_SUB_FIELDS Signature

Method DELETE_SUB_FIELDS on class CL_WS_MD_VIF_FIELD_REFERENCE has no parameter.
# Exception Resumable Description Created on
1 CX_WS_MD_MOD_NOT_ALLOWED Web Service Objekt ist nicht gesperrt/neu 20031023

Method DELETE_VERSION_FIELDS_RESOLVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FIELDREF Call by reference Object reference (TYPE REF TO) CL_WS_MD_VIF_FIELD_REFERENCE WS MD Field 20081028
2 Importing I_VERSION Call by reference Type reference (TYPE) R3STATE ABAP: Program Status (Active, Saved, Transported...) 20081028

Method DELETE_VERSION_FIELDS_RESOLVED on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method FILL_FIELDS_RESOLVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDS Call by reference Type reference (TYPE) VIFFIELDTABLE Table Using References to Fieldnames in a Structure 20081021
2 Importing IR_FIELDREF Call by reference Object reference (TYPE REF TO) CL_WS_MD_VIF_FIELD_REFERENCE WS MD Field 20081020

Method FILL_FIELDS_RESOLVED on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method FIND_SUB_TYPE_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Call by reference Type reference (TYPE) VEPFIELDNAME 20031112
2 Changing FIELDPOS Call by reference Type reference (TYPE) INT4 20031112
3 Exporting IS_DELETED_ACTIVE Call by reference Type reference (TYPE) BOOLEAN 20031112
4 Exporting SUB_TYPE_NAME_ACTIVE Call by reference Type reference (TYPE) VEPTYPENAME 20031112

Method FIND_SUB_TYPE_ACTIVE on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method FIND_SUB_TYPE_INACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Call by reference Type reference (TYPE) VEPFIELDNAME 20031112
2 Changing FIELDPOS Call by reference Type reference (TYPE) INT4 20031112
3 Exporting IS_DELETED_INACTIVE Call by reference Type reference (TYPE) BOOLEAN 20031112
4 Exporting SUB_TYPE_NAME_INACTIVE Call by reference Type reference (TYPE) VEPTYPENAME 20031112

Method FIND_SUB_TYPE_INACTIVE on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method GET_ACTIVE_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ACTIVE Call by reference Type reference (TYPE) VEPFIELDREF 20080821

Method GET_ACTIVE_VERSION on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method GET_INACTIVE_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_INACTIVE Call by reference Type reference (TYPE) VEPFIELDREF 20050408

Method GET_INACTIVE_VERSION on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method GET_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_KEY Call by reference Type reference (TYPE) VEPFIELDREF WS Virtual Interface: Field References, Default Values 20081022

Method GET_KEY on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method GET_PT_FIELDREF_ACTIVATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VEPFIELDREF_ACTIVATED Value transfer Type reference (TYPE) VEPFIELDREF_IT Internal Table, like DB Table 20080923

Method GET_PT_FIELDREF_ACTIVATED on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method GET_SPA_GPA_WSD_DEBUG_FIELDREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_WSD_DEBUG_FIELDREF Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081022

Method GET_SPA_GPA_WSD_DEBUG_FIELDREF on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method GET_SPA_GPA_WSD_REP_FIELDREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_WSD_REP_FIELDREF Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081022

Method GET_SPA_GPA_WSD_REP_FIELDREF on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method GET_STRUC_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STRUC_ID Value transfer Type reference (TYPE) VEPFIELDREFID Künstlicher Schlüssel für rekursive Feld-Referenzbeziehung 20020930

Method GET_STRUC_ID on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method GET_USED_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TYPES_IN_PARAM Call by reference Type reference (TYPE) SEWS_T_TYPES_IN_PARAM Types used in Param/Function 20081029
2 Importing IRI_FIELDREF Call by reference Object reference (TYPE REF TO) IF_WS_MD_VIF_FIELD_REFERENCE Web Services: Field Reference 20081029
3 Importing IR_FUNC_CL Call by reference Object reference (TYPE REF TO) CL_WS_MD_VIF_FUNC WS MD Function 20081029
4 Importing IR_PARAM_CL Call by reference Object reference (TYPE REF TO) CL_WS_MD_VIF_PARAM WS MD Parameter(s) 20081029
5 Importing I_FUNCNAME Call by reference Type reference (TYPE) FUNCNAME Function name 20081029
6 Importing I_PARAMNAME Call by reference Type reference (TYPE) VEPPARAM Parameter Name in Physical Interface 20081029
7 Importing I_VERSION Call by reference Type reference (TYPE) R3STATE ABAP: Program Status (Active, Saved, Transported...) 20081030

Method GET_USED_TYPES on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method INIT_PT_FIELDREF_ACTIVATED Signature

Method INIT_PT_FIELDREF_ACTIVATED on class CL_WS_MD_VIF_FIELD_REFERENCE has no parameter.
Method INIT_PT_FIELDREF_ACTIVATED on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method LOAD_CHILDS Signature

Method LOAD_CHILDS on class CL_WS_MD_VIF_FIELD_REFERENCE has no parameter.
Method LOAD_CHILDS on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method RECREATE_FIELD_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FIELD Call by reference Object reference (TYPE REF TO) IF_WS_MD_VIF_FIELD 20050411
2 Importing I_ORGFIELD Call by reference Type reference (TYPE) BOOLEAN 20050421
3 Importing PRESERVE_DEFAULT_VALUES Call by reference Type reference (TYPE) BOOLEAN 'X' 20050411
# Exception Resumable Description Created on
1 CX_WS_MD_CREATE_EXCEPTION 20050411
2 CX_WS_MD_INTERNAL_ERROR 20050411
3 CX_WS_MD_MOD_NOT_ALLOWED 20050411

Method RECREATE_FIELD_REFERENCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PRESERVE_DEFAULT_VALUES Call by reference Type reference (TYPE) BOOLEAN 'X' boolsche Variable (X=true, -=false, space=unknown) 20031111
# Exception Resumable Description Created on
1 CX_WS_MD_CREATE_EXCEPTION Web Service Objekt existiert bereits. 20031104
2 CX_WS_MD_INTERNAL_ERROR Web Service Objekt interner Fehler 20031105
3 CX_WS_MD_MOD_NOT_ALLOWED Web Service Objekt ist nicht gesperrt/neu 20031104

Method RECREATE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing FIELD_REFERENCES_SORTED Call by reference Type reference (TYPE) VIFFIELDTABLE Tabelle über Referenzen auf Feldnamen einer Struktur 20031106
2 Importing VALUE_TREE_SORTED Call by reference Type reference (TYPE) VIFFIELDVALUESHELPTABLE Tabelle über Referenzen auf Feldnamen einer Struktur 20031106
# Exception Resumable Description Created on
1 CX_WS_MD_INTERNAL_ERROR Web Service Objekt interner Fehler 20031105
2 CX_WS_MD_MOD_NOT_ALLOWED Web Service Objekt ist nicht gesperrt/neu 20031105

Method SET_ACTIVE_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACTIVE Call by reference Type reference (TYPE) VEPFIELDREF 20080821

Method SET_ACTIVE_VERSION on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method SET_INACTIVE_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INACTIVE Call by reference Type reference (TYPE) VEPFIELDREF 20050421

Method SET_INACTIVE_VERSION on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method SET_IS_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DELETED Call by reference Type reference (TYPE) BOOLEAN 20031023

Method SET_IS_DELETED on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method SET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) CL_WS_MD_VIF_FIELD_REFERENCE 20050422

Method SET_PARENT on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method SET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DELETED Call by reference Type reference (TYPE) BOOLEAN 20031023
2 Importing TYPENAME Call by reference Type reference (TYPE) VEPTYPENAME 20031023
# Exception Resumable Description Created on
1 CX_WS_MD_CREATE_EXCEPTION Web Service Objekt existiert bereits. 20031023
2 CX_WS_MD_MOD_NOT_ALLOWED Web Service Objekt ist nicht gesperrt/neu 20031023

Method SET_VEPNAME_REC 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) VEPNAME Name of a Service Definition 20081117
2 Importing MAIN_OBJ Call by reference Object reference (TYPE REF TO) IF_WS_MD_OBJECT_STATE Web Services: Object 20081118
3 Importing VERSION Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20081117

Method SET_VEPNAME_REC on class CL_WS_MD_VIF_FIELD_REFERENCE has no exception.

Method STORE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELD_REFERENCES_SORTED Call by reference Type reference (TYPE) VIFFIELDTABLE Tabelle über Referenzen auf Feldnamen einer Struktur 20031106
2 Exporting VALUE_TREE_SORTED Call by reference Type reference (TYPE) VIFFIELDVALUESHELPTABLE Tabelle über Referenzen auf Feldnamen einer Struktur 20031106
# Exception Resumable Description Created on
1 CX_WS_MD_INTERNAL_ERROR Web Service Objekt interner Fehler 20031106
History
Last changed by/on SAP  20130531 
SAP Release Created in 640