Hi all,
we had an infoobject CHAR16 with ALPHA exit, after further analysis we realized that we had to save the field without without trailing zeros so what i've done was to modify the char deleting the ALPHA exit.
I test in DEV this change and the field was populating correctly in the datastore object, for example:
Before
3455 -> 0000000000003455
After
3455 -> 3455
Now i've transported this change in production but it doesn't seem to work, after reloading a chunk of data it's still applying the ALPHA conversion to the field: i've also checked the PSA and i've got the right value.
Any thoughts?
Thanks
Stefano