We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi Jibin,what have you deployed? if all dependencies are fine, you should deploy only the custom wcb main application: all other modules are taken into account automatically.Best regards, Steffen
Hi Jibin,fine. No standard changed. The error message says that the standard WCEM can't be found. It is probably not deployed. Please check the assembly files. Are the modules built without errors?Steffen
Hi Jibin,please have a look at the WCEM Dev & Ext Guide, chapter 9. There, you find guidance how to extend the SAP WCEM standard.Please do not modify any WCEM SAP standard classes! Implement extensions in your own namespace. I suppose that some depen...
Hi Jibin,in the WCEM standard, that feature does unfortunately not exist. I recommend that you create your own TreeVCHandlerJSF.java that replaces the default one.Start with a debug session for TreeVCHandlerJSF to see how it works. Set breakpoints in...