‎2013 Sep 18 2:16 PM
Hi,
is it possiple to save data right justifyed in a table flied type int4?
if you say yes than please explain me how, if no...why not?
I tryed severel things function modules and shift varx right, but nothing worked.
please help me.
kind regards
tk
‎2013 Sep 18 3:46 PM
Justification of any kind is irrelevant to numeric types like integer or floating point. Justification is a text concept.
In any case, why should you want data stored in a justified way? It's only a matter of interest when the data is displayed to the user. Surely it doesn't matter for storage.
‎2013 Sep 20 8:58 AM
Hello thank you for your fast answer.
This Data is shwon for the User in a Searchhelp (WebDynpro Application), so it would be nice to show all numers on the right...(justified).
kind regards
tobias kübler
‎2013 Sep 20 9:14 AM
‎2013 Sep 20 9:55 AM
i need a number format for my counter so string/char ist not possiple...it is strange that this simple thing is not possiple in abap...omg
‎2013 Sep 20 10:45 AM
You display the number formatted, but handle it as a number in the backend. I really don't see the problem, I'm afraid.