on ‎2010 Jan 22 6:47 AM
Hi friends,
Any idea which tables get updated thru tcode PPOMW - Change Org. and Staffing (WF).
regards,
M...
Request clarification before answering.
You can check table name starts with HRP...
It gets stored in different table based on the infotype.
like...HRP1000, HRP1208
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the reply.
I am actually looking to find the 'Position' and the 'User' under the position. I want all the positions and the user under these positions.
e.g Under name 'EDI Developement' there are positions like 'Sony' 'Samsung' etc...Each of these positions have users like 'USR1' , 'USR2' , ect..
I want to find all the positions and the users under them. I know we can see them in tcode PPOMW. But I want to know the tables.
Pls excuse , since I am new to SAP HR..
Thanks,
M...
I think you can try to make use of the FM HR_HCP_GET_EMPL_FOR_POSITION , But to use this you should know the Position number and pass the plan version as 01 and Objectid as s to the FM which will return you the pernr.
Now from pernr you can get his respective user ID by using the FM PTRV_CONVERT_PERNR_TO_USERID
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.