Skip to Content
0
Former Member
Nov 22, 2011 at 04:38 PM

ESS-NWDI: Problem class com.sap.xss.hr.per.helpers.CCHelper not found

128 Views

Regards,

I have a problem. I have no CCHelper class, which is contained in the package com.sap.xss.hr.per.helpers, but I have that package is not available within the project. I'm trying to modify the standard app sap.com / ess ~ see ~ addr / Per_Family_VE.

The import com.sap.xss.hr.per.helpers cannot be resolved

...

helper=new CcHelper(fpm,wdThis.wdGetAPI(),"sap.com/essvefam", ... )

CcHelper cannot be resolved or is not a type

On the other hand, I have many problems in terms of mapping in the context of the views. I do not know how to solve them. As follows:

Component VcPerFamilyVEDetail [FcPersInfo]: Component Used usage has no component

ContextValueAttribute ENDDA [type]: Type missing (Hint: The type property Must be a simple type to September, a built in type or native java Any type)

. ENDDA: The mapping definition is inconsistent, the mapped context element does not exist.

My classpath is:

 
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" path="gen_ddic/datatypes"/>
    <classpathentry kind="src" path="gen_wdp/packages"/>
    <classpathentry kind="var" path="JRE_LIB"/>
    <classpathentry kind="var" path="JRE_SRC"/>
    <classpathentry kind="lib" path="C:/Users/Daynet/.dtc/0/DCs/sap.com/pcui_gp/xssfpm/_comp/gen/default/public/FloorplanManager/lib/java/sap.com~pcui_gp~xssfpm~FloorplanManager.jar"/>
    <classpathentry kind="lib" path="C:/Users/Daynet/.dtc/0/DCs/sap.com/pcui_gp/xssutils/_comp/gen/default/public/FPMUtils/lib/java/sap.com~pcui_gp~xssutils~FPMUtils.jar"/>
    <classpathentry kind="src" path="src/packages"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.webdynpro.runtime_2.0.0/lib/_webdynpro_progmodel.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.tssap.sap.libs.logging_2.0.0/lib/logging.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.webdynpro.runtime_2.0.0/lib/_webdynpro_services.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.webdynpro.runtime_2.0.0/lib/_webdynpro_admin.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.webdynpro.runtime_2.0.0/lib/_webdynpro_runtime_designtime_coupling.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.webdynpro.runtime_2.0.0/lib/_webdynpro_runtime_designtime_coupling_api.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.webdynpro.runtime_2.0.0/lib/_webdynpro_clientserver.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.webdynpro.runtime_2.0.0/lib/_webdynpro_runtime_repository.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.webdynpro.runtime_2.0.0/lib/_webdynpro_runtime_repository_pmr.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.webdynpro.runtime_2.0.0/lib/_webdynpro_modelimpl.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.webdynpro.runtime_2.0.0/lib/_webdynpro_model_dynamicrfc.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.ap_2.0.0/comp/SAP_JTECHS/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java/SapDictionaryTypesRuntime.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.ap_2.0.0/comp/SAP_JTECHS/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java/SapDictionaryTypeServices.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.ap_2.0.0/comp/SAP_JTECHS/DCs/sap.com/com.sap.aii.proxy.framework/_comp/gen/default/public/default/lib/java/aii_proxy_rt.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.cmi_1.0.0/_cmi_api.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.mw.jco_2.0.0/lib/sapjco.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.ap_2.0.0/comp/SAP_JTECHS/DCs/sap.com/com.sap.aii.util.misc/_comp/gen/default/public/default/lib/java/aii_util_misc.jar"/>
    <classpathentry kind="lib" path="C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/plugins/com.sap.exception_2.0.0/lib/exception.jar"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

I have installed jdk 1.5.0_18, NetWeaver Developer Studio 7.0.

Thanks for your help. Regards!

Note: I sync the DC, rebuild, repair, close the NWDS and open again and still problems.