cancel
Showing results for 
Search instead for 
Did you mean: 

Usage Dependencies

Former Member
0 Kudos

Dear All,

What is Usage Dependencies? and why do we need them?

Regards,

Ashish

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Ashish,

Adding to Venkat's answer.

A case when you will need Usage Dependency is when you need some Common Java Function to be accessible across SWCV's in your Landscape.

One option would be to loda the .jar file in each and every SWCV. this will cause an issue as when you need to make changes you need to make changes in all SWCV's. Better solution would be to have a Generic SWCV and have the jar file in that SWCV .

All other SWCV's should have a Usage Dependency on the Main Generic jar file and so you can access its objects as and when needed in any namespace in any SWCV.

Regards

Bhaves

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ashish,

Please go through the below link to understand Usage Dependencies. I think it will be very helpful to understand it:

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/43/e95ac0a0302d56e10000000a422035/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/43/e95ac0a0302d56e10000000a422035/frameset.htm</a>

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/09/bfd34b3a742a42a60a9ae93d09c1ff/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/09/bfd34b3a742a42a60a9ae93d09c1ff/frameset.htm</a>

Regards,

Subahsha

Former Member
0 Kudos

Hi,

These usage dependencies are used to make two or more SWCV to be dependent on some other SWCV. These are used in real time projects, where you define the Data types, message types, message interfaces in two different SWCVs and for creating message mappings between these Message interfaces you need to use this Dependencies.

These dependencies are specified in SLD.

Regards,

P.Venkat

Former Member
0 Kudos

Hi ,

Check this one...

/people/michal.krawczyk2/blog/2005/08/26/xi-are-you-independentfrom-your-dependencies

Regards