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

Delta import for SAP users

Former Member
0 Kudos
303

Hi All,

Let me fir explain the requirement

My requirement is that i have to make a function module which returns the list of users that are added, modified and deleted after the specified time stamp.

i got the table USRSTAMP which hold the Time Stamp for all Changes to the User. Using this i am able to get the list. but this table does not contain which opertaion has occured was the user changed,added or deleted.

For this i am using table USR02 which provide me with creation date of the user.

if there is no creation date - deleted user

if creation date is before the time stamp - modified user.

if creation date is after the time stamp - new added user.

Question:-

The table USR02 does not contain creation time.

Suppose i am searching for the list of users added, modified and deleted after 15th april 2011 , 09:30 AM.

if there is a user which is added on 15th april at 9:00 AM . after that it is modified on the same date at 10:00 AM.

so in this case how i can check the operation which was held for that user. as i could not find creation time in any.

Hope my question is clear.

1 REPLY 1
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Kudos
211

Hello,

i could not find creation time in any

I think the creation info is stored in Change Documents!

You can leverage the standard report RSUSR100 (trxn. S_BCE_68001439) to achieve your requirement. The user creation date is logged in the ALV output.

BR,

Suhas