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

Validation for personalization Tab in SU01

Former Member
0 Likes
905

Hi Experts,

Please advice how to make a mandatory field in personalization tab when we try to create user from SU01.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

former_member189779
Active Contributor
0 Likes
790

Hi

Try creating transaction variant.

Refer http://wiki.sdn.sap.com/wiki/display/Snippets/TransactionVariant-AStepbyStepGuidefor+Creation

Try making your field as "Required"

Regards

Vinit

Hi Experts,

Please advice how to make a mandatory field in personalization tab when we try to create user from SU01.

Thanks in advance.

4 REPLIES 4
Read only

former_member189779
Active Contributor
0 Likes
791

Hi

Try creating transaction variant.

Refer http://wiki.sdn.sap.com/wiki/display/Snippets/TransactionVariant-AStepbyStepGuidefor+Creation

Try making your field as "Required"

Regards

Vinit

Read only

0 Likes
790

This message was moderated.

Read only

Former Member
0 Likes
790

Hi,

As it is a standard transaction try to find user exit or badi for the personalization screen of su01 and right the code to check the field value entered or not.

thanks.

Read only

0 Likes
790

You should expect to find that any SAP programs controlling these screens are considered part of "central basis" and as such are protected by having no editable enhancement points. As earlier poster noted, I was able to meet requirements for a user setting by creating a transaction variant, making it the SAP standard, and changing the field to required.