larshp / ABAP-Swagger

Expose ABAP REST services with Swagger/openapi spec
MIT License
97 stars 40 forks source link

Support for missing mapping for INT2 and INT8 data types #71

Open sercankd opened 3 years ago

sercankd commented 3 years ago

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,

larshp commented 3 years ago

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