Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to get data range value by ABAP code?

Former Member
0 Likes
1,267

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

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
791

hi,

the data will be defined at value range and u can get those details from DD07T table.give domain name and execute.

2 REPLIES 2
Read only

GauthamV
Active Contributor
792

hi,

the data will be defined at value range and u can get those details from DD07T table.give domain name and execute.

Read only

Former Member
0 Likes
791

Hi Gautham,

Thanks very much.

It does solved my problem.

Best regards,

Blake Le