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: 

Make a field mandatory in FK01/FK02(Vendor master)

Former Member
0 Kudos
640

Hi,

In vendor master, if data entered in PO Box field than field " Other City" should be made mandatory.

I have used code in a user exit SAPMF02K which is called just before saving the Vendor master.

My question is, before we go out of Address window in Vendor I want this message. Or

When user enters data in PO Box and selects some other field, than immediately message should be displayed on that screen that field "Other city" is mandatory.

How do I do this change ?

Cheers

Sudhaker

2 REPLIES 2

andreas_mann3
Active Contributor
0 Kudos
199

use tcodes (both) OBD3 and OB23

A.

Former Member
0 Kudos
199

Hi Andreas,

Thanks for your help. This transaction looks like, I can make a an individual field mandatory or Optional etc.... Can I perform this task based on particular condition using this Tcode ?

Ex: Field "Other city" should be mandatory only if "POBox" is entered

Cheers

Sudhaker