Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Email validation ? Where ?

Former Member
0 Likes
620

Hi Experts,

I want to validate an email entered on my screen. I created one email validation FM. Where can I use this function module ? I program is module pool program and it has sceens. I think it should be in CHAIN .... END CHAIN. Can I use in these ? If so how ? Any sample code would be appreciated.

Thank you,

Surya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
557

hi,

Chain.

field p_mail module validate.

endchain.

call that funcation modlule in validate module.

thanks

mahesh

3 REPLIES 3
Read only

Former Member
0 Likes
557

hi Surya,

Refer to this related thread

Regards,

Santosh

Read only

Former Member
0 Likes
558

hi,

Chain.

field p_mail module validate.

endchain.

call that funcation modlule in validate module.

thanks

mahesh

Read only

Former Member
0 Likes
557

Hi,

CHAIN
FIELD S_MAIL MODULE CHECK_EMAILID.  " This Module is for checking the Email ID
ENDCHAIN

Double click on the Module and write the logic inside the Module

Regards

Sudheer