SAP Message SABP_KEY_REDUNDANCY003 - The components of &1 are an initial part of &2

Diagnosis
The table keys &V2& and &V1& are of the type NON-UNIQUE SORTED and thecomponents of &V1& are an initial part of &V2&. Check whether both keysare required.
Key &V2& has more components than &V1& and is thus more selective. Inthe case of all statements where &V1& is used, &V2& could also be used(exception: READ/DELETE # WITH TABLE KEY#, where all key components mustbe supplied exactly).
INCLUDE INCL_MIGRATION_SCENARIO
Check whether only one of the two keys is or could be used consistentlyand whether the other key could be removed.