on 2017 Dec 11 10:30 AM
Hi Guys
Please tell me the table name to refer the list of persons assigned to a particular work center and one more thing I want to know a particular person assigned to how many work centers. How can i achieve that
You can use FM HR_PERSON_READ_ASSIGNMENT to find which work centres are assigned to a specific HRMM record.
Populate PERS_TAB_RAN as follows:
.
In the CONNECT_TAB table use the SOBID to link with CRHD-KAPID.
PeteA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I thought to add the missing link between SOBID and ARBID, as it might be helpful if someone is looking for same information again.
Pass SOBID value and OTYPE= "LA" (Workcenter Logistics) into Table: HRP1001 and get value of ARBID.
Pass value of ARBID into Table: CRHD to get ARBPL (Workcenter)
Regards
Vineeth
User | Count |
---|---|
93 | |
9 | |
8 | |
7 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.