cancel
Showing results for 
Search instead for 
Did you mean: 

CRM Customer Sub-Objects in CRMC_OBJECTS_GEN?

jackiefung
Explorer

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

Accepted Solutions (0)

Answers (1)

Answers (1)

amitdev_solanki
Explorer
0 Kudos

Hi Jackie,

If you are not using AET then how are you planning to extend BT?

There could be a possible way to create a Z objects,relationship etc. manually in the system.

Br,

Amit