cancel
Showing results for 
Search instead for 
Did you mean: 

How to restrict user for creation just one Notification Type?

Former Member
0 Kudos

Hi everyone,

is that possible to restrict user to create one notification type from SPRO.

For example,

i have 3 Notification type(A1-A2-A3). but only some users should create the H3 Notificaton. is that possible to restrict from SPRO, i mean without any custom development.

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

Useful info:

Have a look at authorisation object I_QMEL.

PeteA

Former Member
0 Kudos

its done from I_QMEL. thank u Pete Atkin

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

It is not possible to have control on SPRO single T-code to control Through authorization. authorization is only possible on Create and Display.

jogeswararao_kavala
Active Contributor
0 Kudos

Hello Heytem,

(I am assuming the 'H3' of your post as 'A3'.)

My opinion

1. It is not an SPRO exercise.

2.You need to have separate Roles for Notification Create/Change, One for Notification type (QMART) A1, A2. and the other for A3. Then you would attach these roles accordingly to the userIds. If some user can work on all thress notification types, then he will be assigned both these roles. The Users who need to be confined with only A3 type, will be assigned one role ie role with QMART value A3.

3.If this is not possible for you then userExit  QQMA0014 can come to your rescue. For specified users at the time of saving the A1 or A2 Notifications, error pop-up can be arranged saying 'you are not authorized for creating this notification type'.

Good Luck

KJogeswaraRao