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

t CODE PREC

Former Member
0 Likes
672

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.

1 REPLY 1
Read only

mmcisme1
Active Contributor
0 Likes
495

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.