cancel
Showing results for 
Search instead for 
Did you mean: 

Using WDComponent in another DC

Former Member
0 Kudos

Hi Everybody,

i would like to use wdComponent defined in one DC in another DC.

I try detail describe what I have made:

1. I have created SC's: BaseSC and MainSC (main depend on base)

2. I have created track with both sc's

3. I created DC's: mainDC (in MainSC) and baseDC (in BaseSC)

4. In baseDC i have created WD component and add it to two public parts api ("provides API...") and pack ("Can be packed...")and build DC (locally)

5. In mainDC i have declared baseDC as used DC (both pp, in build and deploy time)

6. When i build mainDC I can see DC dependencies (checkbox list with DC to build - baseDC is on this list)

7. I try to add wdComponent from baseDC as used wdcomponent in mainDC - i can't see wdComponent from baseDC on selection list!!!.

8. I have checked in both components and activated it (central build) - no result

9. I have synchronized surces in mainDC - no result.

I have no idea what is wrong and what more can I do!!

best regards

Bogdan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Bogdan,

A DC can use another DC from a different Software Component (SC) ONLY if its own software component defines an appropriate dependency.

You may refer the following links for further information about this concept.

1.<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/10/8b9c4f1c79024595308d2f4a779c5e/frameset.htm">Defining and Removing Software Dependencies</a>

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

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

Bala

Former Member
0 Kudos

Bala,

thanks for your answer, but i have defined SC dependecies (during SC definition in SLD i have add BaseSC to list with components which MainSC use, beside SAP-JEE, SAP_BUILDT and SAP_JTECHS) and now theoretical i can use DC from Base in Main, but only thoretical

Regards

Bogdan

Former Member
0 Kudos

Hi,

problem is solved - i have just folowed JDI Tutorial 3 (layered Developement)

Thanks for help

Regards

Bogdan

Answers (1)

Answers (1)

Former Member
0 Kudos

HI

GOOD

GO THROUGH THE FOLLOWING LINK,I HOPE YOU WILL GET MORE IDEA ABOUT Using WDComponent in another DC

http://help.sap.com/saphelp_nw04s/helpdata/en/43/e085d6421a4d9de10000000a155369/content.htm

THANKS

MRUTYUN