Lars Hvam

Results 1025 comments of Lars Hvam
trafficstars

another example, ```abap LOOP AT lt_filter_select_options INTO DATA(ls_filter_select_options). IF ls_filter_select_options-property EQ 'MATNR'. ... ENDIF. ENDLOOP. ```

similar to #434

http://docs.abapopenchecks.org/checks/64/ will report an error if the unit test does not cover anything in the class the test is part of Issue https://github.com/larshp/abapOpenChecks/issues/450 has been raised for implementing a check...

and recommended by extended check, ![image](https://user-images.githubusercontent.com/5888506/44568406-ed0f9100-a776-11e8-816e-57a78c1ad1c9.png)

story here, https://blogs.sap.com/2016/06/11/select-single-vs-select-up-to-1-rows/ See comment by Matthew, "If you use SELECT UP TO 1 ROWS with a partial key, and without ORDER BY, the result set is similarly undefined. In...

https://github.com/larshp/abapOpenChecks/blob/master/src/checks/zcl_aoc_check_61.clas.abap

SELF_CONTAINED SELF_CONTAINED_ALLOW_STANDARD NO_REFERENCES_IN NO_REFERENCES_OUT

branch https://github.com/larshp/abapOpenChecks/tree/fake

I excluded some from ZCX class

are you using sap gui on windows or java?