‎2008 May 29 9:45 AM
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 !!
‎2008 May 29 12:13 PM
> 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.
‎2008 May 29 1:10 PM
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