Application Development 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: 

making fields mandatory

Former Member
0 Kudos

hi can any one help in making the field email as a mandatory in su01 t-code and kindly help with steps if possible how to make the above

5 REPLIES 5

Former Member
0 Kudos

hi,

u can make any field mandatory by

parameters : matnr like mara-matnr obligatory.

reward if useful...

Former Member
0 Kudos

hi

good

Changes to the contents or functionality of a SAP standard dynpro is considered incompatible enhancement. Also SAP doesnot recommend this. But this can be done by changing the standard program itself (you need developer access key, change object key for this)

http:// i.e go to se80 and select program SAPLSZA5 , now select screen number 900 go to layout in change mode check for attributes of internet mail field , in the attributes go to program tab and change the option to 'Required entry'. This will make the field mandatory

Better contact SAP for various implications of this change, if applied.

thanks

mrutyun^

Former Member
0 Kudos

There are two ways to make this field mandatory

1) Check the SPRO settings with your BASIS Consultant

(Maintain screen fields for User Settings)

2) Modify the screen 100 for GUI program SAPLSUU5 use -Code SE51

Regards ,

Dhavalshree.

Former Member
0 Kudos

You can do this by using transaction variant ( tcode SHD0).

when you are creating the transaction variant just check the check box required .

for some tutorial help pls go through this.

http://help.sap.com/saphelp_nw04s/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm

Former Member
0 Kudos

Hi Sachin, if you want to make a field as mandatory, we have to use the keyword "OBLIGATORY'.

Example:

select-options: kunnr like kna1-kunnr OBLIGATORY.

REWARD IF USEFUL

Regards,

santosh.