I have an UPDATE statement in ABAP which looks like :
UPDATE zicstt099 FROM TABLE lt_zicstt099
The Update is failing every time with sy-subrc eq 4.
The database Table ZICSTT099 has three primary keys : WEB_USER_ID & EMAIL_ID along with MANDT field.
I am trying to change the EMAIL_ID value but the same is not getting Updated.
Kindly help.