cancel
Showing results for 
Search instead for 
Did you mean: 

modifiy column in value help

Former Member
0 Kudos

Hello Experts,

i am using value help in my web dynpro application.

key | Display Text

001 | test1

002 | test2

I can modify the key column title with method setFieldLabel:

ISimpleTypeModifiable valueType = attInfo.getModifiableSimpleType();

valueType.setFieldLabel("Test Key");

Can i also modify the display text column title?

regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

This blog may be of use for you

/people/valery.silaev/blog/2006/03/10/minus-evs-plus-ovs-value-help-smart-input

Regards

Ayyapparaj

Former Member
0 Kudos

hi,

thanks for your quick answer.

If i create a new Simple Type in local dictonary can i modify the column label, but i want added the values at run-time and the dynamic add is not supported for Simple Types - or?