cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Central person Id from HRP1001

former_member213644
Participant
0 Kudos

I want to get central person id from HRP1001 table using RFC read table, is below query right?

Table - HRP1001

Filter - OTYPE='P' , OBJID='<personnel_number>', PLVAR='01', SUBTYP='A209'

Output - SOBID => Central person Id

I have one more question, Is central person Id is avalibale by default without any additional configuration?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member213644
Participant
0 Kudos

I have doubt mainly on using PLVAR='01' as condition. I have seen code for bapi getting these details and it uses this condition. But i can use that bapi as it is not remote enabled in sap.

Can you guys please suggest? Can this value '01' change/different for different systems?

former_member213644
Participant
0 Kudos

Any suggestions?