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 | Instance attribute | Private | Type reference (TYPE) | VEPTYPE | Virtual Interface: Struktur Typ | 20021002 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | VIFSTRUCFIELDTABLE | Tabelle auf Feldnamen einer Struktur | 20021002 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CXSLTDESC | Name of an XSLT Program | 20080414 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | VEPTYPE | Virtual Interface: Struktur Typ | 20021002 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | VEPTYPE | Virtual Interface: Struktur Typ | 20021002 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WS_MD_OBJECT_STATE | Web Services : Object | 20020913 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | VEPPARAMIDTAB | 20030904 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | TTY_FIELDS_RESOLVED | 20081028 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | 20050425 | ||||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WS_MD_VIF_STRUC_SHADOW_TYPE | 20031017 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | O2PAGELINE_TABLE | 20030904 | ||||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WS_MD_VIF_VERSION_STORE | Speicher für alte Version eines Virtuellen Interfaces | 20021114 |
Methods
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 | IR_FIELD_CL | Call by reference | Object reference (TYPE REF TO) | CL_WS_MD_VIF_FIELD | WS MD Field | 20081028 | |||
| 2 | IT_FIELDS | Call by reference | Type reference (TYPE) | VIFSTRUCFIELDTABLE | Table Using References to Fieldnames in a Structure | 20081028 | |||
| 3 | IT_FIELDS_RESOLVED | Call by reference | Type reference (TYPE) | TTY_FIELDS_RESOLVED | 20081028 | ||||
| 4 | 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 | ACTIVE | Call by reference | Type reference (TYPE) | VEPTYPE | Virtual Interface: Struktur Typ | 20020930 | |||
| 2 | INACTIVE | Call by reference | Type reference (TYPE) | VEPTYPE | Virtual Interface: Struktur Typ | 20020930 | |||
| 3 | MAIN_OBJ | Call by reference | Object reference (TYPE REF TO) | IF_WS_MD_OBJECT_STATE | Web Services : Object | 20020913 | |||
| 4 | NEW | Call by reference | Type reference (TYPE) | BOOLEAN | ' ' | boolsche Variable (X=true, -=false, space=unknown) | 20020912 | ||
| 5 | 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 | 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 | FIELD | Value transfer | Object reference (TYPE REF TO) | IF_WS_MD_VIF_FIELD | Web Services: Feld einer Struktur | 20031118 | |||
| 2 | FIELDPOS | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20031118 | |||
| 3 | FIELD_NAME | Call by reference | Type reference (TYPE) | VEPFIELDNAME | Unterfeld name eines Strukturierten Types | 20031118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Web Service Objekt existiert bereits. | 20031118 | ||
| 2 | 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 | CT_FIELDS_RESOLVED | Call by reference | Type reference (TYPE) | TTY_FIELDS_RESOLVED | 20081028 | ||||
| 2 | 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 | 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 | 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 | 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 | IR_FIELD | Call by reference | Object reference (TYPE REF TO) | CL_WS_MD_VIF_FIELD | WS MD Field | 20081028 | |||
| 2 | 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 | CT_FIELDS | Call by reference | Type reference (TYPE) | VIFSTRUCFIELDTABLE | Table of Field Names in Structure | 20081028 | |||
| 2 | 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 | PARAMETERIDS | Value transfer | Type reference (TYPE) | VEPPARAMIDTAB | 20030904 | ||||
| 2 | VERSION | Call by reference | Type reference (TYPE) | R3STATE | 20030904 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | VERSION | Call by reference | Type reference (TYPE) | R3STATE | 20050415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050523 |
Method GENERATE_ST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VERSION | Call by reference | Type reference (TYPE) | R3STATE | 20030904 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 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 | 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 | PARAMETER_IDS | Value transfer | Type reference (TYPE) | VEPPARAMIDTAB | Table Using VEPPARAMIDSTRUC | 20090225 | |||
| 2 | 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 |