Programatically set titles of Assignment Blocks in an Overview

Problem: you want to set titles of Assignment Blocks available in an Overview page using ABAP code rather then in the view’s configuration.

Solution: to achieve this you need to implement interface IF_AXT_ASSIGNMENT_BLOCK_TITLE in the controller class of an Overview. This interface has only one method which is meant exactly for this purpose. The Assignment Blocks’ titles will be changed using the implemented logic only if they are not set using the configuration.

Komentowanie jest zakończone.