‎2008 Dec 15 7:22 AM
Hi Experts,
My requiremant is to find check table for any field if maintain cause I want to validate the value of that field by maintioned check table at run time.
Thanks in advance................
Regards
Alok Vishnoi
‎2008 Dec 15 7:25 AM
Hi,
In SE11 tcode there is a tab next to FIELDS there you can get the check table maintained for that field
Regards
Ramchander Rao.K
‎2008 Dec 15 7:27 AM
‎2008 Dec 15 7:28 AM
Hi,
You can add value check with your parameter field.
PARAMETERS CONNID LIKE SBOOK-CONNID VALUE CHECK. Which will check for possible values entered by user.
try it.
-Maharshi
‎2008 Dec 15 7:29 AM
Hello Alok,
You can use the FM "DDIF_FIELDINFO_GET" to get the CheckTable name of the Table-Field.
In the table "DFIES_TAB" there is a field CHECKTABLE which contains the CheckTable name.
BR,
Suhas