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: 

Greater length in domain value

Former Member
0 Kudos
412

Hi all ,

I have created a Custom infotype for which I have a field which needs to take following values

Insurance Relief

Home Ownership Saving Plan(HOSP)

Owner Occupied Interest(OOI)

when I am saving these values in domain values of the field , its taking it as

01 Insurance Relief

02 Home Ownership Saving Plan(HOSP)

03 Owner Occupied Interest(OOI)

database and the field of the infotype is storing 1 or 2 or 3 instead of the long text .

I want the long text to be stored in the database instead.

How can i achieve this

Supriya

2 REPLIES 2

Former Member
0 Kudos
135

Hi,

If you want to store the texts of the domain values, then add a separate field in the table as TEXT and pass the text based on the domain value.

You can use table DD07T to get Text of the domain value

Shiva

former_member193284
Active Participant
0 Kudos
135

Surpriya,

Fixed values in Domain will not let you save the text. you need yo ensure you create a value table for the text and assign it to the domain.

you somehow need to link your tables using primary key relationship depending on your requirement.

Or create a F4 help for the field with the text values.

Hope this helps.