cancel
Showing results for 
Search instead for 
Did you mean: 

Can't find standard SC for particular standard DC

Former Member
0 Kudos

Hello,

We are customizing the masthead for our SAP NetWeaver 7.1 Sp05 portals and I'm running into some dependency issues.

I have imported the SAP standard 'com.sap.portal.navigation.masthead.war' package into NWDS into a custom DC, and using NWDI to provide proper dependencies.

The Java import statements in some of the jsp files are as follows:

<%@ page import = "java.util.ResourceBundle" %>

<%@ page import = "com.sapportals.htmlb.*" %>

<%@ page import = "com.sapportals.htmlb.hovermenu.*" %>

<%@ page import = "com.sapportals.portal.prt.session.IUserContext" %>

<%@ page import = "com.sapportals.portal.prt.component.*" %>

<%@ page import = "com.sapportals.portal.prt.service.laf.*" %>

<%@ page import = "com.sap.security.api.UMFactory" %>

<%@ page import = "com.sapportals.portal.prt.service.license.ILicenseService"%>

<%@ page import = "com.sapportals.portal.navigation.*" %>

<%@ page import = "com.sapportals.portal.prt.runtime.PortalRuntime" %>

<%@ page import = "com.sapportals.htmlb.rendering.IPageContext" %>

<%@ page import = "com.sapportals.portal.prt.util.StringUtils" %>

<%@ taglib uri="prt:taglib:tlhtmlb" prefix="hbj" %>

For com.sapportals.htmlb.* I found the FRAMEWORK SC, and com.sap.security.api.UMFactory we found ENGINEAPI, but for all of the other imports I'm not able to find the proper SC dependencies that actually contain these libraries/DCs.

I tried looking everywhere with no luck, is there somewhere where I can see what SC any particular DC belongs to in this specific NetWeaver version?

I will award points, thanks!

Scott Renaud

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member214355
Contributor
0 Kudos

Hi Scott

Have you applied EPBUILDT?

Thanks

Kenny

Former Member
0 Kudos

Hey,

Yes we applied the following as dependencies:

CAF

CAF-MF

ENGFACADE

ENGINEAPI

EP-BASIS-API

EP-RUNTIME

EP_BUILDT

ESF

FRAMEWORK

GP-CORE

J2EE-APPS

MMR_SERVER

SAP_BUILDT

VCFRAMEWORK

Regards,

Scott

shreyas_pandya
Contributor
0 Kudos

Hi Scott,

You have mentioned an SC named EP-BASIS-API.

Is this SC same as EP-BASIS?

if not then try importing EP-BASIS too.

Regards,

Shreyas Pandya

Former Member
0 Kudos

Hi Shreyas,

Sorry about that, I missed EP-BASIS in my list, I already have it.

I've found that I was able to deploy to the portal without the remaining dependencies and it worked.

Also I put it into NWDI and it built with no errors.

How come it works even though in NWDS in the JSPs there are plenty of errors due to missing dependencies?

Regards,

Scott