cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Handler Class for a Genil Object in an Object Model?

former_member202598
Participant
0 Kudos

Hello Experts!

Is there any procedure to find the ABAP Handler Class associated with a genil object in an object Model?

Regards

Sanguine

Accepted Solutions (0)

Answers (1)

Answers (1)

VishnAndr
Active Contributor
0 Kudos

Hello, Sanguine.

Try SPRO -> CRM -> CRM Cross-Application Components -> Generic Interaction Layer/Object Layer -> Basic Settings.

former_member202598
Participant
0 Kudos

Hello Andrei

The Navigation Path you have mentioned above gives you the details of a genil implementation class for a given component. i want the details of a specific handler class associated with every genil object in an object model

Regards

Sanguine

VishnAndr
Active Contributor
0 Kudos

Sanguine,

Ok, if you're talking about GenIL Handler Concept (which was introduced as of CRM 7.0 Ehp1 SP02) then you can find them by going to tx. GENIL_MODEL_EDITOR, clicking on the desired object and look at Implementation Settings section. There is a field Handler Class . But I've just checked on our system: no standard objects have handler class at all (table WCF_GIL_OBJECTS field HANDLER_CLASS).

If you refer this document you'll find that you can implement an object using only Implementation class. And I believe most of standard objects using this logic so far. So if you'd like to discover which class handles which objects you should start from the Implementation class of the component and dive deeper in it.

Hope this will help.