Entering content frame

Syntax documentationget_width Locate the document in its SAP Library structure

This method returns the width of the control.

CALL METHOD control->get_width
     IMPORTING  width            = width
     EXCEPTIONS cntl_error        = 1.

Parameters

Description

width

Current width of the control

 

Leaving content frame