cancel
Showing results for 
Search instead for 
Did you mean: 

Getting the manager for the Business partner

Former Member
0 Kudos

Hi All,

I would like to know where the logic has been written for getting the manager&name for BP in business partner screen.Please see the attachment for reference.

I would like customize the manager population logic.

Thanks in advance for your help..

Thanks,

Susan.

Accepted Solutions (1)

Accepted Solutions (1)

former_member193634
Active Participant
0 Kudos

Hello,

Manager data is part of context node EMPLOYEE. This context node is based on bol object BuilEmp.

This BOL object is managed by class CL_BUPA_IL_EMPLOYEE_HEADER.

In the method READ of this class, you will  find the logic behind manager determination :

In method GET_MANAGER_DATA, method GET_EMPLOYEE_MANAGER is used, which retrieve information about manager reading organizational data.

Hope this helps,

Sylvain AGUETTAZ

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Sylvain..I got the logic Thanks for letting me know...I will follow the same approach for remaining fields as well..

I really appreciate your help on this..

former_member206281
Active Participant
0 Kudos

Hi Susan,

Did you try checking GET_ methods of this field? GO to the BSP compnent and navigate to the context node of this field. It can also be written in do_prepare output method.

Reward if useful

Regards

Chandrakant Kulkarni.