REPORT ZNORESET. ************************************************************************ * This little program prevents certain users from being forced to change * password, whenever their old password expires. It is particularly * useful for dialog users, whose password has to remain the same, like * the internet users. The program also fixes a user, if the password has * already expired. It should be scheduled to run from batch every N days * (N less then login/password_expiration_time) ************************************************************************ TABLES: USR02. SELECT SINGLE * FROM USR02 WHERE BNAME = 'QQQ1'. USR02-BCDA1 = SY-DATUM. USR02-LTIME = '000001'. UPDATE USR02.