2011 Apr 18 8:54 AM
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.
2011 Apr 18 9:08 AM
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