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

Making Screen Fields as Mandatory Fields !!

Former Member
0 Likes
453

Hi All

I have the following requirement in my program:

While creating a new entry , i want some screen fields as a mandatory input , without which the user cannot save that (new) entry!!

So how to proceed for this thing?

3 REPLIES 3
Read only

Former Member
0 Likes
422

Hi,

loop at screen.

if screen-name eq 'name'.

screen-required = 1.

modify screen.

endif.

endloop.

Plzz reward points if it helps.

Read only

Former Member
0 Likes
422

Hello,

In the attributes o fthe screen field make it select required

form the list box.

Regards,

Vasanth

Read only

Clemenss
Active Contributor
0 Likes
422

Hi Gaurav,

if you have a selection-screen: Parameters and select-options may have the addition OBLIGATORY. This is the SAP word for mandatory or as already mentioned 'required' in the screen table.

Regards,

Clemens