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

This method is currently not active.

Use

Use this method to switch the status of the Docking Container between fixed (docking) and free (floating).

Features

call method docking_container->float

  exporting
    do_float = do_float

  exceptions
    cntl_error = 1
    cntl_system_error = 2.

Parameters

Description

Possible values

do_float

Status of the docking container

docking_container->property_docking : Docking Container is fixed (docking)

docking_container->property_floating : Docking Container is free (floating)

 

 

Leaving content frame