Skip to Content
0
Former Member
May 14, 2008 at 02:00 PM

WebDynpro ABAP - Display Short Text instead of values in table column.

787 Views

Hi WebDynPro Experts,

i have Column in a table which displays subject. This column has domain associated ZDE_SUBJECT with fixed values & short text

-


Fix.Val    Short Text

01             Level 1
02             Level 2
03             Level 3
04             Level 4
05             Level 5

when i bind this cloumn to a table UI element. And have records for this table. At runtime inside the table column. i see values returned as 01, 02 , 03 ( basically fix val) my requirement is to display the corresponding short text. Is there any easy approach to do this???