*---------------------------------------------------------------------- * Program Name: Z_PASSWORD_HISTORY_REMOVER * Author : Michael Watson * Description : Removes the password history for a user. (so you can * change your password to a password you used before) *---------------------------------------------------------------------- REPORT Z_PASSWORD_HISTORY_REMOVER. PARAMETERS: p_name LIKE SY-UNAME. DELETE FROM USRPWDHISTORY WHERE BNAME = p_name.