Entering content frameSyntax documentationset_visible Locate the document in its SAP Library structure

Use this method to change the visibility of a custom control.

CALL METHOD my_control->set_visible
      EXPORTING  visible           = visible
      EXCEPTIONS cntl_error        = 1
                 cntl_system_error = 2.

Parameters

Description

visible

X : Custom control is visible

' ' : Custom control is not visible

 

Leaving content frame