Kenapa sih kita gak bisa liat data infotype 0031 lewat SE16 atau SE11 ?
Enggak seperti infotype-infotype lainnya kita bisa liat data yang tersimpan di table lewat se11 atau se16, tapi untuk infotype 0031 gak bisa.
Nah ini jawabannya. ( diambil dari link ini http://sap.ittoolbox.com/groups/technical-functional/sap-hr/reference-pers-numbers-1252496?cv=expanded)
As background information I'd like to tell you thatsince release 4.6C apparently SAP do not use the table PA0031 anymore.
The data model for the reference numbers was very poor and not absolutelystable. Therefore a new object called 'central person' has been intro-duced.
This object does not carry any information than the relationshipsto the related employees.
For each person we store an Object (Object type 'CP') and relatethe employee contracts (Object type 'P') to the Object (Infotype 1001).
The Infotype 0031 can still be used but we do not store thisinfotype physically in table PA0031 any more.
If you check the PA0031 on DB for your pernr you will see no entry. In normal circumstances, the central person is automatically created foreach new employee.
However, the central persons and links for theTo delete CP objects, use the standard program RHRHDL00 - Delete Data Records from Personnel Planning Database.
If you are migrating from a release below 4.6C you have to create the CP using the report RPU46CX_CENTRAL_PERSON_ONLINE - XPRA: Conversion of Reference Personnel Numbers.
Nah untuk lihat isi infotype 0031 bisa lewat t code -> Run this T.Code for Reference Personnel Number : S_AHR_61016358
Atau ada function -> HR_READ_0031_DB to retrieve the data you require.
Written on Thursday, January 15, 2009 by D i o c i o
INFOTYPE 0031 - REFERENCE PERSONNEL NUMBERS
Filed Under:
ABAP HR
0 Comments
Subscribe to:
Post Comments (RSS)

0 Responses to "INFOTYPE 0031 - REFERENCE PERSONNEL NUMBERS"
Post a Comment