2011 Sep 14 3:08 PM
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
2011 Sep 14 3:28 PM
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
2011 Sep 14 7:17 PM
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.