on 2017 Mar 20 11:25 PM
Hi Gurus,
I need to know how can I setup 'manager' for work status if I use '
/ERP/COSTCNTR' as owner dimension in work status configuration.
Below is my work status configuration:
Work Status List:
0 - Unlocked (Controlled by: Owner and Manager; Manual Entry: All)
0 - In Process (Controlled by: Owner; Manual Entry: Owner)
0 - Submitted (Controlled by: Owner ; Manual Entry: None)
0 - Approved (Controlled by: Manager; Manual Entry: None)
-----------------------
Owner Dimension: /ERP/COSTCNTR
Owner Property: /ERP/RESPUSER - User Responsible
Other Dimensions: /ERP/CATEGORY, /ERP/CO_AREA, 0FISCYEAR, 0FISCVARNT
------------------------
Problem:
For cost center 10000, I have assigned my self as user responsible (used as owner property in work status configuration) in master data in on ecc side. I am able to change the work status with no issues but I am also able to approve the plan data in work status which only Manager should be able to do it.
Now I am not sure where do I assign the Manager in cost center hierarchy. On the ECC side there is no attribute of user responsible on hierarchy node of cost center.
Request clarification before answering.
I think that for this case you would need to implement BADI RSBPCB_SETUSER. Reading the Owner from
/ERP/RESPPERS and the manager from a second attribute (e.g. ZMANAGER). You'll need to enhance the hana view
FCO_C_COST_CENTER to read the manager from somewhere (e.g. table) and assign the HANA view field to /ERP/COSTCNTR.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lucas,
Thanks for answering the question.
So, it seems like BADI is going to populate the owner and manager for each cost center. Is there a way to assign the manager at higher level instead of each cost center. Client wants one manager to be assigned at the highest level who can approve the budget and don't want to maintain the manager user id in each cost center.
How to do it?
Thanks,
Have you checked snote:
2484176 - How to set up manager for BPC Embedded Work Status
It talks a lot about that BAdI and has been updated in August.Hi Lucas,
How can we debug the RSBPCB_SETUSER Badi? I implemented the Badi and it's active, I'm putting an external breakpoint in the class, but it's not running when trying to change Work status in Analysis for Office.
(we are on BW752, so this note (2387590) is not applicable for us 🙂
Thanks in advance!
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.