Thursday, February 1, 2018

How to find Genil Class for UI component


To find genil class from ui component.
1. check the model component set assigned to bsp component in the run time repository. for eg ONEORDER/ALL
2. this component set will have genil components assigned to it.. genil components BT/BP etc.
3. you can find these component detail in spro customizing.
Spro->CRM->cross appl. comp.->genil->basic settings->component :
Under respective genil component you can find implementation class assigned.
for eg. BT -> cl_crm_btil
BP -> cl_crm_buil

Notes: You can put a break point in this class-method and try running the bol query in Genil_Bol_Browser – which will trigger this breakpoint