082 SAP Message of Class AY &3: AuCs exist for company code &2











082(AY) - &3: AuCs exist for company code &2

Message number 082 of class AY is used to display message "&3: AuCs exist for company code &2" and can be triggered using the following ABAP code:

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

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

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

    MESSAGE I082(AY) WITH lv_val1. "Information message example
See here for more optionsay082



What causes this issue


Affected object: V3 .

The object is entered in company code V1 . However, assets under
construction have already been created for the object in company code V2 . This problem can occur, for example, if you change the company code in the object (also if you have overwritten the default from a reference object when creating the object).


System Response


Processing is not carried out.



How to fix


Change the company code from V1 back to V2 , or delete the assets
under construction in the old company code by calling up processing of assets under construction (Extras --> Asset under construction).
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!