‎2008 May 17 1:18 PM
Hi,
I have domain name BSTTYP and its having Value range...
How to find its Table... value table ... ?
when i see its contain in value table below domain its blank.
i.e value table is blank..
from where i will find it..
Point is assurd...
‎2008 May 17 5:20 PM
Hi Monica,
I think you need those values in your ABAP object. I debugged for a while and found that domain single values are stored in table:DD07L.
Pass DOMNAME = BSTTYP and you will get single values defined for this domain.
I hope this helps,
Ags.
‎2008 May 17 1:22 PM
Hi Monica,
This means that u dont have any value table for this domain. What ever values exist in single values only those will be displayed in F4 help for the fields which uses this domain.
thanks,
Vinod.
‎2008 May 17 1:42 PM
Hi,
Thanks for your mail.
From where i will get its table name .?
actuly its in MCMSEG stucture but i dont know table.?
‎2008 May 17 1:55 PM
Hi Monica,
About which table u r talking about? Is it value table?
if yes then there will be no value table for this domain.
If u use this domain in ur tables then what ever values exist in single values only these values will be shown in F4 help.
eg: U can check the tables S279BIW2, S279BIW1, S279.
MCMSEG is structure. So no need to think of value help.
Also let me now what table u are looking for?
U can also open this domain in SE11/SE12 and press where used list, Select the Table fields check box(Only this) and see what are all the tables this domain is being used. I saw its used in few tables, around 14 tables
Thanks,
Vinod.
‎2008 May 17 2:07 PM
hi check this..
http://help.sap.com/saphelp_nw04/helpdata/en/d0/ab878006e211d4af16080009d2232d/frameset.htm
http://help.sap.com/saphelp_bw32/helpdata/en/ed/16c29a27db6e4d81a015be8673eb80/content.htm
http://help.sap.com/saphelp_bw32/helpdata/en/fe/82eb14e33e8e4e9f4a2088eb8e0200/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/41/3d773d75316411e10000000a114b54/content.htm
regards,
venkat
‎2008 May 17 5:20 PM
Hi Monica,
I think you need those values in your ABAP object. I debugged for a while and found that domain single values are stored in table:DD07L.
Pass DOMNAME = BSTTYP and you will get single values defined for this domain.
I hope this helps,
Ags.
‎2015 Mar 10 9:04 AM
To find the domain value descriptions look into table DD07T too.
‎2008 Jun 24 8:10 AM