Application Development 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: 

why the value table doesn't work?

peter_peng
Product and Topic Expert
Product and Topic Expert
0 Kudos
308

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

Former Member
0 Kudos
240

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

Former Member
0 Kudos
241

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

peter_peng
Product and Topic Expert
Product and Topic Expert
0 Kudos
240

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

0 Kudos
240

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

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Kudos
240

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

Former Member
0 Kudos
240

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