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: 

QM02 notification task deletion autorization to be removed

Former Member
0 Kudos

I have a requirement as follows

Steps for reconstruction:

Tx: QM02

enter " notification" number

select task (TAB)

select the task listed

Now this task deletetion autorization needs to be removed. ie the user must not have this authorization.

Is there any way to hide the deletion button . I want to use only authorization and not screen variants

I checked almost all object having "task " in its despcribtion.

Edited by: Hussain Sehorewala on Jun 17, 2008 4:25 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

If you are asking for the deletion flag then you can set or deselect in the

QM02->notification->tasks goto Notification->functions->Deletion flag

I have run trace for the same its showing object Q_GP_CODE with catalog 02(tasks) and code group QM-1.Deactivate the object run QM02 and try to delete the task.

Rakesh

4 REPLIES 4

Former Member
0 Kudos

Try this:

Object:

B_NOT_TASK: Access to Tasks in General Notifications

Activities:

11: Displaying a task in the task transaction and in task worklists

12: Displaying a task in the task transaction and in task

worklists, if the user is assigned to the task as the processor

(partner for the task).

21: Processing a task in the task transaction

22: Processing a task in the task transaction, if the user is

assigned to the task as the processor (partner for the task)

Former Member
0 Kudos

Hi,

Get the objects(for which proposal is YES) from su24 for the transaction QM02 .

Try by unchecking the Delete option in ACTVT for the above objects.

(It may be solved by trial and error)

Regards,

Ajit.

Edited by: Ajit Nadkarni on Jun 17, 2008 7:50 PM

Former Member
0 Kudos

Hi,

If you are asking for the deletion flag then you can set or deselect in the

QM02->notification->tasks goto Notification->functions->Deletion flag

I have run trace for the same its showing object Q_GP_CODE with catalog 02(tasks) and code group QM-1.Deactivate the object run QM02 and try to delete the task.

Rakesh

0 Kudos

Thanks Rakesh ,

The object Q_GP_CODE did the work.

That means my st01 is not working properly or I am missing something somewhere.

Anyways Thanks