cancel
Showing results for 
Search instead for 
Did you mean: 

Finding Installed Modules in SAP

former_member222860
Active Contributor
0 Kudos

Dear All,

Is there any method to find out the installed modules of the SAP. In Oracle Apps, there's Query to find the same like below:

select 
   application_id,
   application_short_name,
   application_name 
from 
   fnd_application_vl;

I'm looking for the similar one for SAP, Can any Pl. throw some hint.

Thanks

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If by SAP, you mean ECC6 (SAP is a software company which sells many different software products), then all the modules are always installed.

You can see them indirectly from a sapgui connection withe the menu : System --> Status --> Magnifier button.

If you have implemented Enhancement packages, you can check the installed and activated business functions from transaction SFW5.

Regards,

Olivier

former_member222860
Active Contributor
0 Kudos

Thank you guys,

Actually I've access to database layer only, so i'm looking for any SQL query. Hope there's table, which holds info about Installed Modules.

By the way, I didn't get SFW5 transaction, i'm on SAP 4.7.

Best regards

Mahesh

Former Member
0 Kudos

Have a look at table CVERS.

JPReyes
Active Contributor
0 Kudos

You can get that information from table CVERS, just use a simple select query

Regards

Juan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can check the same from menu System-> Status once you login to system and from SPAM tcode.

Thanks & Regards,

Sharath