‎2007 Feb 22 7:00 AM
Friends,
Can any one reply me,i did not get any solution till now...
In my Editable ALV Report i have a field which is of type (data element) TB_PYIELD ( u can check data elemet TB_PYIELD in SE11)
Data Type DEC
No. Characters 15
Decimal Places 6
Output Length 18
in my ALV out put if i enter 100 in field it is taking as 0.000100
and if i am entering 100000000 in field it is taking as 100.000000
means it is moving into decimals...
but if we enter 100 it has to take/keep it as 100/100.000000 na !!!
please give me the solution...
i will rewad with points..
Ramesh.
‎2007 Feb 22 7:01 AM
‎2007 Feb 22 7:01 AM
‎2007 Feb 22 7:11 AM
Hi,,
When you enter the data into that field, move it to a Charecter field and assign the correct value then move back to the original field, This is quite comman for Currency fields, If the chrecter field also doing the same thing then multiply with 10000 and move back to the original field
Regards
Sudheer