cancel
Showing results for 
Search instead for 
Did you mean: 

Self-Service Customization

Former Member
0 Kudos

Hi Gurus,

I am developing a customized Self-Service application. And I have configured the Application Properties as given in help.sap.com.

But when I try to deploy and run the application, I get this error.

The initial exception that caused the request to fail, was:

   com.sap.tc.webdynpro.services.sal.deployment.api.WDDeploymentException: Failed to load deployable object part 'com.sap.pcuigp.xssutils.ccpcd.CcXssPcd', type 'Component' of deployable object 'sap.com/pcui_gp~xssutils'. 

    at com.sap.tc.webdynpro.serverimpl.core.deployment.AbstractDeployableObject.getPart(AbstractDeployableObject.java:244)
    at com.sap.tc.webdynpro.serverimpl.wdc.deployment.DeployableObjectFactory.getDeployableObjectPart(DeployableObjectFactory.java:117)
    at com.sap.tc.webdynpro.services.sal.deployment.api.WDDeployableObject.getDeployableObjectPart(WDDeployableObject.java:62)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:846)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:158)
    ... 36 more

I am not able to figure out why this is happening. I have added the xssutils and xssfpm as Used DCs too.

Any help would be greatly appreciated.

Thanks,

Anjana R.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

from the DC properties

Check the deploy time and runtime for the Used Dcs if they are unchecked.

Regards

Ayyapparaj

Former Member
0 Kudos

Thanks Ayyapparaj.

The issue was with the ERP version. The client was using mySAP ERP 2004. I assumed that it was ERP 2005.

Thanks for your reply.

Regards,

Anjana R.