Start of Content Area

Background documentation Specifying the Position in the Toolbar  Locate the document in its SAP Library structure

You can specify the position of a function in various ways:

●     Specify alignment of toolbar

You specify whether the function is to be arranged from the left or right margin of the toolbar.

●     Specify position

You specify at which position the function is to be displayed.

To specify the position of a standard ALV function, you use the methods of class CL_SALV_WD_FUNCTION_STD.

To specify the position of a self-defined function, you use the methods of class CL_SALV_WD_FUNCTION.

Methods for Specifying the Position of Function Objects

Function

Method

Specify alignment of toolbar

SET_ALIGNMENT

Get alignment of toolbar

GET_ALIGNMENT

Set position number

SET_POSITION

Get position number

GET_POSITION

 

 

End of Content Area