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

Use

Use this method to reattach the docking container to a different edge of the screen.

NoteYou can specify where you want to attach the container to the screen in the CONSTRUCTOR method when you instantiate the control.

Features

call method docking_container->dock_at

  exporting
    side = side

  exceptions
    cntl_error = 1
    cntl_system_error = 2.

Parameters

Description

Possible values

side

Edge of the screen to which you want to attach the container

docking_container->dock_at_left Left-hand edge

docking_container->dock_at_right Right-hand edge

docking_container->dock_at_top: Top edge

docking_container->dock_at_bottom: Bottom edge

 

 

Leaving content frame