cancel
Showing results for 
Search instead for 
Did you mean: 

validations

Former Member
0 Kudos

hi,,

we will develop development components in webdynpro...in a project...

after developing these DCs is it compulsory to do validations.... if it is compulsory to do validations, what type of validations can we do...

thanks & regards

vijaya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi vijaya,

For client side validation we will use message pooling concepts where u can create message type as text,warning, error, standard ... if u want to use this method u can get the sample code from SDN ...

For simple validation Instead of this method we can set the date type for input fields, for example if you set the data type as DATE in the Input field we can not enter the string format..

While creating event handler method for an Action we have a option as without validation u should uncheck the check box to activate the Generic validation service it will handle the basic validation service.

these kind of validation we will follow this method..

Regards,

Sathya Moorthi K S

null

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Go though the tutorial to understand how to use Messages for error support

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/837d9290-0201-0010-1381-e633fe17cb14">Validation</a>

Former Member
0 Kudos
sridhar_k2
Active Contributor
0 Kudos

Hello Vijaya,

Your question is not clear.

If your requirement is to validate Web Dynpro Application.

Client Side Validations (Java Script) wont work with Web Dynpro. You can use Dictionary - Simple Type to validate Web Dynpro Controls .

http://help.sap.com/saphelp_nw70/helpdata/en/69/f9bc3d52f39d33e10000000a11405a/frameset.htm

Check information about DC's

http://help.sap.com/saphelp_nw70/helpdata/en/71/0369404c65587ee10000000a155106/frameset.htm

Regards,

Sridhar