ABAP-Swagger icon indicating copy to clipboard operation
ABAP-Swagger copied to clipboard

Support for missing mapping for INT2 and INT8 data types

Open sercankd opened this issue 4 years ago • 1 comments
trafficstars

Added INT2 and INT8 mapping to MAP_ELEMENT method of ZCL_SWAG_MAP_TYPE class to prevent short dumps. INT8 does not exists before ABAP version 7.50 so added it as a public constant to current class as hard coded value.

Reference to issue #69

Best regards,

sercankd avatar Mar 11 '21 11:03 sercankd

@sercankd thanks for the PR, can you help to pretty print the full class source code? Keywords upper case

larshp avatar Mar 23 '21 15:03 larshp