1.

What Is Infotype And How It Is Different From Tables?

Answer»

Infotypes is special way to store the HR data RATHER than using STANDARD tables.

Infotypes will have three structures PAKEY, PSHD1, PSnnnn [ nnnn is Infotype number]. PAKEY(Key fields) and PSHD1(Control Fields) is same for all the Infotypes. Fields in the PSnnnn structure depends on the Infotype USES, LIKE 0000- Actions will the fields specific to ACTION of an employee 0002-Personal Data will have fields specific to the personal data fields(name, DOB, etc..) of an employee.

Infotypes is special way to store the HR data rather than using standard tables.

Infotypes will have three structures PAKEY, PSHD1, PSnnnn [ nnnn is Infotype number]. PAKEY(Key fields) and PSHD1(Control Fields) is same for all the Infotypes. Fields in the PSnnnn structure depends on the Infotype uses, like 0000- Actions will the fields specific to action of an employee 0002-Personal Data will have fields specific to the personal data fields(name, DOB, etc..) of an employee.



Discussion

No Comment Found