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: 

BADI - IF_EX_CTS_REQUEST_CHECK

0 Kudos
484

Hi everyone,

I must to use the method IF_EX_CTS_REQUEST_CHECK~CHECK_BEFORE_ADD_OBJECTS of BADI IF_EX_CTS_REQUEST_CHECK;

You tell me when it's triggered ? How I can intercepted it ?

Thanks Enrico.

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos
156

Hello Enrico

As the name of the interface method implies it should be triggered when the user wants to add new objects to a transport request.

The normal process is as following: You create a new or change an existing object and want to save it. Before the object is saved a popup appears where you have to enter the transport request for the object.

The BAdI method could be triggered either immediately before or after sending this popup.

The purpose of the BAdI method is clear: to prevent transportation of critical objects.

Regards

Uwe

4 REPLIES 4

Former Member
0 Kudos
156

hi,

do this way ...

goto se19 and give the badi name BADI IF_EX_CTS_REQUEST_CHECK in classical badi under create implementation section and press create button and give the custom badi name and save it with a request ... give newly created badi in edit implemtation under classical badi and press the change button and write the relevant code in the method and activate the badi and the method ..

Regards,

Santosh

0 Kudos
156

Hi Santosh,

My problem is not how to create or implement the BADI method, but when intercepts it.

Thanks Enrico.

uwe_schieferstein
Active Contributor
0 Kudos
157

Hello Enrico

As the name of the interface method implies it should be triggered when the user wants to add new objects to a transport request.

The normal process is as following: You create a new or change an existing object and want to save it. Before the object is saved a popup appears where you have to enter the transport request for the object.

The BAdI method could be triggered either immediately before or after sending this popup.

The purpose of the BAdI method is clear: to prevent transportation of critical objects.

Regards

Uwe

0 Kudos
156

I think Enrico's issue is that it's not.

I'm trying to implement it now, but while other methods in the BADI are called as expected, this doesn't seem to be.

Regards,

Marcello