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: 

How to restrict the standard domain fixed values in a search help

former_member383962
Participant
0 Kudos

Hello experts,

i'm using the parameters in my abap report as shown as below:

PARAMETERS: p_freq TYPE ACE_RHYTHM.

This DomainL ACE_RYTHM contains following values as shown as below:

But i need only the values of M, Q, H and Y should be shown in f4 help for user selection. How to restrict it?

Any suggestions please...

Thanks in advance

3 REPLIES 3

0 Kudos

Hi Mr. Kabilarasan,

A custom data element / domain can be created with the required fixed values and can be used in your program.

former_member1716
Active Contributor
0 Kudos

You Can Copy the Data element / Domain into custom Data element ./ domain and maintain appropriate Values as per the requirement.

Regard,

Satish

bpawanchand
Active Contributor
0 Kudos

Hi ,

I would suggest to make use of function module DD_DOMVALUES_GET to get the list of fixed values from the domain. Just play around for the selection screen element ( Assuming the screen field would be Selection screen )

Regards

Pavan