Hi All,
I am developing a HCM PF application (adobe) for terminating an employee. While testing the form, I have come across a short dump from the standard class 'CL_HRPA_INFTY_0000', method 'SPECIAL_INSERT_CHECKS'. This is due to mismatch between calling structure and the structure with which the Feature is defined. My custom feature is defined with structure - 'PME04' but the standard class is calling this feature with structure 'PME05'. Standard class is always calling the features using 'PME05' structure. Please see the standard declaration in following snapshot. Does it mean that my custom feature shouldn't be a different structure type? Why do we have this limitation?
As per the definition of custom Feature, it is defined with structure - 'PME04'
Due to structure mismatch this execution is leading to short dump. We are not calling this Feature from our logic or configuration. This gets executed by standard logic on HCM PF step 'Check and Send'. When I skip this feature call, it gets submitted correctly.
Any suggestion to resolve this issue w/o changing my custom feature would save us.
Thanks,
Somu