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

Conversion to internal format incomplete. #1163

Open
vkostas opened this issue Nov 27, 2023 · 1 comment
Open

Conversion to internal format incomplete. #1163

vkostas opened this issue Nov 27, 2023 · 1 comment

Comments

@vkostas
Copy link

vkostas commented Nov 27, 2023

Hello,
Fields falling on the conversion-exit other than ALPHA are not converted. E.g. Unit of Measure are not converted.
Case sensitive flag is ignored. Such fields are automatically converted to upper case in SAP, unlike abap2xlsx.
Field length is ignored (Excel cell does not fit in internal field).

I have built a generic method (wrapper of standard FM RS_CONV_EX_2_IN_NO_DD) which supports literally every elementary ABAP type.
How would it best work to have this conversion in abap2xlsx and reuse it at the same time?

@sandraros
Copy link
Collaborator

Please provide the minimum program in order to reproduce the case (possibly an Excel file if your program reads a file). I think that the conversion exits need to be completely reviewed, it's done from time to time, sometimes incomplete, and we must be careful to not change the behavior in case some clients prefer getting the internal value.

I guess it's best to discuss it, and you can then propose a pull request.

Thank you.

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

No branches or pull requests

2 participants