cancel
Showing results for 
Search instead for 
Did you mean: 

How to find communication channels in the database

Former Member
0 Kudos

Hello,

how can I find communication channels in the database? Exists here a webservice or a template to read them out automatically? Has anyone here an idea or experience with it?

Thanks in advance,

kind regards,

Peter Mueller

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member750652
Contributor
0 Kudos

Hi stephan,

In XI all the intrgration logic will be stored as Design time objects(Integration Objects) and Runtime objects (Integratin Directory).So there wont be any specific tables that store all of them .But XI holds them in CACHEs called CPA caches and there are different caches too.

Tables in XI

https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/xi+tables

For caches:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1a69ea11-0d01-0010-fa80-b47a7930...

Important Tcodes

https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/xiTransactionCodes

Thanks,

Ram.

Former Member
0 Kudos

Hi Peter,

There are APIs available which allow creation/change of objects in ID including Communication channels. There are a couple of blogs around SDN demonstrating the use of these APIs. Just do a small search, you will get it.

Regards

Jai