Creating navigation lists

In this recipe, we will see how we can display data in the form of a navigation list. The navigation list is similar to a tree. However, the nodes appear in expanded form when displayed and may not be compressed. The entire navigation list may be expanded and compressed (however, not the data nodes within it).

We assume that we have an internal DATA_TAB table comprising of three fields, department, pernr, and sname, containing the department name, employee number, and the employee names respectively in sorted order according to the department name.

Creating navigation lists

How to do it...

We will now see the steps required to create a navigation list: ...

Get SAP ABAP Advanced Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.