Hello,
We use a script to block users the weekends less those necessary for the business, If I want to see the log of the users in the table ush02 or in the transaction S_BCE_68001439, suim...etc Only shows the information of the users blocked across the transactions EWZ5 and SU10 does not show the information of the users blocked and unblocked by the script, Then the information is not real.
Is not never log in SAP that shows the block and unlocks the users across scripts?
SCRIPT
update usr02 set uflag ='64' where mandt='010' and bname not in <users>
Regards