‎2009 Mar 16 7:44 AM
Hi,
Is there any function module or database table that holds the check table for standard field? Ex. BUKRS = T001.
‎2009 Mar 16 7:52 AM
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
‎2009 Mar 16 7:53 AM
‎2009 Mar 16 8:02 AM
Hi Marc,
Use can get all the table fields information by using FM 'DDIF_FIELDINFO_GET '.
Regards,
Peranandam
‎2009 Mar 16 8:09 AM
Hi,
Table DD08L is maintained for relationship purpose only... you can find it there.....
Regards,
Siddarth
‎2009 Mar 16 8:35 AM
Hi Marc,
There is one table:DD03L ,
where when you enter your fieldname,it will fetch you its checktable.
Regards
Mansi
‎2009 Mar 16 8:37 AM
‎2009 Mar 16 8:42 AM
DD03L - will give the check table for the standard fields.
Regards,
Joan
‎2009 Mar 16 8:44 AM
‎2009 Mar 16 8:50 AM
Hi,
try using graphic(ctrl+shift_f11) in se11 after entering the table T001.
‎2009 Mar 16 8:53 AM