Hi jmroman,
Modified or Updated is a physical event. Which means it is triggered manually.
You want to trigger or call the logical event/process (EstadoTransaccionModified) assocaited with Modified or Updated.
Since , everything is within the same function. All you need to do is structure your action diagram code in logical event(EstadoTransaccionModified) by moving it into a subroutine(Process EstadoTransaccionModified).
And call the subroutine from as many places you want. i.e On the click of "Processar" button call the
subroutine (Process EstadoTransaccionModified).
Already explained by GeorgeJeffcock.
You could use Crispin's method of Triggering a logical event. (Normally used for triggering logical event of other functions loaded in memory)
Regards
AA