Hello ppl,
Is there any standard FM to validate the email address.
In my report program, I am allowing the user to enter the email address in the selection screen.
I want to validate this email address before sending a mail.
Declaration:
PARAMETERS: p_mailid TYPE recacommmailpar-smtp_addr. "Mail ID
I am calling the FM: SO_NEW_DOCUMENT_ATT_SEND_API1 to send the email to specified user.
Thanks,
Dawood.