cancel
Showing results for 
Search instead for 
Did you mean: 

Email Adderss Validation

Former Member
0 Kudos

Hi Friends,

Is there any concept of regular Expressions to validate E-Mail Addresses in Abap or Any Function Module Available to do this. Should we write our own Code to validate Email Address ???

Regards,

Gowtham K.

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

You may have a look at

Yours,

Johannes

former_member188685
Active Contributor
0 Kudos

hi,

Check this FM <b>SX_INTERNET_ADDRESS_TO_NORMAL</b>

this will work for you.

Regards

vijay

Former Member
0 Kudos

hi..

i think the following thread will help u...

just go thru it...

regards,

Ananaya.S

eddy_declercq
Active Contributor
0 Kudos

Hi,

Pls don't forget to reward points and close the question if you find the answers useful.

Eddy

eddy_declercq
Active Contributor
0 Kudos

Hi,

Regular expression will be available in the ABAP stack og NW 2004s

Eddy

Former Member
0 Kudos

Hi,

Check this FM- SX_INTERNET_ADDRESS_TO_NORMAL which validates the email address. But you can not use the regular expression in this FM.

NB :pls reward the points, if it is helpful to you.

Best Regards,

Vijay

Former Member
0 Kudos

Hi Gowtham K.,

You may try the <a href="http://www.download.com/Advanced-Email-Verifier/3000-2381_4-9658481.html?tag=lst-0-1">Advanced Email Verifier</a> instead of typing ABAP code.

I hope it helps. Best regards,

Alvaro

Former Member
0 Kudos

Hi,

I think you will have to write your own code to validate the Email addresses.

As far as I know there isnt any std function module.

Regards,

Shashank

Former Member
0 Kudos

hi,

Use the data element AD_SMTPADR to define your field, I can't guarantee that this will force validation but see what happens.

Regards

VJ