Hello All,
ALV Output Display Issue..
I have an internal table, where the values are correctly populated as below,
in field catalog table also the values are same as displayed above.
But in ALV display,
For the Currency 'KRW' the NETPR value displayed is different.
I.e. in table = 1200.00
in ALV = 120,000.
is it due to the difference in data type of NETPR..in table it is p(6) dec(2), whereas in fieldcat table it is c(30).
Please help me out.