SAP Message SABP_KEY_REDUNDANCY024 - Check whether both keys are necessary

Diagnosis
The unique table keys &V1& and &V2& have different types (SORTED andHASHED). The components of &V2& are a subset of &V1&. Check whether bothkeys are required.
INCLUDE INCL_MIGRATION_SCENARIO
If &V1& is a HASHED key, there is a genuine subset of its componentsthat is already unique. If &V1& is a SORTED key, there is a genuineinitial part that is already unique.
Remove the superfluous components from the key &V1&. The key is thenredundant to the key &V2&. Check whether only one of the two keys isused or whether only one key is needed and therefore the other can beremoved.