2007 Jul 23 4:22 PM
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
2007 Jul 23 4:26 PM
hi,
Chain.
field p_mail module validate.
endchain.
call that funcation modlule in validate module.
thanks
mahesh
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
2007 Jul 23 4:25 PM
2007 Jul 23 4:26 PM
hi,
Chain.
field p_mail module validate.
endchain.
call that funcation modlule in validate module.
thanks
mahesh
2007 Jul 23 4:26 PM
Hi,
CHAIN
FIELD S_MAIL MODULE CHECK_EMAILID. " This Module is for checking the Email ID
ENDCHAINDouble click on the Module and write the logic inside the Module
Regards
Sudheer
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |