Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

sercankd
Copy link

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 and others added 4 commits March 11, 2021 14:48
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.
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
@larshp
Copy link
Owner

larshp commented Mar 23, 2021

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


constants TYPEKIND_INT8 type ABAP_TYPEKIND value '8' ##NO_TEXT.

class-methods GET_TYPEDESCR
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation problem, expected 4 spaces

Suggest following fix,

Suggested change
class-methods GET_TYPEDESCR
class-methods GET_TYPEDESCR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants