anthony peiris
25th August 2011, 23:08
Hi
I need to get the text that describe enumerated value.. e.g: in the Maintain contraint session - tipcf2110m000, the Constraint section 1= 'Before Input'.
Which table holds the values 'Before Input' as such.
Thanks you

rahul.kolhe22
26th August 2011, 08:19
Hi,

Table "Enumerates and Sets" (ttadv401) has the label code for the enum description.

But I would suggest you to use function enum.descr$ (http://www.baanboard.com/programmers_manual_baanerp_help_functions_enumerates_enum_descr) to get the description for enum constant.

Hope it helps you.

Regards,
--Rahul