Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Strange table update. Works only once per account.

Former Member
0 Kudos

I'm trying to debug userexit, that fixes only one field of table VKDFS.

READ TABLE lt_setup INTO ls_setup INDEX 1.
 vkdfs-sortkri = ls_setup-sortkri.

Pretty simple part of code, but there i have a problem - at first iteration it works, but when i try the same transaction to correct existing entry once more - nothing changes. qRFC monitor at first launch show some activity, but not one after. The same - for other users. And i'm not even sure where to look at the source of that problem. SU53 check - didn't show any problems.

0 REPLIES 0