Application Development and Automation 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: 
Read only

Primary keys for IT

Former Member
0 Likes
511

Do HR infotypes contains Primary key relation ship?

How does it perform Normalization.

Vamsi.

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
480

Hello Vamsi

All HR infotypes are stored in different DB tables yet they have common key component: structure <b>PAKEY</b> <i>(Key for HR Master Data)</i>

For example, if you look at table PA0000 (HR Master Record: Infotype 0000 (Actions)) you will see the common key component.

If you lookup the domain for field <b>PERNR</b> you will see that infotype table <b>PA0003</b> is defined as <i>value table</i>. I think this is the only foreign-key relation between the different infotypes.

Regards

Uwe

Read only

Former Member
0 Likes
480

HR infotypes are present in DB tables.

These tables have a common key component relevant to each other. The structure PAKEY represents the common key for the database tables.