SAP ABAP Class IF_WD_VALIDATION (Validation of Context Data)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_MESSAGE_MANAGER Message Manager 20030424
Properties
Class IF_WD_VALIDATION  
Short Description Validation of Context Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20030424   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_WD_VALIDATION has no interface implemented.
Friends
Class IF_WD_VALIDATION has no friend class.
Attributes
Class IF_WD_VALIDATION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_MESSAGES_FOR_ATTRIBUTE Instance method Public Method Gets All Message Strings for Context Attribute 20030702
2 GET_MESSAGES_FOR_CONTEXT Instance method Public Method Gets All Message Strings for Context 20030702
3 GET_MESSAGES_FOR_ELEMENT Instance method Public Method Gets All Message Strings for Context Element 20030702
4 GET_MESSAGES_FOR_NODE Instance method Public Method Gets All Message Strings for Context Node 20030702
5 GET_MESSAGE_FOR_MESSAGE_ID Instance method Public Method Gets message string for a message ID 20060621
6 GET_MESSAGE_IDS_FOR_ATTRIBUTE Instance method Public Method Returns the message IDs for an attribute 20060725
7 GET_MESSAGE_ID_FOR_ATTRIBUTE Instance method Public Method Returns the message ID for an attribute 20060626
8 IS_ATTRIBUTE_VALID Instance method Public Method Is Attribute Valid? 20030424
9 IS_CONTEXT_VALID Instance method Public Method Are All Nodes of this Context Valid? 20030424
10 IS_ELEMENT_VALID Instance method Public Method Are All Attributes of this Element Valid? 20030424
11 IS_NODE_VALID Instance method Public Method Are All Elements of this Node Valid? 20030424
12 SET_ATTRIBUTE_VALID Instance method Public Method Sets an Attribute to Valid 20030429
13 SET_CONTEXT_VALID Instance method Public Method Sets a Context to Valid 20030429
14 SET_ELEMENT_VALID Instance method Public Method Sets an Element to Valid 20030429
15 SET_NODE_VALID Instance method Public Method Sets a Node to Valid 20030429
Events
Class IF_WD_VALIDATION has no event.
Types
Class IF_WD_VALIDATION has no local type.
Method Signatures

Method GET_MESSAGES_FOR_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20030702
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20030702
3 Returning MESSAGES Value transfer Type reference (TYPE) STRING_TABLE 20030702

Method GET_MESSAGES_FOR_ATTRIBUTE on class IF_WD_VALIDATION has no exception.

Method GET_MESSAGES_FOR_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT 20030702
2 Returning MESSAGES Value transfer Type reference (TYPE) STRING_TABLE 20030702

Method GET_MESSAGES_FOR_CONTEXT on class IF_WD_VALIDATION has no exception.

Method GET_MESSAGES_FOR_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20030702
2 Returning MESSAGES Value transfer Type reference (TYPE) STRING_TABLE 20030702

Method GET_MESSAGES_FOR_ELEMENT on class IF_WD_VALIDATION has no exception.

Method GET_MESSAGES_FOR_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MESSAGES Value transfer Type reference (TYPE) STRING_TABLE 20030702
2 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20030702

Method GET_MESSAGES_FOR_NODE on class IF_WD_VALIDATION has no exception.

Method GET_MESSAGE_FOR_MESSAGE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MESSAGE Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20060621
2 Importing MSG_ID Call by reference Type reference (TYPE) STRING 20060621

Method GET_MESSAGE_FOR_MESSAGE_ID on class IF_WD_VALIDATION has no exception.

Method GET_MESSAGE_IDS_FOR_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20060725
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20060725
3 Returning MESSAGE_IDS Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20060725

Method GET_MESSAGE_IDS_FOR_ATTRIBUTE on class IF_WD_VALIDATION has no exception.

Method GET_MESSAGE_ID_FOR_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20060626
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20060626
3 Returning MSG_ID Value transfer Type reference (TYPE) STRING 20060626

Method GET_MESSAGE_ID_FOR_ATTRIBUTE on class IF_WD_VALIDATION has no exception.

Method IS_ATTRIBUTE_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING Attribut-Name 20030424
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Kontext-Element 20030424
3 Returning IS_VALID Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE: Attribut ist gültig 20030424

Method IS_ATTRIBUTE_VALID on class IF_WD_VALIDATION has no exception.

Method IS_CONTEXT_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT Kontext 20030424
2 Returning IS_VALID Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE: Kontext ist gültig 20030424

Method IS_CONTEXT_VALID on class IF_WD_VALIDATION has no exception.

Method IS_ELEMENT_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Kontext-Element 20030424
2 Returning IS_VALID Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE: Element ist gültig 20030424

Method IS_ELEMENT_VALID on class IF_WD_VALIDATION has no exception.

Method IS_NODE_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_VALID Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE: Knoten ist gültig 20030424
2 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Kontext-Knoten 20030424

Method IS_NODE_VALID on class IF_WD_VALIDATION has no exception.

Method SET_ATTRIBUTE_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING Attribut-Name 20030429
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Kontext-Element 20030429

Method SET_ATTRIBUTE_VALID on class IF_WD_VALIDATION has no exception.

Method SET_CONTEXT_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT Kontext 20030429

Method SET_CONTEXT_VALID on class IF_WD_VALIDATION has no exception.

Method SET_ELEMENT_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Kontext-Element 20030429

Method SET_ELEMENT_VALID on class IF_WD_VALIDATION has no exception.

Method SET_NODE_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Kontext-Knoten 20030429

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