cancel
Showing results for 
Search instead for 
Did you mean: 

implement new authorization object in MRBR (SU24)

Former Member
0 Kudos

Hi,

I'd like to add a new authorization check in transaction MRBR.

I tried with SU24 -> MRBR -> adding object M_RECH_BUK with "CM" check ID.

When testing : nothing appened (no check made).

After reading all SDN posts about SU24, i think i'd to implement an "authority-check" on M_RECH_BUK in MRBR coding. And i don't like this....

Do you think i can do this check in MRBR using user-exit ?

Thanks a lot for your response.

Etienne

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Below are the User-Exits for the T.CODE MRBR

Exit Name Description

<b>LMR1M001</b> User exits in Logistics Invoice Verification

<b>LMR1M002</b> Account grouping for GR/IR account maintenance

<b>LMR1M003</b> Number assignment in Logistics Invoice Verification

<b>LMR1M004</b> Logistics Invoice Verification: item text for follow-on docs

<b>LMR1M005</b> Logistics Inv. Verification: Release Parked Doc. for Posting

<b>LMR1M006</b> Logistics Invoice Verification: Process XML Invoice

<b>MRMH0001</b> Logistics Invoice Verification: ERS procedure

<b>MRMH0002</b> Logistics Invoice Verification: EDI inbound

<b>MRMH0003</b> Logistics Invoice Verification: Revaluation/RAP

<b>MRMN0001</b> Message output and creation: Logistics Invoice Verification

it is better if you write a Field exit on the Field <b>M_RECH_BUK</b>

For the Field exits,

http://www.sapgenie.com/abap/fieldexits.htm

http://www.sap-img.com/abap/field-exits-smod-cmod-questions-and-answers.htm

Thanks

Sudheer

Former Member
0 Kudos

Hi Sudheer,

So good !

Thanks a lot.

Etienne

Answers (0)