
Modify navigation subscreen title and position text
The navigation subscreen title and position text are set by the view cluster maintenance transaction to Navigation by default. You can modify the title using the function module VIEWCLUSTER_SET_SUBSCREEN_TITL.

Modification of the navigation subscreen title:
CALL FUNCTION 'VIEW CLUSTER_SET_SUBSCREEN_TITL'
EXPORTING
SUBSCREEN_TITLE = 'New title'
POSITION_TEXT = 'Entry'
EXCEPTIONS
OTHERS = 1.