Application Development and Automation 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: 
Read only

FMX1 restriction

Former Member
0 Likes
679

Hi all,

I want to put a restriction on FMX1 for funds center when parking the document, so the user cannot park a document on a fund center he is not authorized on. I've filled in all the object related with the fund center, and also checked the SU24, without sucess.

On the other hand, I want FMW1 not to be restricted on the company code, that means i don't want the system to check the company code when the user get access to FMW1. I used SU24 to put off the control, but it doesn't work

Thank you for your help !!

2 REPLIES 2
Read only

Former Member
0 Likes
509

> Hi all,

>

> I want to put a restriction on FMX1 for funds center when parking the document, so the user cannot park a document on a fund center he is not authorized on. I've filled in all the object related with the fund center, and also checked the SU24, without sucess.

>

i'm sorry but this is not supported. i know nothing about this module but i checked the coding - this is all there is:


function fmr3_check_authority.

...

* Prüfen des neuen Berechtigungsobjektes
  authority-check object 'F_FUNDSRES'
           id 'BUKRS' field i_f_kblk-bukrs
           id 'FMRE_BLTYP' field i_f_kblk-bltyp
           id 'FMRE_BLART' field i_f_kblk-blart
           id 'FMRE_AUTH' field i_activity.

i checked for enhancements to transaction FMX1 which would allow interfering - you might want to check

- EXIT_RFFMBW00_002

- EXIT_SAPLFMFR_001

- EXIT_SAPLFMFR_002

with an abaper.

> On the other hand, I want FMW1 not to be restricted on the company code, that means i don't want the system to check the company code when the user get access to FMW1. I used SU24 to put off the control, but it doesn't work

>

> Thank you for your help !!

FMW1 goes to the same auth-check, so you might want to consider using exits here also.

Read only

0 Likes
509

Thank you very much for you help. Do you eventually mean that I have to modify the ABAP program of the transaction, since SU24 doesn't fix it ?

Thanks !

Hatem