SAP ABAP Class CL_WS_MD_VIF_STRUC_TYPE (WS MD Structure Type)
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_VIF_TYPE WS MD Type 20020912
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WS_MD_VIF_STRUC_TYPE Web Services: Virtual Type - Structure 20020905
Properties
Class CL_WS_MD_VIF_STRUC_TYPE  
Short Description WS MD Structure Type    
Super Class CL_WS_MD_VIF_TYPE WS MD Type 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEWS   ES Tools: Service Interfaces 
Created 20020905   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WS_MD_VIF_STRUC_TYPE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_WS_MD_VIF_STRUC_TYPE Web Services: Virtual Type - Structure 20020905
Friends
# Friend Modeled only Created on Description
1 CL_WS_MD_VIF_STRUC_SHADOW_TYPE 20031017 Shadow Structure
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE Instance attribute Private Type reference (TYPE) VEPTYPE Virtual Interface: Struktur Typ 20021002
2 FIELDS Instance attribute Private Type reference (TYPE) VIFSTRUCFIELDTABLE Tabelle auf Feldnamen einer Struktur 20021002
3 GEN_ST Instance attribute Private Type reference (TYPE) CXSLTDESC Name of an XSLT Program 20080414
4 INACTIVE Instance attribute Private Type reference (TYPE) VEPTYPE Virtual Interface: Struktur Typ 20021002
5 KEY Instance attribute Private Type reference (TYPE) VEPTYPE Virtual Interface: Struktur Typ 20021002
6 MAIN_OBJ Instance attribute Private Object reference (TYPE REF TO) IF_WS_MD_OBJECT_STATE Web Services : Object 20020913
7 PARAMIDS Instance attribute Private Type reference (TYPE) VEPPARAMIDTAB 20030904
8 PT_FIELDS_RESOLVED Instance attribute Private Type reference (TYPE) TTY_FIELDS_RESOLVED 20081028
9 P_WSD_FIX_VAL_ON_TAB Instance attribute Private Type reference (TYPE) BOOLEAN 20050425
10 SHADOW Instance attribute Private Object reference (TYPE REF TO) CL_WS_MD_VIF_STRUC_SHADOW_TYPE 20031017
11 ST_SOURCE Instance attribute Private Type reference (TYPE) O2PAGELINE_TABLE 20030904
12 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 CONSISTENCY_CHECK Static method Public Method 20081028
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020912
3 CREATE_FIELD_ONLY Instance method Private Method 20031118
4 CREATE_SHADOW Instance method Public Method 20031017
5 DELETE_FIELDS_RESOLVED Instance method Private Method 20081028
6 DELETE_FIELD_ONLY Instance method Private Method 20031118
7 DELETE_ST Instance method Private Method 20030904
8 DELETE_VERSION_FIELDS_RESOLVED Instance method Private Method 20081028
9 FILL_FIELDS_RESOLVED Instance method Private Method 20081028
10 GENERATE_PARAMIDS Instance method Private Method 20030904
11 GENERATE_PARAMIDS_FROM_TAB Instance method Public Method 20050415
12 GENERATE_ST Instance method Private Method 20030904
13 GET_FIELDS_RESOLVED Instance method Public Method 20081028
14 GET_KEY Instance method Public Method 20050310
15 GET_PARENT_PARAMIDS Instance method Public Method returns parent paramIDs for given paramID 20090225
Events
Class CL_WS_MD_VIF_STRUC_TYPE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_FIELDS_RESOLVED Public See coding 20081028 tty_fields_resolved type STANDARD TABLE OF TY_FIELDS_RESOLVED
2 TY_FIELDS_RESOLVED Public See coding 20081028 begin of TY_FIELDS_RESOLVED, field_r type ref to CL_WS_MD_VIF_FIELD, has_a type boolean, has_i type boolean, has_key type boolean, fieldname_a type VEPFIELDNAME, fieldname_i type VEPFIELDNAME, fieldname_key type VEPFIELDNAME, active type vepstrutype, inactive type vepstrutype, key type vepstrutype, end of TY_FIELDS_RESOLVED
Method Signatures

Method CONSISTENCY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FIELD_CL Call by reference Object reference (TYPE REF TO) CL_WS_MD_VIF_FIELD WS MD Field 20081028
2 Importing IT_FIELDS Call by reference Type reference (TYPE) VIFSTRUCFIELDTABLE Table Using References to Fieldnames in a Structure 20081028
3 Importing IT_FIELDS_RESOLVED Call by reference Type reference (TYPE) TTY_FIELDS_RESOLVED 20081028
4 Importing I_CHECK_NO Call by reference Type reference (TYPE) NUM4 Four-digit number 20081028

