Hi All,
I'm trying to create a new infotype record using FM HR_INFOTYPE_OPERATION in a WD4A application but get the Precondition Violated shortdump.
I've debugged it and see that it's caused because a constructor apparanty tries to reset the context.
I found that for non WD4A applications this can be solved by either switching the LDB used or adding a subroutine call at the LOAD-OF_PROGRAM event.
Is there something simular for WD4A or maybe an alternative to using the FM?
Thanks in advance.