cancel
Showing results for 
Search instead for 
Did you mean: 

How to read SLD, IR, ID objects programmingly ?

Former Member
0 Kudos

Dear all:

This is my first post on this forum. I am looking for a way to read all the XI objects programmingly, e.g. Message Mapping in IR, Communication Channels in ID etc.

Does any one get me to right directions ?

Thanks in advance !

Liang

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Liang,

start with SLD i.e products SWCV Techincal system and business system then goto IR datatype messagetype message interface mapping interface mapping

in ID business system reciver dertermination interface detemintion sender and reciver agreements

Answers (1)

Answers (1)

Former Member
0 Kudos

Look for entries in table SSRVCHANNEL for communication channels...

entries in table SMPPMAP3 for mappings...however the actual mapping(graphical mapping) would be a java class on the java stack....

entries in table for TRD_RELATION for receiver determination...

entries in table SMPPREL3 for interface determination...

Message was edited by:

Renjith Andrews

Former Member
0 Kudos

Hi, Renjith:

Your anwser looks very interesting to me.

Please correct me if I am wrong: I can write ABAP reports to access the tables and get all those values. Is there any documents describing contents of the tables ?

Cheers

Liang

bhavesh_kantilal
Active Contributor
0 Kudos

Don't think this is documented.

Yes, you can wrtie ABAP reports to access these tables.

Regards

Bhavesh

Former Member
0 Kudos

Hi Liang,

These are non-documented system tables.....writing an ABAP report is defintely possible....please keep in mind again these are system tables, so there may be chances that this could be changed in a new release without any notice...

btw...i got these by checking in T-Code SXI_CACHE...

Thanks,

Renjith