501 SAP Message of Class IW Object change ==> Order data might not be the same as default values











501(IW) - Object change ==> Order data might not be the same as default values

Message number 501 of class IW is used to display message "Object change ==> Order data might not be the same as default values" and can be triggered using the following ABAP code:

    MESSAGE W501(IW). "Warning message example
    MESSAGE I501(IW).
"Information message example
    MESSAGE E501(IW).
"Error message example
See here for more options


What causes this issue

You have changed the reference object of the
maintenance order. However, certain datain the maintenance order still refers to the original reference object.The following data is particularly affected:
Settlement ruleResponsible work centerAssignment data of order header (for example, WBSelement, business area)Partner dataIF &[SWITCH]EAM_SFWS_CC4_ORD_SERV_ADDR& = 'X'.
ELSE.The delivery address for external resources derived from the referenceobjectENDIF.

System Response

The system does not change this default data automatically.

How to fix

Check whether the data of the maintenance order also applies to the new
reference object and, if necessary, change it.
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!