052 SAP Message of Class AY Field & not found - field cannot be modified











052(AY) - Field & not found - field cannot be modified

Message number 052 of class AY is used to display message "Field & not found - field cannot be modified" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

The field &V1& is not defined for the modification of the field group.

System Response

No field group modification is carried out.

How to fix

Field &V1& is not in the system table T082F. Field group table is
&V2&.Since this is a program control, notify your System Specialist.
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!