larshp / upDOWNci

Upload and download SAP Code Inspector variants in XML format - ABAP
MIT License
26 stars 13 forks source link

Short Dump Downloading Variant #17

Closed habrahams closed 4 years ago

habrahams commented 4 years ago

Hi, I get short dump when downloading a test variant in test mode. (Note quite sure if it is because of the fact that I changed some of the check's priority from Warning to Error). This is the first time that I'm trying to download a check variant. image image

SAP_BASIS 750 0006 SAPK-75006INSAPBASIS SAP Basis Component

larshp commented 4 years ago

what is the value of iv_class ? the upload download is quite a hack, and some classes are special, so try excluding it if possible

habrahams commented 4 years ago

Class is..... ZCL_AOC_CHECK_100 (CHECK_100 - Downport, no new syntax (prior to ABAP 7.40))

larshp commented 4 years ago

okay, cool, then we can change ZCL_AOC_CHECK_100 so it works with the upload download, but requires some debugging

habrahams commented 4 years ago

If I get a chance a bit later I'll debug and get back to you if I find something.....

larshp commented 4 years ago

I'm fixing it

larshp commented 4 years ago

try again,

https://github.com/larshp/upDOWNci/commit/cd6b063d4c415dd94bc3c3ec12fd71f9de02501a

https://github.com/larshp/abapOpenChecks/commit/5217eacbaa95f003e442ce71c59dc03155a171b0

habrahams commented 4 years ago

Thanks Lars, the issue is resolved.