556 SAP Message of Class IW System: field overflow during duration calculation











556(IW) - System: field overflow during duration calculation

Message number 556 of class IW is used to display message "System: field overflow during duration calculation" and can be triggered using the following ABAP code:

    MESSAGE W556(IW). "Warning message example
    MESSAGE I556(IW).
"Information message example
    MESSAGE E556(IW).
"Error message example
See here for more options


What causes this issue

You entered a number in the field Work that is greater than
9999, and want the system to calculate theduration.

System Response

The system issues a warning that the calculation would lead to a field
overflow, and does not carry out the calculation.

How to fix

Divide the operation, so that the calculation gives you a result
smaller than 10000.
Message text extract from SAP system. Copyright SAP SE.


Return to Message Class IW main page



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!