‎2008 Jan 25 12:49 PM
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?
‎2008 Jan 25 12:51 PM
Hi,
loop at screen.
if screen-name eq 'name'.
screen-required = 1.
modify screen.
endif.
endloop.
Plzz reward points if it helps.
‎2008 Jan 25 12:52 PM
Hello,
In the attributes o fthe screen field make it select required
form the list box.
Regards,
Vasanth
‎2008 Jan 25 1:28 PM
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