2007 Jan 25 8:59 AM
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!
2007 Jan 25 9:02 AM
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
2007 Jan 25 9:02 AM
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
2007 Jan 25 9:11 AM
2007 Jan 25 9:47 AM
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
2007 Jan 25 9:04 AM
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
2007 Jan 25 9:10 AM
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