SAP ABAP Interface IF_WD_VALIDATION (Validation of Context Data)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷
SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions

⤷

⤷

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
Interface | IF_WD_VALIDATION | |
Short Description | Validation of Context Data |
General Data
Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
Created | 20030424 | SAP |
Last changed | 20130531 | SAP |
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
Interface IF_WD_VALIDATION has no interface.
Friends
Interface IF_WD_VALIDATION has no friend.
Attributes
Interface IF_WD_VALIDATION has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Gets All Message Strings for Context Attribute | 20030702 |
2 | ![]() |
Instance method | Public | Method | Gets All Message Strings for Context | 20030702 |
3 | ![]() |
Instance method | Public | Method | Gets All Message Strings for Context Element | 20030702 |
4 | ![]() |
Instance method | Public | Method | Gets All Message Strings for Context Node | 20030702 |
5 | ![]() |
Instance method | Public | Method | Gets message string for a message ID | 20060621 |
6 | ![]() |
Instance method | Public | Method | Returns the message IDs for an attribute | 20060725 |
7 | ![]() |
Instance method | Public | Method | Returns the message ID for an attribute | 20060626 |
8 | ![]() |
Instance method | Public | Method | Is Attribute Valid? | 20030424 |
9 | ![]() |
Instance method | Public | Method | Are All Nodes of this Context Valid? | 20030424 |
10 | ![]() |
Instance method | Public | Method | Are All Attributes of this Element Valid? | 20030424 |
11 | ![]() |
Instance method | Public | Method | Are All Elements of this Node Valid? | 20030424 |
12 | ![]() |
Instance method | Public | Method | Sets an Attribute to Valid | 20030429 |
13 | ![]() |
Instance method | Public | Method | Sets a Context to Valid | 20030429 |
14 | ![]() |
Instance method | Public | Method | Sets an Element to Valid | 20030429 |
15 | ![]() |
Instance method | Public | Method | Sets a Node to Valid | 20030429 |
Events
Interface IF_WD_VALIDATION has no event.
Types
Interface 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 | ![]() |
ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20030702 | |||
2 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20030702 | |||
3 | ![]() |
MESSAGES | Value transfer | Type reference (TYPE) | STRING_TABLE | 20030702 |
Method GET_MESSAGES_FOR_ATTRIBUTE on Interface 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 | ![]() |
CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT | 20030702 | |||
2 | ![]() |
MESSAGES | Value transfer | Type reference (TYPE) | STRING_TABLE | 20030702 |
Method GET_MESSAGES_FOR_CONTEXT on Interface 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 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20030702 | |||
2 | ![]() |
MESSAGES | Value transfer | Type reference (TYPE) | STRING_TABLE | 20030702 |
Method GET_MESSAGES_FOR_ELEMENT on Interface 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 | ![]() |
MESSAGES | Value transfer | Type reference (TYPE) | STRING_TABLE | 20030702 | |||
2 | ![]() |
NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20030702 |
Method GET_MESSAGES_FOR_NODE on Interface 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 | ![]() |
MESSAGE | Value transfer | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20060621 | ||
2 | ![]() |
MSG_ID | Call by reference | Type reference (TYPE) | STRING | 20060621 |
Method GET_MESSAGE_FOR_MESSAGE_ID on Interface 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 | ![]() |
ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20060725 | |||
2 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20060725 | ||
3 | ![]() |
MESSAGE_IDS | Value transfer | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20060725 |
Method GET_MESSAGE_IDS_FOR_ATTRIBUTE on Interface 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 | ![]() |
ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20060626 | |||
2 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20060626 | ||
3 | ![]() |
MSG_ID | Value transfer | Type reference (TYPE) | STRING | 20060626 |
Method GET_MESSAGE_ID_FOR_ATTRIBUTE on Interface 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 | ![]() |
ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Attribut-Name | 20030424 | ||
2 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Kontext-Element | 20030424 | ||
3 | ![]() |
IS_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: Attribut ist gültig | 20030424 |
Method IS_ATTRIBUTE_VALID on Interface 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 | ![]() |
CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT | Kontext | 20030424 | ||
2 | ![]() |
IS_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: Kontext ist gültig | 20030424 |
Method IS_CONTEXT_VALID on Interface 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 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Kontext-Element | 20030424 | ||
2 | ![]() |
IS_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: Element ist gültig | 20030424 |
Method IS_ELEMENT_VALID on Interface 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 | ![]() |
IS_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: Knoten ist gültig | 20030424 | ||
2 | ![]() |
NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Kontext-Knoten | 20030424 |
Method IS_NODE_VALID on Interface 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 | ![]() |
ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Attribut-Name | 20030429 | ||
2 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Kontext-Element | 20030429 |
Method SET_ATTRIBUTE_VALID on Interface 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 | ![]() |
CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT | Kontext | 20030429 |
Method SET_CONTEXT_VALID on Interface 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 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Kontext-Element | 20030429 |
Method SET_ELEMENT_VALID on Interface 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 | ![]() |
NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Kontext-Knoten | 20030429 |
Method SET_NODE_VALID on Interface IF_WD_VALIDATION has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 640 |