Diagnosis Your list contains amounts in currencies that have less than twodecimal places after the period. Amounts such as these must bemultiplied by either 10 or 100 during some interactive functions, sothat these functions receive data in the correct format. You have tried to execute one of these functions. However, one of theamounts in the list is so large that multiplication by 10 or 100 leadsto overflow. Because of this, the function cannot be executed. Procedure If you need to execute the function with the current data, you have tochange the definitions of both the query and the functional area. Formore information, see OSS note 0106370. |