This example illustrates the noscrollbar command. The noscrollbar command hides any scrollbars in SAP screens. It can be used to suppress or hide scrollbars within a specified area in a SAP screen. This is very useful if a user has deleted a large number of fields or other elements, making a scrollbar unnecessary. The scrollbar at the right-hand edge of the window is the lone exception to the command - it is not suppressed when using the noscrollbar command.
LiquidUI Code:
del("G[Communication]");
noscrollbar();