cancel
Showing results for 
Search instead for 
Did you mean: 

how to controle Authorization at function module level

former_member209962
Participant
0 Kudos

Hi Friends,

We want to restrict function module CALL_TRANSACTION_FROM_TABLE for some users, basically this function module is helping users to move transports and we do not want to give such access.

Is there any way to restrict function module?

Thanks

Tabrayz

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Tabrayz.

You can put restiction through putting implicite enhancment for a particular user .

1. go to function module source code.

2. press enhancement button.

3.goto edit and select enhancement operations.

4. select show implicite enhancement from the list.

5. right click on the on the initial stage of the """""""""""""""""""""""""""""""""""""""""""s(1) and create enhamcment .

6. right down your code and restrict it according to your need.

I hope this will resolve your porblem.

reward points if helpful.

former_member209962
Participant
0 Kudos

Dear Zahid,

Thanks for your reply I am trying to restrict through ROLE

senario is user is going to se37 and put functional module CALL_TRANSACTION_FROM_TABLE and excuting it and importing transports. and we want to restrict user from doing this.

I need a authorization object behind this functional module so that i can restrict suer through role.

Thanks

Tabrayz