‎2008 Sep 01 11:02 AM
In the DDIC, if we create a data element and define the data range , for example, for data element test_data , we can define the follwing :
'C' -- 'the first Value'
'D' -- 'the second value'
'E' -- 'the third value'
If the user input 'C', I 'll tell him 'The first Value',
if the user input 'D', I'll telll him 'The second value'.
How can this be realized?
Best regards,
Blake Le
‎2008 Sep 01 11:09 AM
hi,
the data will be defined at value range and u can get those details from DD07T table.give domain name and execute.
‎2008 Sep 01 11:09 AM
hi,
the data will be defined at value range and u can get those details from DD07T table.give domain name and execute.
‎2008 Sep 03 6:09 AM
Hi Gautham,
Thanks very much.
It does solved my problem.
Best regards,
Blake Le