Goran Back

Results 9 comments of Goran Back

https://opensource.guide/how-to-contribute/#opening-a-pull-request - fork project - create branch for changes - commit and push your changes to that branch - open a pull request, reference the issue number in the PR

Looks like there are no proper annotations, people would have to look at the build details: ![image](https://user-images.githubusercontent.com/27279305/68090427-ee0c7a00-fe73-11e9-8ef0-30e3429a8c6d.png) See example PR: https://github.com/g-back/abapOpenChecks/pull/2 I've looked at alternatives, but couldn't find anything with...

Prototype for syntax check/Inspection (syntax check is technically an inspection too), on success: ![image](https://user-images.githubusercontent.com/27279305/68390460-a46aaa80-0165-11ea-9b3d-da25e8113ea5.png) Would this be all right like this? In the case of an inspection with findings: where...

I think this is a bit of a "urban legend", no? Personally I have never noticed any performance issues, there's even a [blog ](https://blogs.sap.com/2012/12/10/why-into-corresponding-is-much-better-than-its-reputation/) testing this out. Ultimately, there seems...

Should probably also add a try-catch block the example that when using `WITH AUTHORITY-CHECK` you should catch `cx_sy_authorization_error`, otherwise the program dumps

```abap SELECT * FROM bkpf UP TO 1 ROWS INTO TABLE @DATA(bkpf_tab) ORDER BY bukrs belnr gjahr DESCENDING ```

Out of curiousity I did a local check to see what kind of statements need to be changed for 740sp02, it's mostly "quality of life" stuff: - inline data -...

Personally I used abaplint-sci [client](https://github.com/abaplint/abaplint-sci-client) and [server ](https://github.com/abaplint/abaplint-sci-server) - but that is a bit more involved to set up than what Lars suggested.

Could you create a repo for STYL?