cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PPOMW - Table updated

Former Member
0 Likes
2,210

Hi friends,

Any idea which tables get updated thru tcode PPOMW - Change Org. and Staffing (WF).

regards,

M...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

You can check table name starts with HRP...

It gets stored in different table based on the infotype.

like...HRP1000, HRP1208

Former Member
0 Likes

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...

Former Member
0 Likes

Even am not that much familiar withall the HR tables...

probably you can look at the tcode OOIT...it may be useful for you...

But definitely all the informations will be available in HRP tables....

bpawanchand
Active Contributor
0 Likes

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

[If not try to post your query in this forum|;