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

Check table

Former Member
0 Likes
556

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

4 REPLIES 4
Read only

Former Member
0 Likes
532

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

Read only

andreas_mann3
Active Contributor
0 Likes
532

use table dd03l field checktable

A.

Read only

Former Member
0 Likes
532

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

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
532

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