Hello,
i am trying to figure out how to place logic in the decouple infotype framework.
say i want for a certain action to happen only when (or after) the record is saved.
the methods in HRPAD00INFTYBL are not suitable (INSERT_COMPUTATIONS & MODIFY_COMPUTATIONS) since they both can occur before the save button is really pressed - say we're talking FPM / ESS.
that leaves us only with HRPAD00INFTYDB which receives a table of operations.
problem with this table of operations is that it is impossible to determine from it the new record being saved (since there could be multiple insert operations occurring in this table due to the way SAP infotype logic works)
what is the correct way of handling such a request? i dont think it should be this complicated so i am probably missing something.
thanks!