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 make a field mandatory

Former Member
0 Kudos

how to make a field mandatory

4 REPLIES 4

Former Member
0 Kudos

write 'OBLIGATORY' with parameters or select-options

Edited by: raj desai on Apr 19, 2008 8:20 AM

Former Member
0 Kudos

Hi,

If your question is selection screen field mandatory at runtime?

Then On selection screen output .

Loop at screen .

set the scree-required field to '1' .

modify screen.

endloop .

Regards

Kiran Sure

Former Member
0 Kudos

Hi,

If the field is on selection screen add the addtion OBLIGATORY. If it is on screen, make that field as REQUIRED in field properties.

Reward, if it is useful

Former Member
0 Kudos

Hi,

PARAMETERS A TYPE I OBLIGATORY.

If u use OBLIGATORY option for input field,

it considered the input field is mandatory.

it will not allow to go to next screen without giving the value for this input field.

Observe the input field before and after setting the OBLIGATORY option.

Reward,if useful.

thanks,

Chandu