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 SM59 access

Former Member
0 Kudos

Hi,

I am looking for a way to restrict access to SM59 in order to reach the following goals :

1° display all RFC

2° create/modify rfc of type 3 and T whose names start with Z only

I have been able to get point 1° using object S_RFC_ADM with 03,,,*

Concerning point 2°, I can restrict the type with RFCTYPE field, but I cannot add Z* in field RFCDEST. It only takes the full RFC name.

Did someone face this problem before me ?

PS : I am working with ECC6.

Thanks for your help

Marc

1 REPLY 1

Former Member
0 Kudos

You should be able to "wildcard" it manually with Z*.

Does it give you an error message number?

Which SP level are you on?

Please also check your own authorization for object S_USER_VAL? --> The system will filter what you can and cannot select after doing a "full authority" check first, which if failed will modify the screen to remove the "ranging" option.

Cheers,

Julius

ps: Please take not that S_RFC_ADM only controls some of the tabs and functions and not the ability to call the destination (object S_ICF).

Edited by: Julius Bussche on Dec 15, 2009 2:50 PM