cancel
Showing results for 
Search instead for 
Did you mean: 

WDJ - EVS: "Display Text" change in second column header of EVS table

Former Member
0 Kudos

Hi Experts,

I have implemented EVS in java web dynpro (NW 70). I am able to change the column header text of first coulmn in EVS table by

ISimpleTypeModifiable simpleType = wdThis.wdGetAPI().getContext().getModifiableTypeOf("<attribute>");

simpleType.setFieldLabel("My Custom Text");

But I am not able to set the text of second column's header [see screenshot : outlined in red]

can anybody help me?

Thanks,

Kirtiman

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

anybody has idea regarding this issue.? I am still stuck with it..

thanks in advance..

govardan_raj
Contributor
0 Kudos

hi kirti man ,

even im facing the same issue not able to solve that ... can any one please provide a solution for this.

Regard

Govardan

former_member191044
Active Contributor
0 Kudos

Method "setColumnLabel" should do this as far as i understand the documentation. Maybe this is a product error? Have you tryed open an incident for this?

Regards,

Tobias

Former Member
0 Kudos

got any solution to this?im facing same issue..would be helpful if you can share the solution if found any.

Sharathmg
Active Contributor
0 Kudos

Did you try to use the method setColumnLabel?

Best Regards,

Sharath

Former Member
0 Kudos

Thanks for replying Sharath,

I tried with both setColumnLabel and setDescription() methods but could not change the text.

Sharathmg
Active Contributor
0 Kudos

Looks like the API provides only those methods to alter the text content. Since it's not an actual ui element, I am not sure how else can this text be managed.