Hi
im working to update table on the DB and for instance i check the value from <ls_obt>
when the specific DB records is exactly the same and after the update is done i get sy-subrc = 0 and sy-dbcnt = 1. but the records is the same way the update process is done?
this is the regular behavior ?
there is a way to do update just if the recodes is different?
UPDATE (lt_table) FROM <ls_obt> .
Br
Nina