Show TOC

is_aliveLocate this document in the navigation structure

Diese Methode liefert als Ergebnis, ob ein Custom Control zu einer Objektreferenz noch am Frontend vorhanden ist.

      
CALL METHOD my_control->is_alive RETURNING state = state.
         

Parameter

Beschreibung

state

  • my_control->state_dead : Custom Control ist nicht mehr am Frontend aktiv

  • my_control->state_alive : Custom Control ist auf aktuellem Dynpro aktiv

  • my_control->state_alive_on_other_dynpro : Custom Control ist auf dem aktuellen Dynpro nicht aktiv, aber am Frontend noch aktiv (d.h. unsichtbar)