-
Notifications
You must be signed in to change notification settings - Fork 61
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
Refactoring ENUMs #171
Comments
Let's take the following example: abap-file-formats/file-formats/intf/type/zif_aff_intf_v1.intf.abap Lines 11 to 33 in b569b7b
I understand it the following way:
Do I miss anything? Wouldn't this be sufficient. If it is sufficient, most probably, specification has to be adapted to describe this behavior. |
ah, I did not remember, also see #61 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the original suggestion,
#92 (comment)
the ABAP code has access to both the internal and external values.
This is not the case right now, https://github.com/SAP/abap-file-formats/blob/main/file-formats/typesUsedForAll/zif_aff_types_v1.intf.abap#L9
I have not looked at how to do serialization to and from ABAP file formats yet, but expect this to give problems
The text was updated successfully, but these errors were encountered: