
is_valid
This method informs you whether a custom control for an object reference still exists at the frontend.
CALL METHOD my_control->is_valid
IMPORTING result = result.
Parameters |
Description |
result |
0 : Custom control is no longer active at the frontend1 : Custom control is still active |