Entering content frameFunction documentationSET_BORDER Locate the document in its SAP Library structure

Use

Use this method to display or hide the border around the Splitter Container.

NoteYou should switch the border off when you nest Splitter Containers.

Features

call method splitter_container->set_border

  exporting
    border = border

  exceptions
    cntl_error = 1
    cntl_system_error = 2.

Parameters

Description

Possible values

border

Indicates whether to draw the border

cl_gui_cfw=>true : Draw the border

cl_gui_cfw=>false : Suppress the border

 

 

Leaving content frame