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

'Fill in all required fields' error when selecting multiple options

Former Member
0 Likes
3,598

Gudday,

We are using PNP logical data base to display a report which has mandatory values to be filled .But when we are trying to select multiple input options for a field.It is displaying error message 'Fill in all required fields' .

But after entering all the mandatory fields,when we try to give input with multiple select options it is allowing.

Kindly suggest a solution for this.

Thanks in advance.

Deepthi

4 REPLIES 4
Read only

Former Member
0 Likes
1,826

Hi Deepthi,

It is a way of processing screen events....everytime u click on the multiple selection option button in the selection screen the PAI (Process After Input) event is automatically called. But since there are other mandatory fields in ur screen which are unfilled the PBO (Process Before Output) event is not conluded. That is why it gives the error. Once u complete filling the required entries in ur selection screen u can call any PAI event including clicking on the multiple selection button.

Hope it helps,

Regards,

Arnab.

Read only

Former Member
0 Likes
1,826

Hi Martina Deepthi,

On any selection screen with mandatory fields, you must always fill up the mandatory fields 1st and then any other fields or the multiple selection field.

Coz, the mandatory fields have higher priority, than any other field. If you simply enter some value in non-mandatory field and click on enter still it flashes the message saying 'Fill in all required fields'.

Theres no technical error as such in it...its just that higher preferences given to mandatory fields to be filled up.

Regards,

Radhika

Read only

Former Member
0 Likes
1,826

Hi,

If that is the case ..validate your fields at AT SELECTION-SCREEN event for mandatory fields.

Regards,

Kumar Bandanadham

Read only

Former Member
0 Likes
1,826

hi

validate in the at selection-screen event instead of using obligatory addition.

Edited by: Saravanan Selvaraj82 on May 29, 2009 12:52 PM