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: 

Domain possible value

Former Member
0 Kudos

Hi all

What is a domain possible value? pls giv example to show.

If i assign a possible value to the domain. Where is the possible store in? in any table?

Thks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Gary ,

Domain possible value are the ste of values that can be assigned to a variable of that domain.

For a domain the valid set of value are stored in DD07L .

Regards

Arun

5 REPLIES 5

former_member223537
Active Contributor
0 Kudos

Hi,

Goto SE11,

select DOMAIN, enter the domain name & click on change

Click on VALUE RANGE tab,

enter the values & text

Activate

Best regards,

Prashant

Former Member
0 Kudos

Hi,

Try FM "DOMAIN_VALUE_GET" value are store in DD07V....

If the hint is useful… Say thanks by reward….

Regards,

Prabhu Rajesh

gopi_narendra
Active Contributor
0 Kudos

The values can be maintained at the domain level.

Open the data element and under the domain value range tab enter the values for taht domain

Regards

Gopi

Former Member
0 Kudos

Hi Gary,

domain specifies the type of variable, it is global u can use it in any table.

insted u dont want to use u can even use built in type which is also speicifies type of variable but it is local to that table varaible itself.

for ex if u have a variable of char(3) which u want to use many times instead of declaring many times the type u can create domain and use it wherever u want .

The Values of Domains are saved in Domain level only.

In the time of domain creation go to -


> Value Range. Here you can give the values to your Domain.

Thanks,

Reward If Helpful.

Former Member
0 Kudos

Hi Gary ,

Domain possible value are the ste of values that can be assigned to a variable of that domain.

For a domain the valid set of value are stored in DD07L .

Regards

Arun