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

why the value table doesn't work?

peter_peng
Product and Topic Expert
Product and Topic Expert
0 Likes
1,099

code:

tables: cepc.

selection-options: sele_prctr for cepc-prctr.

because there is a value table defined in domain PRCTR, so I think I can only input the data that exists in table cepc.

but now I can input anything into this field in selection screen.

could anyone tell me why? thank you!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,031

You can enter any value for the Selection Screen field .

If you do not want to add a validation for the same in the AT SELECTION-SCREEN event.

This will not allow further processing unless the value is from the value table.

Hope this helps

5 REPLIES 5
Read only

Former Member
0 Likes
1,032

You can enter any value for the Selection Screen field .

If you do not want to add a validation for the same in the AT SELECTION-SCREEN event.

This will not allow further processing unless the value is from the value table.

Hope this helps

Read only

peter_peng
Product and Topic Expert
Product and Topic Expert
0 Likes
1,031

that is, the value table doesn't work for this?

Read only

0 Likes
1,031

Hi,

If it is PARAMETERS then VALUE CHECK could have worked. I dont think there is any way for doing the same with SELECT_OPTIONS.

Regards,

Sesh

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
1,031

Hi,

You need to give VALUE CHECK addition to the PARAMETERS: then only the check will happen.

Regards,

Sesh

Message was edited by:

Seshatalpasai Madala

Read only

Former Member
0 Likes
1,031

Hi

The value table for domain PRCTR is the same table CEPC. you can eneter any value but the validation will be done based on your inputs

Thanks

Shiva