Hi
I have a custom infotype and I'm using function HR_INFOTYPE_OPERATION to add data via a method call within a WDA component.
The infotype can be updated at different points by different users. In the first instance I'm using operation = 'INS' to create an entry. The infotype can then be updated by a line manager and here I am using operation = 'MOD'.
The problem I have encountered is that when doing the 'MOD' operation. The 'MOD' is executing successfully but the data created by the 'INS' is removed from the infotype when I view it in PA20/30 but it is present in the table in SE16!
Any ideas?
Thanks
Jon