2007 Jan 30 12:47 PM
Hi all
I added a field on the screen which is from the database.Its data type is CURR.But the problem is it displaying the values as the left justified.When I observed the other fileds on the screen which are also from the database and data type as CURR their values are right justified.Will u please tell me the reason and how i can sort it out.Domain of other field is WERTV7.My field Domain is WERTV8_TR.
Thank you.
Regards
Giri.
2007 Jan 30 12:48 PM
can u check in attributes.
double click field attributes.
in the program tab -- there is something like
right justified. click it.
regds,
kiran
2007 Jan 30 12:48 PM
can u check in attributes.
double click field attributes.
in the program tab -- there is something like
right justified. click it.
regds,
kiran
2007 Jan 30 12:49 PM
Hi,
If it is in screens(SE51), double click that field, and the field attributes will come, there will be a option to put the field as right allighnement.
if that is in the output, then while displaying write it as
Write:/ field Right Justified.
Regards
Sudheer
2007 Jan 30 12:52 PM
whether ur displaying on screen as a field and have u put the field in SE51...then u need to go to the properties and set right-alignment....
if ur using this field to display in a report then before displaying use...
Write:/ itab-<field> Right Justified.