InterviewSolution
| 1. |
What Is Pakey Structure, Pshd1 Structure And What Type Of Fields It Contains? |
|
Answer» PAKEY is the key FIELD’s STRUCTURE and it is same for all the PA Infotypes. It has different fields as below PERNR – Employee Number SUBTY – Subtypes are subdivisions of Infotypes. OBJPS –The object identification indicator is USED to differentiate records with the same Infotype, subtype, lock indicator, valid from date, and valid to date. For example: Child number in Infotype 0021 Family Member/Dependents. SPRPS – The lock indicator for HR master data can be used to lock and unlock data records. It can be used to guarantee double control, that is, at least two users are involved in writing an active data record to the DATABASE. One of the users creates a locked infotype record. Another user unlocks this record by activating it. ENDDA – Valid to date BEGDA – Valid from date SEQNR –The sequential number differentiates Infotype records with the same key and the time constraint ’3′. Unlike the personnel object identification, it is AUTOMATICALLY assigned by the system. PSHD1 is another basic structure that is the same for all Personnel Administration Infotypes. It includes the date the record was changed (AEDTM), the name of the person making the change (UNAME), and information on whether the administrator created plain text for this infotype (ITXEX). PAKEY is the key field’s structure and it is same for all the PA Infotypes. It has different fields as below PERNR – Employee Number SUBTY – Subtypes are subdivisions of Infotypes. OBJPS –The object identification indicator is used to differentiate records with the same Infotype, subtype, lock indicator, valid from date, and valid to date. For example: Child number in Infotype 0021 Family Member/Dependents. SPRPS – The lock indicator for HR master data can be used to lock and unlock data records. It can be used to guarantee double control, that is, at least two users are involved in writing an active data record to the database. One of the users creates a locked infotype record. Another user unlocks this record by activating it. ENDDA – Valid to date BEGDA – Valid from date SEQNR –The sequential number differentiates Infotype records with the same key and the time constraint ’3′. Unlike the personnel object identification, it is automatically assigned by the system. PSHD1 is another basic structure that is the same for all Personnel Administration Infotypes. It includes the date the record was changed (AEDTM), the name of the person making the change (UNAME), and information on whether the administrator created plain text for this infotype (ITXEX). |
|