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: 

where do fixed values of a domain get checked?

Former Member
0 Kudos

hi

where do fixed values of a domain get checked?

6 REPLIES 6

Former Member
0 Kudos

Hi,

Fixed values of domain helps in restricting the entries made into the table....so I guess each time the data is entered into the table the validation will get triggered..

Former Member
0 Kudos

goto se11..>check the radio button domain.....> check the value range tab .....> there u will find fixed vales ....give u r fixed value there and shorttext...................

this case comes when u dont have access to create entries in the custom table...u can give the fixed values.

reward points if helpful.......

Former Member
0 Kudos

Hi Jyothsna,

My understanding is you want to restrict values at domain so that the field that uses the domain should allow only specific values defined.

For this, In the declaration of domain, you can find a tab called "Value Range". Here you can give specific values that should be allowed for the field declared using the data element which carries the domain. Also you can define a range of values.

Check the standard domain "XFELD". You can get an idea about this.

Award points if helpful.

Regards,

Senthil G.

raymond_giuseppi
Active Contributor
0 Kudos

In SE11 there is a tab for value of a domain, there are three options

- Single values

- Range

- Table name

There are Function module to read/check values like

CHECK_DOMAIN_VALUES

GET_DOMAIN_VALUES

(and many more)

Or you can directly read tables: values DD07L and texts DD07T

Regards

ajay_sharma10
Participant
0 Kudos

2. Where do the fixed values of a domain get checked

a. a) When a SQL Update is performed

b. b) When user presses F1 - Technical info

c. c) In Screens only

d. d) When a SQL Insert is performed

The answer is c . i.e screens only

Former Member
0 Kudos

you can try it out from [zippozap|http://www.zippozap.com/] and try to know the appraised value of your domain..