Entering content frame

Background documentation IF_WD_VALIDATION Locate the document in its SAP Library structure

The interface IF_WD_VALIDATION provides access to various Web Dynpro validation services for context attributes.

·        Reads validation information

·        Sets validation information

Methods

IS_ATTRIBUTE_VALID

Checks whether an attribute is valid.

IS_NODE_VALID

Checks whether all elements of this node are valid.

IS_ELEMENT_VALID

Checks whether all attributes of this element are valid.

IS_CONTEXT_VALID

Checks whether all nodes of this context are valid.

SET_ATTRIBUTE_VALID

Sets an attribute to valid.

SET_NODE_VALID

Sets a node to valid.

SET_ELEMENT_VALID

Sets an element to valid.

SET_CONTEXT_VALID

Sets a context to valid.

GET_MESSAGES_FOR_CONTEXT

Fetches all messages strings for a context.

GET_MESSAGES_FOR_NODE

Fetches all message strings for a context node.

GET_MESSAGES_FOR_ELEMENT

Fetches all message strings for a context element.

GET_MESSAGES_FOR_ATTRIBUTE

Fetches all message strings for a context attribute.

 

 

Leaving content frame