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

HR Data

Former Member
0 Likes
427

Now then SAP gurus,

I am using the logical database PCH to select certain infotype information. The PCH database is using the OBJEC table. But when I use SE11 it is saying that OBJEC is a

work area.

Does anyone know the underlying transparent table(s) to

use?

Cheers

Andy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
403

Hi andy,

1. Does anyone know the underlying transparent table(s) to

U can use the FM HR_READ_INFOTYPE

to read hr data

(Just see the documentation of this FM)

2. The underlying tables will be

PA0001

PA0002

and so on...

for the related infotypes.

regards,

amit m.

3 REPLIES 3
Read only

Former Member
0 Likes
404

Hi andy,

1. Does anyone know the underlying transparent table(s) to

U can use the FM HR_READ_INFOTYPE

to read hr data

(Just see the documentation of this FM)

2. The underlying tables will be

PA0001

PA0002

and so on...

for the related infotypes.

regards,

amit m.

Read only

0 Likes
403

Amit,

I could kiss you.

Thanks very much

Read only

Former Member
0 Likes
403

HI

GOOD

OBJECT IS ACTUALLY STRUCTURE NOT A WORKAREA.

SO I DONT THINK THERE IS ANY PROBLEM TO USE THIS STRUCTURE,IF YOU CAN GIVE SOME OF THE CODE THAN I HOPE I CAN HELP YOU MORE.

THANKS

MRUTYUN