cancel
Showing results for 
Search instead for 
Did you mean: 

Extended Value Help -> Rename Key Label

Former Member
0 Kudos

Hello,

1. I use an extended value help in my application. I want to rename the name of the key label: from KEY to <MYNAME>. How can I do it?

2. The other question: My extended value help table consists of two columns: Key and Value. If I choose a row from this EVS table, the key will be displayed in the input field. How can I display an value instead of key?

Thanks

Marita

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

1. If u are creating value help from Modifiable types, use <i>setFieldLabel</i> to set the col title.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/javadocs/nw04/sp12/dictionary runtime/com/sap/dictionary/runtime/isimpletypemodifiable.html#setfieldlabel(java.lang.String)

2. Quick Answer is "No". You can only display a key in a input field with EVS. If you want to display

the value next to key, look at EVS+ in the document suggested by VS.

If you are particular abt displaying the (only)value, go for SVS.

Former Member
0 Kudos

Hello,

yeas, I am using setFieldLabel() in order to set the name of the VALUE column (second column in the EVS result table).

I want to reset the label name of the KEY column. Which method I can use for it?

Thanks,

Marita

Former Member
0 Kudos

Marita,

Unfortunately, no way

VS

Former Member
0 Kudos

That are bad news.

Thanks.

Marita

Former Member
0 Kudos

Marita,

1. Set field label / column label for correspondig simple type (Presentation tab of simple type editor)

2. Read this tutorial https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tu... on yet another evs valuehelp - displaytexts for keys - 36.htm

VS