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

Module pool program - control required fields error

Former Member
0 Likes
557

Dear All,

I have created a mp program and the screen has some required fields, I have options to call the screen in create , display & Change mode.

The problem is when i go in create mode i get the error "Make an entry in all required fields", i want to stop this error firing at this point(based on function codes)

Can anyone help me on this ?

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
538

Hi

Don't make those fields as mandatory. In your PAI you check whether the field is initial.

~ Ranganath

PS : Reward points for all useful answers !

Read only

0 Likes
538

Hello Ranganath,

That option is alway there but it will mean that the user has no idea of required fields. looling for better options

Thanks

Read only

0 Likes
538

Hi Sathish

May be in that case you can try making the funtion types for the Create, Chnage and Display buttons as type P. That will not do screen field data checks.

~ Ranganath

Read only

Former Member
0 Likes
538

u just check the properties of each text box, u will have in second tab input field as required, u just remove that required then u won't get this message