You can overwrite emailid variable on client basis, for testing in non-productive environment.
if sy-mandt = '111'.
clear email_var.
email_var = 'abc@sap.com'.
endif.
You can overwrite emailid variable on client basis, for testing in non-productive environment.
if sy-mandt = '111'.
clear email_var.
email_var = 'abc@sap.com'.
endif.