‎2006 Jan 31 10:59 AM
Dear ALL,
Could you tell me, how I can get the address data of the user by the user name logon.
Thanks a lot.
Igor
‎2006 Jan 31 11:01 AM
try FM
BAPI_USER_GET_DETAIL
(see the importing parameter ADDRESS)
Message was edited by: joseph fryda
‎2006 Jan 31 11:01 AM
try FM
BAPI_USER_GET_DETAIL
(see the importing parameter ADDRESS)
Message was edited by: joseph fryda
‎2006 Jan 31 11:05 AM
Hi Igor,
You can find the info int he table <b>USR03</b>.
See the sample code for the same.
SELECT * FROM USR03
INTO TABLE DT_USR03
WHERE BNAME = SY-UNAME.
Thanks&Regards,
Siri.
‎2006 Jan 31 11:07 AM
Hi,
you can use FM <b>BAPI_USER_GET_DETAIL</b>
or check in the table <b>USR03</b> for address data.
regards
vijay