Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User data by user logon

Former Member
0 Likes
449

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
426

try FM

BAPI_USER_GET_DETAIL

(see the importing parameter ADDRESS)

Message was edited by: joseph fryda

3 REPLIES 3
Read only

Former Member
0 Likes
427

try FM

BAPI_USER_GET_DETAIL

(see the importing parameter ADDRESS)

Message was edited by: joseph fryda

Read only

Former Member
0 Likes
426

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.

Read only

Former Member
0 Likes
426

Hi,

you can use FM <b>BAPI_USER_GET_DETAIL</b>

or check in the table <b>USR03</b> for address data.

regards

vijay