Abap , kullanıcı adına göre bilgileri bulan fonksiyon
call function ‘SUSR_USER_ADDRESS_READ’
exporting
user_name = gv_pr_name
* READ_DB_DIRECTLY = ‘ ‘
* CACHE_RESULTS = ‘X’
importing
* USER_ADDRESS =
user_usr03 = gs_usr03
* EXCEPTIONS
* USER_ADDRESS_NOT_FOUND = 1
* OTHERS = 2
.
if sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
* WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
endif.
kaynak : https://sapnotlarim.wordpress.com/