thanks all for reply,
but as per the requirement. in vbap-UMVKN. this field has
data type - dec.
no of character - 5
decimal places - 0
output length - 6
for example - as per the user requirement. in one of the screen i/p for conversion here , he wants to enter 1290.80 kg = 900 birds.
since, the field vbap-UMVKN will not allowing the value '1290.80' to be entered here.
so, as per the requirement user want to make it.
data type - dec
no of character - 7
decimal places -2
output length - 9
is there any solution to do this ?