cancel
Showing results for 
Search instead for 
Did you mean: 

Deactivating an interface

Former Member
0 Kudos

hi,

we have an interface which uses an ABAP proxy, is it possible to deactivate the interface so that when the program is run the messages dont make it to the XI Integration Engine.

Cheers

John Patterson

Accepted Solutions (0)

Answers (4)

Answers (4)

udo_martens
Active Contributor
0 Kudos

Hi John,

i dont think deleting of the interface would help. Better deactivate the proxy, that would give you an error at ERP side, or delete the interface determination, what would give you an error at XI side.

Usually you would decommed the ABAP call..(but that was not your question)

Regards,

Udo

bhavesh_kantilal
Active Contributor
0 Kudos

John,

You client proxies are triggered from the SAP system. The best solution is to stop the Program scheduled to trigger data to XI from the SAP system itself.

As this is a PUSH based interface you do not have control in XI to do otherwise.

regards

Bhavesh

prateek
Active Contributor
0 Kudos

<i>is it possible to deactivate the interface</i>

No

U may delete it temporarily. Re-creating an interface wouldnt b much tedious.

Another option would be to put a wrong RFC destination. But then it would stop all related interfaces.

Regards,

Prateek

Former Member
0 Kudos

Hi John,

i dont think so you can stop the interface. Why dont u comment the code which triggers the ABAP proxy.

CHeers,

Sumit