cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the value for the corresponding key in search help?

Former Member
0 Kudos

Hi guys,

I had implemented Dictionary search help (zz_marital_vh) for a attribute called FAMST which is holding Marital status key and value. How to return the corresponding value for the key selected. For eg : on choosing ' 0 ', i should print the corresponding text as ' single' in a text box.

Thanks,

Hari

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

if your dictionary search help is exporting text also and your context node is created using the same structure.. then this should be automatic.

If not, you have to code it...

read the data from T502T and fill the text attribute.

Abhi

Former Member
0 Kudos

Hi Abhmanyu,

Thanks for your response.

Search Help Name : ZZ_MG_MARITAL_VH

Selection Method : T502T

Search help parameters are SPRSL, FAMST, FTEXT,

Can u provide me a sample code to fetch the value of corresponding text.

Thanks,

Hari