cancel
Showing results for 
Search instead for 
Did you mean: 

Email Validation

Former Member
0 Kudos

Hi,

How to Validate the Email id in Webdynpro ABAP ?

Accepted Solutions (1)

Accepted Solutions (1)

gill367
Active Contributor
0 Kudos

HI

You can create a method in your web dynpro view or may be create an assistance class and create a method there

which accepts email string and one exporting parameter of type boolean or string for a message output.

then for the code part some general code is written in this link.

you can use the same.

[Validate EMAIL ID|http://wiki.sdn.sap.com/wiki/display/ABAP/ValidateEMAILIDwithouttouching+database]

thanks

sarbjeet

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You may to explain more about it. What you want to achieve here.

There is no API from Webdynpro ABAP to provide out of the box tservice for you. Remember that WebDynpro ABAP is used to build business UI. Ideally business logic should be separated from the presentation.

What ever you want to control should happen in the back-end like Function module,BAPI's ,ABAP classes.