Application Development and Automation 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: 

Which BADI get trigger when we delete a workbench request (TR) in SE09 OR Modify TR.

former_member15804
Participant
0 Kudos
974

Hi ,

Can you please help me in finding out which badi gets. trigger. when we delete a transport request and modify TR in se09.I know the BADI Badi CTS_REQUEST_CHECK gets triggered while creation TR only but I want a badi for TR deletion and modification.

BADI for ---------TR Deletion , TR Modification ( User / Task / Objects ) ??
Thanks
8 REPLIES 8

Sandra_Rossi
Active Contributor
0 Kudos
864

Check all CTS_* BAdI Definitions. Probably you won't find one, so just enhance the standard...

prithvirajr
Contributor
0 Kudos
864

Hi,

Please follow the below wiki

https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=133758980

I hope you find what you are looking for.

Regards,

Prithviraj

0 Kudos
864

Hi,

I have found the badi by same process but no badi trigger while deleting tr or modifying..

0 Kudos
864

Hi,

This may be because BADI is not used for it.


Regards,

Prithviraj

former_member15804
Participant
0 Kudos
864

Hi @sandra rossi,

How to enhnce this badi if itbis is not triggering while deleting TR OR Modifying TR..??

Is there any way we can do?

RaymondGiuseppi
Active Contributor
0 Kudos
864

AFAIK there are no such BAdI, so answer can be 'none'.

So depending on your exact requirement, you may have to enhance standard objects such as FM TRINT_DELETE_COMM and TRINT_UPDATE_COMM.

(Not enhance the BAdI...)

former_member15804
Participant
0 Kudos
864

Okay thank you so much for ur reply..

former_member15804
Participant
0 Kudos
864

Is there only this way to enhance the standard objects then we will go for it..

Pls let me know if anyone knows any other way for this?

We want some logic to be trigger at TR Deletion and modifications..

Thanks