cancel
Showing results for 
Search instead for 
Did you mean: 

Local Dictionary Enumerated Simple Data type Query.

Former Member
0 Kudos

Hello,

I have a situation where I have to access Local Dictionary in Code.

I have defined a Local Dictionary data type as folloows :

Dictionaries -> Local Dictionary -> Data Type -> Simple Type -> <MyDataType>

Here "MyDataType" is an enumerated value with definition as follows

Value----


Description

abc----


Value 1

xyz----


Value 2

pqr----


Value 3

In my View Implementation code I need to access this "MyDataType".

I need to pass Value and need its description back.

Is it possible ?

Accepted Solutions (1)

Accepted Solutions (1)

anand_govardhan
Active Participant
0 Kudos

Hi,

It is possible.

Check this document: [Yet Another EVS Valuehelp - Showing Display Texts for Keys|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/391ee590-0201-0010-1c89-f1193a886421?QuickLink=index&overridelayout=true]

Refer this [thread|; also.

Regards,

Anand G

Former Member
0 Kudos

Your Link solved my Query.

Thanks

Answers (0)