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: 

Custom authority object on MRBR

Former Member
0 Kudos

Hello,

Can I create a custom authority object and assign the same to standard t.code MRBR?

Currently MRBR is offering authority check based on EKGRP. But this is not catering to our requirements. We want to restrict the authorisation based on EKORG (Purchase Organisation) also. This is particularly for Releasing of blocked invoice.

Any ides on this matter please......

Thanks in advance,

Mallik

1 ACCEPTED SOLUTION

Former Member
0 Kudos

it is easy, find the oject you want to add and create the link in ABAP.

1st look in su24 if there is an objetc switched off that you use

2nd look for a field exit you can hook on object too.

3rd if non of the above is possible create a custom copy of the program and create a link in there

6 REPLIES 6

Former Member
0 Kudos

it is easy, find the oject you want to add and create the link in ABAP.

1st look in su24 if there is an objetc switched off that you use

2nd look for a field exit you can hook on object too.

3rd if non of the above is possible create a custom copy of the program and create a link in there

0 Kudos

In SU24 activate the object M_BEST_EKO for Tcode MRBR. It will give you the Purchasing org for authority check.

Regards,

Rajesh

0 Kudos

Hello,

You need to have

M_BEST_EKO : Purchasing Organization in Purchase Order

M_RECH_EKG :Invoice Release: Purchasing Group

M_RECH_SPG: Invoices: Blocking Reasons

Please check in SU24 whether these are maintained or not,if not please main them .

In the transcation code MRBR for your requirement

Thanks,

Prasant K Paichha

Edited by: Prasant K Paichha on Aug 26, 2009 5:19 PM

Former Member
0 Kudos

solved by own

0 Kudos

Hi,

Let us know how you did it, if the above solutions did not work for you

Thanks

VJ

0 Kudos

Hi VJ,

> Let us know how you did it, if the above solutions did not work for you

Yes, I completely agree with you.

Most likely it is some ancient transaction validation or user exit which Mallik is suspectly ashamed of. This is mostly the case, sooner or later, when you solve stuff completely on your own or at the mercy of others...

Cheers,

Julius