Entering content frameSyntax documentation set_inplace_border_space Locate the document in its SAP Library structure

Caution

This method has become obsolete with the introduction of the Structure link container concept in Release 4.6. Do not use this method any longer.

You use this method to determine an area in which no documents can be placed. Use this method when you do not want to display the whole of the desktop application when you call it. It places the application within a fixed border. The size of the border depends on the desktop application you are using.

CALL METHOD control->set_inplace_border_space
       EXPORTING left     = left
                 top      = top
                 right    = right
                 bottom   = bottom
                 no_flush = no_flush
       IMPORTING retcode  = retcode
                 error    = error.

Description of parameters

Parameter

Optional

Description

left

X

Sets the left margin

top

X

Sets the top margin

right

X

Sets the right margin

bottom

X

Sets the bottom margin

 

Leaving content frame