Hello gurus,
I'm working on extending BT with Z* sub-objects. For business and technical reasons, I can't use AET. I registered the object in view CRMV_OBJECT_ASSI. When I test the component, a runtime exception of component not found is raised from method GET_DETAIL in class CL_CRM_COMPONENT. The reason is my Z* sub-objects are not in table CRMC_OBJECTS_GEN. I think this table is objects generated from AET only. It has a lot more tables and structures that I don't actually use in my Z* sub-objects. Is there any way to bypass it? Should I configure it elsewhere? I tried to put my Z* sub-objects in table CRMC_OBJECTS_GEN anyway but it simply leads to other runtime errors. I do believe it should not be the way. Any hints? Thanks in advance.
Regards,
Jackie