cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP webdyn pro (Legend UI)

former_member547053
Discoverer
0 Kudos

Hi All,


In webdyn pro i am using LEGED ui element in view layout , Whenever i am trying to activate the component it showing error as Legend is not assigned to any reference.

Please suggest me solution on this...


Thanks in advance.

Rajesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Rajesh:

Then try to create the text view , Explanation, caption to display the note.

To display some text you can use the above UI elements.

Thanks & Regards

@Surendra@

former_member547053
Discoverer
0 Kudos

Hi Surender,

As of now i am using text UI element only...

Thanks&Regards,

Rajesh

Former Member
0 Kudos

hi Rajesh,

Legend popin we can't use for other purpose as per my knowledge.

May i know what is your exact requirement why to use the legend ui element in selection screen.

Thanks & Regards

@Surendra@

former_member547053
Discoverer
0 Kudos

Hi Surendra,

i want to display some text as a note at selection screen...

Thanks&Regards,

Rajesh

Former Member
0 Kudos

hi rajesh,

The Legend element can be positioned anywhere in the view and be assigned to a table or datenavigator.


to the DateNavigator element:

In the view, after the DateNavigator element insert a Legend element and assign it to the DateNavigator element by setting the ID of the Legend element as the legendID property of the DateNavigator element.

●  To the table:

You can insert a Legend element after the table and use the legendID property to assign it to the table. To position the Legend element at the bottom of the table, you can use the legend popin. Insert a LegendPopin into the table and a content into the LegendPopin. Then insert a Legend element into the content.


If you create the legend alone the reference error will display as shown below:

ACC: There are no references to legend "LEGEND"


Please find the below link to create the legend popin in the table.

Legend alone there is no functionality as such.

Creating a Color Legend in a Table in Web Dynpro - Code Gallery - SCN Wiki

Hope these is useful..

Thanks & Regards

@Surendra@

former_member547053
Discoverer
0 Kudos

Hi Surendra,

First of all thanks for your reply...

I want use it at selection screen after the inputs, not in table...