简体   繁体   中英

Entry xxxxx does not exist in xxxxx (check entry)

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 截图

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 ).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM