079 SAP Message of Class AY &3: You cannot change company code &2











079(AY) - &3: You cannot change company code &2

Message number 079 of class AY is used to display message "&3: You cannot change company code &2" and can be triggered using the following ABAP code:

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

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

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

    MESSAGE I079(AY) WITH lv_val1. "Information message example
See here for more options


What causes this issue

Affected object: &V3& .
Assets under construction were already created for the object in
company code &V2&. You cannot delete these assets under construction(for example, because an asset was already posted). Therefore, youcannot change the company code.

System Response

Processing is not continued.

How to fix

Use company code &V2&.

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!