Hello -
I am using <htmlb:tableViewColumn> in <htmlb:tableView> to specify titles and columnName of the internal table.
Probelm i am getting here is :
One of the column type is material which is type of domain matnr ( character type ) . My leading zero's in material not getting rendered.
At the same time,another quantity field type NUMC getting leading zeros automatically.
I want to have leading zeros as it is in material and remove leading zeros in quantity field. any ideas?
Ex:Matnr(Char): 00613994560285 is rendering as 613994560285
and quantity(NUMC) - 1 rendering as 000001.
i want to render as it is .
Thanks
Hari