Application Development and Automation 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: 
Read only

Function Module/Table to retrieve check table for standard fields

Former Member
0 Likes
3,246

Hi,

Is there any function module or database table that holds the check table for standard field? Ex. BUKRS = T001.

10 REPLIES 10
Read only

Former Member
0 Likes
1,960

Hi MArc,

Goto DD03L table

Enter fieldname and tablename, you will get check table in CHECKTABLE field.

e.g. fname - MATNR, tbname MARD then CHECKTABLE - MARA

Reg,

Sachin

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,960

- Look at table DD01L "Domains" field ENTITYTAB for a value table linked to a domain

- Look at table DD03L "Table Fields" to get the checktable associated to a field of a table

- Look at table DD05S '"Foreign key fields" for foreign keys linked to a field in a database table

Regards

Read only

Peranandam
Contributor
1,960

Hi Marc,

Use can get all the table fields information by using FM 'DDIF_FIELDINFO_GET '.

Regards,

Peranandam

Read only

Former Member
0 Likes
1,960

Hi,

Table DD08L is maintained for relationship purpose only... you can find it there.....

Regards,

Siddarth

Read only

Former Member
0 Likes
1,960

Hi Marc,

There is one table:DD03L ,

where when you enter your fieldname,it will fetch you its checktable.

Regards

Mansi

Read only

Former Member
0 Likes
1,960

Hi,

use these tables

DD01L

DD03L

Regards,

Jyothi CH.

Read only

Former Member
0 Likes
1,960

DD03L - will give the check table for the standard fields.

Regards,

Joan

Read only

GauthamV
Active Contributor
0 Likes
1,960

Check this fm.

DD_INT_FORKEY_PROPOSAL.

Read only

Former Member
0 Likes
1,960

Hi,

try using graphic(ctrl+shift_f11) in se11 after entering the table T001.

Read only

Lakshmant1
Active Contributor
0 Likes
1,960

Hi Marc,

Try using FM SD_DOMNAME2ENTITYTAB

Thanks

Lakshman