Entry xxxxx does not exist in xxxxx (check entry)

2.1k Views Asked by At

I am using REUSE_ALV_GRID_DISPLAY which has one editable field. Data changing through call transaction (IE02 - to modify 'Asset No.') is fine. Because this editable field, so user also can input value manually or by F4help.

My problem is that when trying to change or giving new value in this field and fire standard SAVE button it shows error :

Entry 000050000517 does not exist in ANLH (check entry). however this entry is already exists in ANLH table.

What is the suitable FM/BAPI for changing one field 'Asset No.' against Equipment. Please see the attached images:-

ABAP Screenshot

1

There are 1 best solutions below

5
On

If the domain value check for an editable field in an ALV Grid does not work as expected (for whatever reason), you can deactivate it in the field catalog, by providing the field LVC_S_FCAT-VALEXI in the field catalog with the value !. In this cases, no domain value check will be executed by the grid (this special value is hard coded in method FORMAL_FIELD_CHECK_DDIC of class CL_GUI_ALV_GRID).