abapOpenChecks
abapOpenChecks copied to clipboard
Check 24 - Result: Output no longer works in new releases
Custom output of identical code blocks no longer works in new releases.
CL_CI_RESULT_ROOT has new methods.
For navigation the new method "GET_WB_NAVIGATION_OF_FINDING" is called, which returns navigation parameters.
Only if nothing is returned from "GET_WB_NAVIGATION_OF_FINDING", the old own method "NAVIGATE" is called as fallback.

Possible solution:
Redefine method "GET_WB_NAVIGATION_OF_FINDING" and return nothing ;-)
