SAP Message SABP_KEY_REDUNDANCY004 - Check whether both keys are necessary

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 key &V1& is used, &V2& could be usedinstead (exception: READ/DELETE # WITH TABLE KEY#, where all keycomponents must be 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.