Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to get the software component versions

Former Member
0 Kudos

Hi,

I'm looking for a way to get the information available on the System/Status windows from the SAP Front End GUI. There is a button allowing to get the Component Information:

SAP_ABA, SAP_BASIS, etc...

The one I'm looking for is the short Description of SAP_BW as Software component, that can be "SAP NetWeaver BI 7.0" for example.

I need to get this information (clearly, on what kind of server am i connected to ?), from a remote application using RFC SDK.

So is there any BAPI available for that ? Or may be I could use the BAPI READTABLE but I don't know what could be the table name.

Regards,

François MAESEELE

2 REPLIES 2

Former Member
0 Kudos

Hello

Tables: UVERS, PAT03

0 Kudos

Hi,

Thanks very much for your answer. In fact, table UVERS is empty both on SAP Wharehouse server and Netweaver, but you put me on the right way...

I finally found that table CVERS_REF was enough, but I don't have the version of the component like in the status window...

I doubt also I'm right using the RFC_READ_TABLE, but I don't know yet if a BAPI exists for what I'm looking for.

Regards

François MAESEELE