Method CONSISTENCY_CHECK on class CL_WS_MD_VIF_STRUC_TYPE 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) VEPTYPE Virtual Interface: Struktur Typ 20020930
2 Importing INACTIVE Call by reference Type reference (TYPE) VEPTYPE Virtual Interface: Struktur Typ 20020930
3 Importing MAIN_OBJ Call by reference Object reference (TYPE REF TO) IF_WS_MD_OBJECT_STATE Web Services : Object 20020913
4 Importing NEW Call by reference Type reference (TYPE) BOOLEAN ' ' boolsche Variable (X=true, -=false, space=unknown) 20020912
5 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. 20021002

Method CREATE_FIELD_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FIELD Value transfer Object reference (TYPE REF TO) IF_WS_MD_VIF_FIELD Web Services: Feld einer Struktur 20031118
2 Importing FIELDPOS Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20031118
3 Importing FIELD_NAME Call by reference Type reference (TYPE) VEPFIELDNAME Unterfeld name eines Strukturierten Types 20031118
# Exception Resumable Description Created on
1 CX_WS_MD_CREATE_EXCEPTION Web Service Objekt existiert bereits. 20031118
2 CX_WS_MD_MOD_NOT_ALLOWED Web Service Objekt ist nicht gesperrt/neu 20031118

Method CREATE_SHADOW Signature

Method CREATE_SHADOW on class CL_WS_MD_VIF_STRUC_TYPE has no parameter.
Method CREATE_SHADOW on class CL_WS_MD_VIF_STRUC_TYPE has no exception.

Method DELETE_FIELDS_RESOLVED 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 20081028
2 Importing IR_FIELD Call by reference Object reference (TYPE REF TO) CL_WS_MD_VIF_FIELD Web Services: Field in Structure 20081028

Method DELETE_FIELDS_RESOLVED on class CL_WS_MD_VIF_STRUC_TYPE has no exception.

Method DELETE_FIELD_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELD Call by reference Object reference (TYPE REF TO) IF_WS_MD_VIF_FIELD Web Services: Feld einer Struktur 20031118
# Exception Resumable Description Created on
1 CX_WS_MD_MOD_NOT_ALLOWED Web Service Objekt ist nicht gesperrt/neu 20031118

Method DELETE_ST Signature

Method DELETE_ST on class CL_WS_MD_VIF_STRUC_TYPE has no parameter.
# Exception Resumable Description Created on
1 CX_WS_MD_CREATE_EXCEPTION Web Service Objekt existiert bereits. 20030904

Method DELETE_VERSION_FIELDS_RESOLVED 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) CL_WS_MD_VIF_FIELD 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_STRUC_TYPE 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) VIFSTRUCFIELDTABLE Table of Field Names in Structure 20081028
2 Importing IR_FIELD Call by reference Object reference (TYPE REF TO) CL_WS_MD_VIF_FIELD Web Services: Field in Structure 20081028

Method FILL_FIELDS_RESOLVED on class CL_WS_MD_VIF_STRUC_TYPE has no exception.

Method GENERATE_PARAMIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PARAMETERIDS Value transfer Type reference (TYPE) VEPPARAMIDTAB 20030904
2 Importing VERSION Call by reference Type reference (TYPE) R3STATE 20030904
# Exception Resumable Description Created on
1 CX_WS_MD_CREATE_EXCEPTION Web Service Objekt existiert bereits. 20030904

Method GENERATE_PARAMIDS_FROM_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VERSION Call by reference Type reference (TYPE) R3STATE 20050415
# Exception Resumable Description Created on
1 CX_WS_MD_CREATE_EXCEPTION 20050523

Method GENERATE_ST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VERSION Call by reference Type reference (TYPE) R3STATE 20030904
# Exception Resumable Description Created on
1 CX_WS_MD_CREATE_EXCEPTION Web Service Objekt existiert bereits. 20030904

Method GET_FIELDS_RESOLVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDS_RESOLVED Call by reference Type reference (TYPE) TTY_FIELDS_RESOLVED 20081028

Method GET_FIELDS_RESOLVED on class CL_WS_MD_VIF_STRUC_TYPE has no exception.

Method GET_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_KEY Value transfer Type reference (TYPE) VEPTYPE 20050310

Method GET_KEY on class CL_WS_MD_VIF_STRUC_TYPE has no exception.

Method GET_PARENT_PARAMIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PARAMETER_IDS Value transfer Type reference (TYPE) VEPPARAMIDTAB Table Using VEPPARAMIDSTRUC 20090225
2 Importing PARAM_ID Call by reference Type reference (TYPE) VEPFIXVALUEPARAMID Virtual Interface of Web Service : Field Position 20090225

Method GET_PARENT_PARAMIDS on class CL_WS_MD_VIF_STRUC_TYPE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 640