120 SAP Message of Class AY Not possible to delete AuC &2 &3. Please check.











120(AY) - Not possible to delete AuC &2 &3. Please check.

Message number 120 of class AY is used to display message "Not possible to delete AuC &2 &3. Please check." and can be triggered using the following ABAP code:

DATA: lv_val1(100) TYPE C.
lv_val1 = '123'.

    MESSAGE E120(AY) WITH lv_val1. "Error message example

    MESSAGE W120(AY) WITH lv_val1. "Warning message example

    MESSAGE I120(AY) WITH lv_val1. "Information message example
See here for more optionsay120



What causes this issue


You want to delete the asset under construction V2 V3 for a WBS
element/order in company code V1 . This deletion is not allowed by the system.


System Response






How to fix


Check the asset under construction using the asset master data
transaction or from the WBS element/order (via Details/Environment --> AuC). Probably the capitalization date of the asset under construction was set by accident. Take back the capitalization date, and carry out the deletion again.
Message text extract from SAP system. Copyright SAP SE.


Return to Message Class AY 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!