093 SAP Message of Class AY &2: There are too many AuCs











093(AY) - &2: There are too many AuCs

Message number 093 of class AY is used to display message "&2: There are too many AuCs" and can be triggered using the following ABAP code:

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

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

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

    MESSAGE I093(AY) WITH lv_val1. "Information message example
See here for more optionsay093



What causes this issue


Object concerned: V2 .

There are two possible reasons for the error: either the indicator
'AuC per origin structure and origin assignment' is not set in investment profile V1 for the object; or there is no origin structure entered in the object.
In both cases, there should be exactly one asset under construction for
the object. However, several assets under construction exist.


System Response


You can cancel or continue the processing of assets under construction.
If you continue, all the existing assets under construction for the object will be deleted, and if necessary, created again.
The object cannot be saved in its current state!

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!