Application Development 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: 

How to use the range-of-values from a domain?

Former Member
0 Kudos

Hi,

I want to use the text from the range-of-values in a domain?

How can I handle this in ABAP-Code?

Best wishes

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Write a select statement for the table <b>DD07T</b> and fetch the TEXT of the domain Values. if needed use DD07L table for Domain Values.

You can also use the fun module

GET_DOMAIN_VALUES

<b>Reward points for useful Answers</b>

Regards

Anji

3 REPLIES 3

Former Member
0 Kudos

Hello,

Use the FM.

<b>GET_DOMAIN_VALUES</b>

Vasanth

Former Member
0 Kudos

hi,

go to se11 transaction code.

enter fieldname create data element avccordingly.

enter domain name and double click on domain name .

it will take u to a new window where in u can select type of dataelement and number of characters. there one tab is there as value range there u can enter the range values.

Reward with points if helpful.

Former Member
0 Kudos

Hi

Write a select statement for the table <b>DD07T</b> and fetch the TEXT of the domain Values. if needed use DD07L table for Domain Values.

You can also use the fun module

GET_DOMAIN_VALUES

<b>Reward points for useful Answers</b>

Regards

Anji