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 select multiple ranges parameter without filling all other required parameters

Former Member
0 Kudos

Hi Expertise,

I want to select multiple range selections for Plant. But problem is when I press the button marked with red without filling Inspection Type parameter, i get the error "Fill in all required entry fields".

How to solve this problem? Are there any events to capture button click which marked with red?

Thank you.

1 ACCEPTED SOLUTION

matt
Active Contributor
0 Kudos

This is just how SAP works. Before any event happens, obligatory fields are checked. If this is your own program, you can remove the OBLIGATORY from the parameter for inspection type and instead program your own AT SELECTION-SCREEN validation check on the field to make sure it is filled.

5 REPLIES 5

matt
Active Contributor
0 Kudos

This is just how SAP works. Before any event happens, obligatory fields are checked. If this is your own program, you can remove the OBLIGATORY from the parameter for inspection type and instead program your own AT SELECTION-SCREEN validation check on the field to make sure it is filled.

Former Member
0 Kudos

Thanks Matthew.

I have read some forums and they also proposed to do your solution.

But Are there any other way to do this one with out remove the OBLIGATORY from the parameter for inspection type?

Thanks..

Cheers

matt
Active Contributor
0 Kudos

If there were other ways I would have let you know.

0 Kudos

Simply give the value .

Regards

Mahesh

former_member189849
Contributor
0 Kudos

Hi Poorna,

You are new to ABAP i think and i agree with Matthew   exactly in ur code u given OBLIGATORY  to that particular field so simply its mandatory field w/o value it will show the error message .

Regards

Mahesh