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: 

Limit COGI to delete transaction only

Former Member
0 Kudos

Hi Experts,

Is it possible to limit the COGI t-code to delete activity only?

Thanks.

4 REPLIES 4

Former Member
0 Kudos

Hi Rachel,

It is not possible to limit to delete only with the delivered authorization objects.

The alternative is to create a transaction variant via transaction code SHD0 and leave only the delete option.

Best Regards,

Raghu

Former Member
0 Kudos

There is an explicit and implicit enhancement ponits as well as a BADI dedicated to authority-checks available, so rather use the switch framework (tcode SFW5) than a variant transaction.

Cheers,

Julius

mvoros
Active Contributor
0 Kudos

Hi,

if you search this forum you should be able to get BADI which can be used. I remember answering similar questions and there is a specific BADI method for performing additional authorization checks.

Cheers

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Check the following document:

BR

Caetano