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: 

what are valid attributes of a domain

Former Member
0 Kudos

hi

what are valid attributes of a domain

5 REPLIES 5

Former Member
0 Kudos

Hi

DATA TYPE

and LENGTH

you can give the VALUES for that field also

Regards

Anji

Former Member
0 Kudos

Data type

No. characters

THESE ARE ENOUGH TO CREATE A DOMAIN........

but make sure that ....u r domain, dataelement,table must belong to same development class........so assign u r domain to dev class rather than temperory........

reward points helpful........

Former Member
0 Kudos

Hi,

Check the function module

<b>G_DOMAIN_READ</b>

and also Refer the database views DD01V, DD07V.

Useful function modules on Domain

G_DOMAIN_READ

DD_DD07V_GET

DD_DOMVALUES_GET

DD_DOMVALUE_TEXT_GET

DOMAIN_VALUE_GET

AM_READ_TEXT_ON_DOMAIN_VALUE

C_DIC_DOMAIN_VALUE_TEXT_READ

BKK_DOMAIN_TEXTS_READ

FM_DOMAINVALUE_CHECK

HR_P_GET_FIXED_VALUE_TEXT

HR_ECM_GET_ALL_DOMAIN_VALUE

HR_ECM_GET_TEXT_DOMAIN_VALUE

Message was edited by:

Velangini Showry Maria Kumar Bandanadham

Former Member
0 Kudos

Hi ,

If a domain has a presepcified values associated with it , they can be found in table DD07L.

Regards

Arun

Former Member
0 Kudos

Hi,

You can specify the DATA type and length using a domain...domain represents the technical characters of a field.

Using domain, we can also spedify the value range and check table for foreign key relations.

Regards,

Lakshmi.