cancel
Showing results for 
Search instead for 
Did you mean: 

Design Layer Object Types??

Former Member
0 Kudos

Hi,

i got a little question. What are the functions of Callback-Classes and BOR-Objects in the Object Type in the Design Layer?

Points will be regarded!!

Thanks and greets

Volker Weckbach

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Ah okay the callback-class is for subtype dependend configuration.. right?

What is the function of this relation between bor-object and component? In some object types, there are no entries for the the BOR-Object, although there´s a component defined.

xavier_dehairs2
Active Participant
0 Kudos

BOR to component relationship is not mandatory -> it is only needed for some components which have a link to a BOR object.

Xavier

xavier_dehairs2
Active Participant
0 Kudos

Hi Volker,

as explained in the documentation, the callback class is used to define your own subtypes for a component, if you need new subtypes in the UI configuration for instance.

Example of callback class: CL_CRM_UIU_BT_OBJTYPE_CALLBACK

The BOR object is simply the object from the BOR which is linked to your component (e.g BUS1006).

You can use your new subtype by redefining the method DO_CONFIG_DETERMINATION in your enhanced component.

Regards,

Xavier