cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieving Interface List automatically from PI Directory

Former Member
0 Kudos

Hi Experts - Would you know if there is a standard or custom way in order to extract the current Interfaces from the Integration Directory of SAP PI in form of a report?

Would this list of Interfaces maybe be visible in any other place, e.g. SOA Manager?

Thanks for your feedback, Mathias.

Accepted Solutions (0)

Answers (3)

Answers (3)

SudhirT
Active Contributor
0 Kudos

You can check this info within Table SMPPREL3.

Former Member
0 Kudos

Have you tried using the Programming interface? It will return objects as WSDLs to be accessed as web services:

http://help.sap.com/saphelp_nwpi71/helpdata/en/46/6dca42e5c269dfe10000000a11466f/content.htm

http://help.sap.com/saphelp_nwpi71/helpdata/en/46/6eee2055d66a58e10000000a11466f/content.htm

As mentioned on the help page below:

Examples of Possible Applications

Individually Presenting the Contents of the Integration Directory

You can retrieve and individually present the contents of the Integration Directory. You can create your own views of the contents of the Integration Directory, for example for the purpose of statistics.

http://help.sap.com/saphelp_nwpi71/helpdata/en/46/69a16a14710ad6e10000000a11466f/content.htm

Also, for direct access on PI/XI objects, please check the related tables for each integration builder object on the wiki page below

http://wiki.sdn.sap.com/wiki/display/XI/XI+Tables

former_member181962
Active Contributor
0 Kudos

Hi Mathias,

By interface do you mean the Unique configuration scenarios?

Or the Service Inetrfaces?

If you want the service interfaces, the you can query the table SXMSITF

Best Regards,

Ravi