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: 

Restrict business from changing communication data in Vendor Master

Former Member
0 Kudos

Hi All,

We have a requirement to restrict the business from changing the Vendor Communication data thru MK02 transaction.

So I am trying thru User Exit: SAPMF02K.

But in this I cant able to compare the email data, printer data etc. to look if user has changed any of this data.

I want a help, if there is any other enhancement available thru which we get address data as well in that enhancement.

Thanks and Regards

Nishad Shimpi

2 REPLIES 2

Former Member
0 Kudos

Hi,

Check the BADI "ADDRESS_UPDATE".

Regards

Vinod

former_member182371
Active Contributor
0 Kudos

Hi,

if you go to SE80 and display package FBK, you will see that the following Authorization Objects are available:

F_LFA1_AEN Vendor: Change Authorization for Certain Fields

F_LFA1_APP Vendor: Application Authorization

F_LFA1_BEK Vendor: Account Authorization

F_LFA1_BUK Vendor: Authorization for Company Codes

F_LFA1_GEN Vendor: Central Data

F_LFA1_GRP Vendor: Account Group Authorization

you could use as well exit EXIT_SAPMF02K_001 of function group XF05.

check as well badi VENDOR_ADDRSCR_CHG.

Best regards.