Hi,
I want to make cell alignment in ALV.
I could able to do left and center alignment but not right alignment.
How to do the right alignment??
I'm using the below code:
data lr_salv_column type ref to cl_salv_wd_column.
lr_salv_column->SET_H_ALIGN( value = 1 ). "0 - right/ 1- center
Thankx,
Suba