cancel
Showing results for 
Search instead for 
Did you mean: 

Value should appeared next to key

Former Member
0 Kudos

Hi,

I have created one info type, in this IT one field is Religion, this field is having ID and Value say REL_ID=1 REL_VAL="Hindu"

I have used the data element fr ID,I want the data to be visible in infotype key as editable and value as not editable

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi srivastavapk,

create a context node with the necessary attributes (e.g. id and religion) and bin these attributes to a textview or a textedit. You can bind a method to the textedti, which is fired if the user enters a new value an press the enter button on keyboard.

in this method, you select the name to the id an bind it to the textview.

Probably, you use a dropdop with all pairs of id an name so the view is immediatly updated as the user select a id!

Hope it helps!