‎2009 May 28 7:06 AM
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
‎2009 May 28 7:15 AM
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.
‎2009 May 29 11:28 AM
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
‎2009 May 29 11:31 AM
Hi,
If that is the case ..validate your fields at AT SELECTION-SCREEN event for mandatory fields.
Regards,
Kumar Bandanadham
‎2009 May 29 11:46 AM
hi
validate in the at selection-screen event instead of using obligatory addition.
Edited by: Saravanan Selvaraj82 on May 29, 2009 12:52 PM