cancel
Showing results for 
Search instead for 
Did you mean: 

finding the underlying datasource

Former Member
0 Kudos

Hi,

We have installed the SAP Netweaver2004s environemant with

a)Web AS Java

b)Web AS Java + ABAP

Is there anu API or UME API or any programmatic approch form where we can know if the underlying datasource is of what type.

I require this as based on the server configuration my code flow will change.

How this can be done.

Best Regards

Manoj

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182416
Active Contributor
0 Kudos

Hi There !

Can u explain the problem in some more detail ?

Regards,

Rajendra

Former Member
0 Kudos

Hi Rajendra

I am using UME API for my development.

I want to check using java code what the is the backend of the given SAP Netweaver system.

A)

When we install the SAP Web AS JAVA only the sap directory created is as follows:

/usr/sap/<SAPSID>/JC<intsnace_no>/j2ee

B)

When we install the SAP WAS with ABAP and JAVA the directiry appears as follows:

/usr/sap/<SAPSID>/DVEBMGS<instance_no>/j2ee

Now i want to know if i can find this information programitically

IS there any UME api to get this information.

Please let mw know if i am clear on this

Best Regards

Manoj