on 08-08-2014 9:13 PM
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.