Code: Alles auswählen.
/: PERFORM USER_INFO IN PROGRAM Z_USER_INFO.
Code: Alles auswählen.
CALL FUNCTION 'FTR_CORR_CHECK_EMAIL_SAP_USER'
EXPORTING
i_user = le_user
IMPORTING
e_email_address = adr_mail
EXCEPTIONS
mail_address = 1
determination_error = 2
OTHERS = 3.