Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

value alignment

Former Member
0 Kudos
120

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
72

can u check in attributes.

double click field attributes.

in the program tab -- there is something like

right justified. click it.

regds,

kiran

3 REPLIES 3

Former Member
0 Kudos
73

can u check in attributes.

double click field attributes.

in the program tab -- there is something like

right justified. click it.

regds,

kiran

Former Member
0 Kudos
72

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

Former Member
0 Kudos
72

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.