
is_alive
This method informs you whether a custom control for an object reference still exists at the frontend.
CALL METHOD my_control->is_alive
RETURNING state = state.
Parameters |
Description |
state |
my_control->state_dead : Custom control is no longer active at the frontendmy_control->state_alive : Custom control is active on the current screen.my_control->state_alive_on_other_dynpro : Custom control is not active on the current screen, but is still active (but invisible) at the frontend. |