abapOpenChecks icon indicating copy to clipboard operation
abapOpenChecks copied to clipboard

753 new methods for code pages

Open larshp opened this issue 7 years ago • 2 comments

https://help.sap.com/http.svc/rc/abapdocu_753_index_htm/7.53/en-US/abennews-753-others.htm#!ABAP_MODIFICATION_2@2@

larshp avatar Sep 24 '18 15:09 larshp

@larshp do you plan to add "profiles" like you have in abaplint, so these checks can be used with various ABAP versions?

filak-sap avatar Nov 12 '18 17:11 filak-sap

Its all configurable, eg. http://docs.abapopenchecks.org/img/53_conf.png

Plus it checks if something like "NEW" or "DATA()" works on the version before reporting to the user to use these constructs.

So probably not, abapOpenChecks can figure out itself if something is present/works on the current system.

However if the landscape has multiple different versions, we might need to add more configuration possibilities

larshp avatar Nov 12 '18 17:11 larshp