Application Development 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: 

Update the user log on details in a different system

former_member182337
Participant
0 Kudos

Hello,

I am working on a requirement where i need to pull records of users in other system from ECC. I found a FM 'SUSR_USERS_GET_FROM_REMOTE' which can retrieve the user details such as valid from , last log on in the other system. My requirement is to update the valid to of the user in the other system through my program. I could not find a FM which can do this task. Can some one help me to find a solution to update the user logon details in the other system from ECC?

Tnx,

Prem

1 ACCEPTED SOLUTION

Former Member
0 Kudos

BAPI_USER_CHANGE - Change user

Best,

Abhijith

2 REPLIES 2

former_member188827
Active Contributor
0 Kudos

check if  "BAPI_USER_GET_DETAIL" helps.

Regards

Former Member
0 Kudos

BAPI_USER_CHANGE - Change user

Best,

Abhijith