SAP ABAP Class IF_WDW_DATA (Web Element Interface: Parameters and Data Sources)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_HTML_DATA_ELEMENT Access to Data of an HTML Island or HTML Container 20120321
Properties
Class IF_WDW_DATA  
Short Description Web Element Interface: Parameters and Data Sources    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20111129   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_WDW_DATA has no interface implemented.
Friends
Class IF_WDW_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 E_REPRESENTATION Constant Public See coding 20111130
Methods
# Method Level Visibility Method type Description Created on
1 ASSERT_DATA_SOURCE_EXISTS Instance method Public Method Not implemented 20111202
2 ASSERT_PARAMETER_EXISTS Instance method Public Method Not implemented 20111202
3 ELEMENT_COUNT Instance method Public Method Implemented in subclasses 20111129
4 GET Instance method Public Method 20111129
5 GET_DATA_SOURCE Instance method Public Method Not implemented 20111129
6 GET_DATA_SOURCE_NAMES Instance method Public Method 20111129
7 GET_INT Instance method Public Method 20111129
8 GET_NAMES Instance method Public Method 20111129
9 GET_STRING Instance method Public Method 20111129
10 HAS Instance method Public Method 20111129
11 HAS_DATA_SOURCE Instance method Public Method 20111129
12 HAS_VALIDATION_ERROR Instance method Public Method Not implemented 20111202
13 IS_CHANGEABLE Instance method Public Method Not implemented 20111129
14 RAISE_ERROR Instance method Public Method Not implemented 20111129
15 SET Instance method Public Method Not implemented 20111129
Events
Class IF_WDW_DATA has no event.
Types
Class IF_WDW_DATA has no local type.
Method Signatures

Method ASSERT_DATA_SOURCE_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ASSERT_IS_MULTIPLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Stellt sicher das die DataSource ein Multipler-Knoten ist 20111202
2 Importing NAME Call by reference Type reference (TYPE) STRING 20111202

Method ASSERT_DATA_SOURCE_EXISTS on class IF_WDW_DATA has no exception.

Method ASSERT_PARAMETER_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20111202
2 Importing TYPE Call by reference Type reference (TYPE) I -1 Optional: Typ des Parameters 20111202

Method ASSERT_PARAMETER_EXISTS on class IF_WDW_DATA has no exception.

Method ELEMENT_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COUNT Value transfer Type reference (TYPE) I 20111129

Method ELEMENT_COUNT on class IF_WDW_DATA has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFAULT_VALUE Call by reference Type reference (TYPE) ANY 20111202
2 Importing INDEX Call by reference Type reference (TYPE) I 1 20111129
3 Importing IS_OPTIONAL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20111202
4 Importing NAME Call by reference Type reference (TYPE) STRING 20111129
5 Importing REPRESENTATION Call by reference Type reference (TYPE) I E_REPRESENTATION-INTERNAL 20111130
6 Exporting VALUE Call by reference Type reference (TYPE) ANY 20111129

Method GET on class IF_WDW_DATA has no exception.

Method GET_DATA_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATA_SOURCE Value transfer Object reference (TYPE REF TO) IF_WDW_DATA Zugriff auf Daten eines Web-Elements 20111129
2 Importing INDEX Call by reference Type reference (TYPE) I 1 20111129
3 Importing NAME Call by reference Type reference (TYPE) STRING 20111129

Method GET_DATA_SOURCE on class IF_WDW_DATA has no exception.

Method GET_DATA_SOURCE_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAMES Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20111129

Method GET_DATA_SOURCE_NAMES on class IF_WDW_DATA has no exception.

Method GET_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 1 20111129
2 Importing NAME Call by reference Type reference (TYPE) STRING 20111129
3 Returning VALUE Value transfer Type reference (TYPE) I 20111129

Method GET_INT on class IF_WDW_DATA has no exception.

Method GET_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAMES Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20111129

Method GET_NAMES on class IF_WDW_DATA has no exception.

Method GET_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 1 20111129
2 Importing NAME Call by reference Type reference (TYPE) STRING 20111129
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20111129

Method GET_STRING on class IF_WDW_DATA has no exception.

Method HAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS Value transfer Type reference (TYPE) ABAP_BOOL 20111129
2 Importing NAME Call by reference Type reference (TYPE) STRING 20111129

Method HAS on class IF_WDW_DATA has no exception.

Method HAS_DATA_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS Value transfer Type reference (TYPE) ABAP_BOOL 20111129
2 Importing NAME Call by reference Type reference (TYPE) STRING 20111129

Method HAS_DATA_SOURCE on class IF_WDW_DATA has no exception.

Method HAS_VALIDATION_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20111202
2 Returning VALIDATION_ERROR Value transfer Type reference (TYPE) ABAP_BOOL 20111202

Method HAS_VALIDATION_ERROR on class IF_WDW_DATA has no exception.

Method IS_CHANGEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_CHANGEABLE Value transfer Type reference (TYPE) ABAP_BOOL 20111129
2 Importing NAME Call by reference Type reference (TYPE) STRING 20111129

Method IS_CHANGEABLE on class IF_WDW_DATA has no exception.

Method RAISE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE Call by reference Type reference (TYPE) STRING Fehlermeldung 20111129
2 Importing NAME Call by reference Type reference (TYPE) STRING Fehlerhafter Parameter 20111129

Method RAISE_ERROR on class IF_WDW_DATA has no exception.

Method SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 1 20111129
2 Importing NAME Call by reference Type reference (TYPE) STRING 20111129
3 Importing REPRESENTATION Call by reference Type reference (TYPE) I E_REPRESENTATION-INTERNAL 20111130
4 Importing VALUE Call by reference Type reference (TYPE) ANY 20111129

Method SET on class IF_WDW_DATA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in