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

Restrict Select-Options for Logical Database field

Former Member
0 Likes
618

The way we restrict select options for custom defined select option fields on selection screen.. can we restrict select options for standard Logical Database fields?

i.e. report uses PNPCE logical database and has field called PERNR. I want to restrict select options for this PERNR field so that it has options for 'Select single values' only.

Thanks,

Falguni

Edited by: Falguni V on Nov 13, 2010 6:42 AM

The way we restrict select options for custom defined select option fields on selection screen.. can we restrict select options for standard Logical Database fields?

i.e. report uses PNPCE logical database and has field called PERNR. I want to restrict select options for this PERNR field so that it has options for 'Select single values' only.

Thanks,

Falguni

Edited by: Falguni V on Nov 13, 2010 6:42 AM

2 REPLIES 2
Read only

former_member225631
Active Contributor
0 Likes
517

You can user AT SELECTION-SCREEN event, and check whether any record is having high value for PNPPERNR.

Read only

0 Likes
517

The requirement is - User should not see tabs except 'Select Single Value' at all..