‎2019 May 13 2:47 PM
Hello.
I started using CHANGEDOCUMENT_READ_HEADERS today and I need to find the creator of an entry. I've noticed that when there are no changes after the creation there will occur an error.
Does anybody know a FM which allows me to find the creator of an entry?
Thanks!
‎2019 May 13 5:13 PM
‎2019 May 14 9:19 AM
Well it doesn't unfortunately. The problem is that apperantly the creation of an entry is not seen as a change by CHANGEDOCUMENT_READ_HEADERS, and I don't know how to fix this problem.
‎2019 May 14 9:44 AM
‎2019 May 15 6:52 AM
‎2019 May 15 1:16 PM
Yes I got it now. The problem was that if you don't provide any username in CHANGEDOCUMENT_READ_HEADERS it apperantly just takes the current logon user. Now I just use '*' as username.
Kind of awkward that I didn't see this earlier, sorry to bother you guys.
‎2019 May 15 9:03 AM
I guess i'm doing something wrong then. Can you maybe provide your code?
‎2019 May 15 9:59 AM
But why don't you provide code to see what you're doing wrong?