abapOpenChecks icon indicating copy to clipboard operation
abapOpenChecks copied to clipboard

Check 24 - Result: Output no longer works in new releases

Open MiLiCLN opened this issue 4 years ago • 0 comments

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. ATC_Navigation_S4

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

MiLiCLN avatar Apr 27 '21 09:04 MiLiCLN