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

validation on explicit search help on a data element ?

Former Member
0 Likes
1,958

Hello,

i have assigned the search help on a data element level and used in a database table.

when i try to enter data into this screen through screen or maintenance view, how can i validate the data to be in the search help and not any random data?

will the system automatically check that? or do i need to do something??

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,015

Hi,

Can you please assign the check table which used in search help at database in se11 for that perticular field.

Thnaks,

suma.

4 REPLIES 4
Read only

Former Member
0 Likes
1,016

Hi,

Can you please assign the check table which used in search help at database in se11 for that perticular field.

Thnaks,

suma.

Read only

Former Member
0 Likes
1,015

Hi ,

You need to create foreign key relation .Because search help only suggests the values

but do not validate it.

The table you used for search help , use the same for the FOREIGN KEY relation ship

as a check table.

Regards

Pinaki

Read only

Former Member
0 Likes
1,015

Hi,

Click on the field and create a foreign key relationship for that field

a popup window is generated provide the short text, the check table from which u need to validate the values for that field (eg Carrid field -> check table SCARR)

click on Generate Proppsal

if the field is a key field than select key fields/candidates

else if non key fields non-key-fields/candidates

select the cardinality

press om copy.

save and activate the table.

this this provide u the correct values for the particular field.

BUT make sure that the domain name of the fields should be same. (it's the pre-requisite)

thanks

ravi

Read only

Former Member
0 Likes
1,015

Hi,

System automatically checks it...

regards

padma