Hello Steve,
you can use a database hint in the abap query to force the optimizer to use your index as documented in SAP Note 832544 - FAQ: SAP MaxDB hints
%_HINTS ADABAS 'INDEXACCESS ("ZTABLEX~YOUR_INDEX")'
Regards,
Valerio
Hello Steve,
you can use a database hint in the abap query to force the optimizer to use your index as documented in SAP Note 832544 - FAQ: SAP MaxDB hints
%_HINTS ADABAS 'INDEXACCESS ("ZTABLEX~YOUR_INDEX")'
Regards,
Valerio