Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Reg ABAP-HR

Former Member
0 Kudos

Hi all,

can ay one tell me ,what is the purpose of tables

T5982A,

T777D,

T777ID,

AND HOW TO FIND THE OTHER (ABAP-HR) TABLES.

REGARDS,

SHAHED

2 REPLIES 2

Former Member
0 Kudos

Hi,

T777D -- Infotypes - Dialog/Database Assignment

T582A -- Infotypes: Customer-Specific Settings

T591S -- Subtype Texts

Go to transaction code.

SE11 and search for <b>PA* and HRP*</b>

and check the function moudle

<b>HR_INFOTYPE_DATABASETABLE_GET</b>

HR Master data are held in data structures called infotypes(information types).

Each infotype is associated with the structures PAKEY, PSHD1, PSnnnn, and Pnnnn

and the table PAnnnn.

Example: infotype 0001.

it has three structures

PAKEY denotes the primary key.

PSHD1 contains the control data like Name of person who changed object and Last changed.

PS0001 contains the atual fields of that particular infotype.

Also P0001 conatins structures PSKEY, PSHD1 and PS0001.

Number ranges for Infotypes are

0000 - 0999 PA infotypes

1000 - 1999 Personnel planing infotypes

2000 - 2999 Time infotypes

4000 - 4999 Recruitment

9000 - 9999 Customer specific infotypes.

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

If you are in SAP R/3 Enterprise, in Se11, click F4 help against database tables.

Then click SAP Applications push button.Then select any of the

PA Personnel Management

PT Personnel Time Management

PY Payroll

Then inside that, you can see the tables.