‎2009 Jun 01 3:45 PM
Hello Friends,
I have pulled the data from a atable.
However this data is all Numbers.
Ex - 1 means 'Requested'.
2 'Approved'
3 'Rejected'
When i run my report it gets all this numbers and this Numbers mean nothing to the user. However when i look inot this table it has the F4 help. on the F4 it gives the number against the meaning of it. How do we pull this into the report.
I dont want to hard code this vaues.
Ster
‎2009 Jun 01 4:03 PM
if the above does not works out, then see the VALUE TABLE for that domain level in SE11
thanq
‎2009 Jun 01 3:48 PM
What table field are you getting the data from? Is there a check table against the field?
‎2009 Jun 01 4:07 PM
Hi Kevin,
there is no check Table against it. the Value is stored at the Domain level of the field in the value range TAB.
For ur reference pls chech the Table
table - T000
field, data element, domian - CCCORACTIV
In the value range of the domain you would find some Values.
Please suggest
Ster
‎2009 Jun 01 4:15 PM
You answered your own question - you get the translations of the values from the domain.
Rob
‎2009 Jun 01 4:18 PM
Thanks Rob.
Yes I could get it from the Domain. but my question was which table stores this values so I can pull it in the program.
However I got the table
DD07V ,
the input is the Domain name and the language.
Please let me know if this is the correct approach or is thr any other way.
Ster.....
‎2009 Jun 01 4:21 PM
‎2009 Jun 01 3:49 PM
Hi,
Fetch the description from the DB table and update the internal table with corresponding descriptions.
‎2009 Jun 01 4:03 PM
if the above does not works out, then see the VALUE TABLE for that domain level in SE11
thanq
‎2009 Jun 01 4:27 PM
Hi,
Use this Function Module to retrieve those values.
RS_DME_ANA_WB_GET_DOM_FIXVALUE
Pass the field name and value, you will get text of that value.
Aswarth
‎2009 Jun 01 4:47 PM
thanks for suggesting to find and FM.
I have found one - LIS_SSV_GET_DOM_VALUE_TEXT
However i didnt find this in My system - RS_DME_ANA_WB_GET_DOM_FIXVALUE
Ster.