cancel
Showing results for 
Search instead for 
Did you mean: 

Tree-Control in ABAP redifinieren

former_member94854
Participant
0 Kudos

Hi there,

I would like to use my tree as navigation-menue. In this case, the alphabetical order of the entries is not used. I would like to specify the direction by myself. Is there any possibility to change or redefinate the abap class cl_wd_tree and how should I implement the changes into my application.

Kind regards,

Albert

Message was edited by: Albert Neumueller

Message was edited by: Albert Neumueller

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Albert,

Redefining the class won't make a difference, since there won't be a renderer for your new class - including a number of other required settings/objects/interfaces.

Well, nonetheless there is a way to achieve what you want. You could use a ContextualNavigationPanel and there inside a NavigationList.

Best regards,

Thomas

former_member94854
Participant
0 Kudos

Hi Thomas,

I tried another way to place my tree entries in the required order. I just renamed the ContextNodes in the following way:

A_MAINTENANCE

B_USER_DATA

C_FEEDBACK

With the prefix "A_", "B_", "C_" i can controll the order of my displayed entries. But thanks for your help.

Kind regards,

Albert