Entering content frameFunction documentation set_3d_border Locate the document in its SAP Library structure

Many graphical interface elements of the old visual SAP GUI design (before Release 4.6A) have a 3D border. If the ALV Grid Control is displayed in the Structure link splitter container, it may be disturbing to the eye that both the container and the ALV Grid Control show this 3D effect. The ALV Grid Control, however, is unable to determine in which container it is embedded on the frontend. You can use the method set_3d_border to remove the border if you do not want one.

Caution

If the user works with the new visual design, the method has no effect since the new design does not use 3D borders at all.

Features

CALL METHOD <ref.var. to CL_GUI_ALV_GRID > ->set_3d_border

   EXPORTING
      BORDER  =   <var. of type I > .

Parameter

Meaning

BORDER

Display border in 3D format (1=yes, 0=no)

 

Go back to: Methods of Class CL_GUI_ALV_GRID

 

 

 

 

 

Leaving content frame