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: 

Domain value table

Former Member

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...

1 ACCEPTED SOLUTION

Former Member

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.

7 REPLIES 7

vinod_vemuru2
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

Hi,

Thanks for your mail.

From where i will get its table name .?

actuly its in MCMSEG stucture but i dont know table.?

0 Kudos

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.

Former Member

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.

0 Kudos

To find the domain value descriptions look into table DD07T too.

Former Member
0 Kudos

thanks to all ..