‎2011 Aug 16 3:06 PM
HELLO,
i don't see the différence between screen-required=1 & =2 .In execution i don't see anything that change with (=2) .but with (='1') the execution is stopped if the field is empty
‎2011 Aug 16 3:29 PM
Hi Mo
Screen-required = '1' means, the field is a required field(mandatory field) and you cannot proceed without filling data in the fields.
If Screen-required not equals '1' means, the field is optional and you can proceed without data in the field.
Thanks,
sapper
‎2011 Aug 16 3:18 PM
Hi,
Click on below link:
[http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbab6f35c111d1829f0000e829fbfe/content.htm]
BR
Dep
‎2011 Aug 16 3:29 PM
Hi Mo
Screen-required = '1' means, the field is a required field(mandatory field) and you cannot proceed without filling data in the fields.
If Screen-required not equals '1' means, the field is optional and you can proceed without data in the field.
Thanks,
sapper
‎2011 Aug 16 3:35 PM
So we don't need to use "=2" since its optional and it had no effect ,we can replace it by "=0" or we don't make even the attribute required.
‎2011 Aug 16 4:30 PM
Hi,
if you want to make the screen field a mandatory field, make screen-required as '1'. in this case, it will be thorwing error message if the field is empty. and make screen-required = 0, if its not mandatory.
Thanks
Sam
‎2011 Aug 16 4:50 PM
Well, to answer the question, SCREEN-REQUIRED = '1' is valid while SCREEN-REQUIRED = '2' is not.
Rob