cancel
Showing results for 
Search instead for 
Did you mean: 

Need to identify SAP Netweaver with PI installed

Former Member
0 Kudos

Hi All,

I need to identify SAP component version in ABAP code. for that I am retrieving status of the system fr0m CVERS_TXT table.

but for identifying PI system it is returning u2018SAP Netweaveru2019 which is not valid because if it only Netweaver without PI installed then also it will consider SAP system as PI.

So need to figure out exact table or transaction from where i can get this information.

I need to differentiate the pure SAP netweaver system and SAP netweaver with PI.

Please guide on the same.

Thanks in advance,

Arati.

Edited by: Arati Kale on Jan 3, 2012 6:49 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

To check if a system is a PI server, goto transaction SXMB_ADMIN-> Integration Engine Configuration

Check the role of business system. If its application system then its a non PI server.

Alternatively, you can check the role of system in SLD as well.

Regards,

Shantanu

Former Member
0 Kudos

Hi Shantanu,

Thanks for your response.

I checked SXMB_ADMIN transaction and on PI system it is showing role of busniess system as 'Integration server'. I checked the same on other system without PI it is showing role of busniess system as 'Not yet configured'.

So I want to just check what will be role of busniess system when PI is installed but basic configuration is not yet done.

Thanks,

Arati.

Answers (2)

Answers (2)

former_member189725
Active Contributor
0 Kudos

The CVERS table in a NW system and a PI system would look alike as far as components are concerned . Its the configuration post installation that make a system a PI system.

Former Member
0 Kudos

Hi Arati,

you can check in Menu - system -status.

Regards

Madhav