2010 Jul 20 9:09 AM
Hi team,
I have a variable (string) of type character which is left aligned and I want to display it as right aligned in the ALV display.
Please tell me, how to do it.
Its a report programming.
Thanks and regards,
Sameep
2010 Jul 20 9:16 AM
Hi,
Build your fieldcat of require column:
gs_fieldcat-just = 'R'. "right alignment
hope that help,
Thien
hi,
you can use the field JUST of the fieldcatalog.
that should solve your problem.
2010 Jul 20 9:16 AM
Hi,
Build your fieldcat of require column:
gs_fieldcat-just = 'R'. "right alignment
hope that help,
Thien
2010 Jul 20 9:20 AM
2010 Jul 20 9:18 AM
hi,
you can use the field JUST of the fieldcatalog.
that should solve your problem.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |