cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a new Data dictionary component withing the dev config perspective

Former Member
0 Kudos

I am working through the example application found in the book "Java Programming with the SAP Web Application Server" I am at the step where I need to create a data dictionary component under my SC. When I create the component i get the following error;

Mar 13, 2006 2:25:21 PM /userOut/Development Component (com.sap.ide.eclipse.component.provider.actions.dc.UsedDCFoundHandlerBase) [Thread[main,5,main]] ERROR: failed to resolve reference "sap.com/tc/ddic/metamodel/content" for DC "mycomp.com_LB_EMPLOY_1:mycomp.com/appl/employee/dic":Cannot find compartment of used component: sap.com:tc/ddic/metamodel/content

Any ideas?

Jarrod

Accepted Solutions (1)

Accepted Solutions (1)

angel_dichev
Active Participant
0 Kudos

Did you import the 3 required SC:

SAP-JEE,

SAP_BUILD

SAP_JTECHS

the DC: sap.com/tc/ddic/metamodel/content is part of SC SAP_JTECHS

You can brouse all imported DCs from CBS

SAPs should be 161. The one you are looking for is N:31 in the SAP_JTECHS

If you have problem with the local bild, than you havn't checked out all DC to your NWDS.

Regards, Angel

Former Member
0 Kudos

Angel,

That fixed my problem.

I forgot to go into Transport Studio (in CMS, you mistakenly mentioned CBS in your post) and import those three SC's. Rookie mistake on my part.

Thanks for all your help I am slowly getting up to speed on these development concepts..

Cheers

Answers (0)