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: 
Read only

MEssage when Transport request is released

Former Member
0 Likes
691

Hello,

I want to get a message, when a transport request is released. But this throws no Event (Object CTREQUEST ) .

Is there any possibility ?

Thanks and best regards

Stefanie

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
654

Hi,

Try using the BADI

CTS_EXPORT_FEEDBACK Feedback after export of a transport request

Regards

Hello,

I want to get a message, when a transport request is released. But this throws no Event (Object CTREQUEST ) .

Is there any possibility ?

Thanks and best regards

Stefanie

3 REPLIES 3
Read only

Former Member
0 Likes
655

Hi,

Try using the BADI

CTS_EXPORT_FEEDBACK Feedback after export of a transport request

Regards

Read only

Former Member
0 Likes
654

Hi Stefanie,

Go to SE24 and open the class CL_EXITHANDLER, in the method get_instance, put a breakpoint on the statement

CALL METHOD cl_exithandler=>get_class_name_by_interface

Line 14 and release your request and see if the BADI CTS_EXPORT_FEEDBACK is called.

I cannot check this in my system as i don't have any request to release.

Regards

Rajvansh

Read only

Former Member
0 Likes
654

Hello all,

thanks for that quick answer !

Now I get a workitem for each released transport-request

All good wishes

Stefanie