cancel
Showing results for 
Search instead for 
Did you mean: 

Tree and Link

stefan_kagelmacher
Participant
0 Kudos

Hi,

I have a small FPM App. Within there is a Tree UIBB. One Column is marked as Link to URL.

Column 1 --> Z_LINK

Column 2 --> Z_LINKTEXT

Column 1 is set to technical in GET_DEFINITION

Column 2 --> LINK_REF = 'Z_LINK' in GET_DEFINITION

Column 1 is filled with the specific URL in GET_DATA

Column 2 is filled with 'Please click here' in GET_DATA

Column 2 is set to LINK TO URL in config.

But every cell is marked with 'Kein Linktext verfügbar'. So where is my mistake.

Many THX and best Regards

Stefan

Accepted Solutions (1)

Accepted Solutions (1)

ulrich_miller
Active Participant
0 Kudos

Hi Stefan,
it is possible to do that, but I think you need to do it the other way round. I. e.:

Lets assume in column 2 you like to display the link to actions. Then you need to:

- In get_definition, mark column 1 as technical

- In get_definition, add column 2 and put field_descr-text_ref = column_1

- In get_data, for column 2 provide the URLs

- in get_data, for column 1 provide the texts.

That should work, let me know if you have any troubles with that.

Kind regards,
Ulrich

stefan_kagelmacher
Participant
0 Kudos

Many THX,

I do not know if it works, but it does it

Maybe you can help another time. Earlier I could set in config for an UIBB display with or without panel. But now only with panel is available. If i choose without, the screen switches automatically to option with panel!!

ulrich_miller
Active Participant
0 Kudos

Hi Stefan,
regarding the panel I am not sure. Maybe it would be a good idea to open a new thread for this topic.

Cheers!

Answers (0)