‎2018 Nov 21 12:05 PM
Hi All,
I have requirement in in T-CODE PREC. In the selection Need to be display Company code field in selection screen with mandatory field.
I have done the changes in HR Report category
XXM00001 selected check box Company code field in the 1 st page. so after changes company code filed is displaying by default Instead of selecting further selection. but how to make this field as MANDATORY.
So please help me asap.
‎2018 Nov 28 2:19 PM
If this is a custom program - just put mandatory after the field during select process.
parameter: abc(10) mandatory.
If it is an SAP program -
Then configuration can be used to make it mandatory.