cancel
Showing results for 
Search instead for 
Did you mean: 

ldb's

Former Member
0 Kudos

hi all,

iam workin on ldb's.

but data is not populated afer my get pernr event

help me where i could go wrong

points will be rewarded.

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check if your tables have the data.

Regards,

GSR.

Former Member
0 Kudos

Infotypes has the data.

Iam also going into GET pernr event.

some are not populated

suresh_datti
Active Contributor
0 Kudos

which infotypes?

Suresh

Former Member
0 Kudos

Hi,

Check if UR using any time infotypes.

I mean 2001, 2002 ..

Most of these are declared using MODE N statement

in the Infotypes declaration.

Regards,

GSR.

Former Member
0 Kudos

Yeah,

these are there,

but how to get data in them.

My other infotypes are populated but not these ...

Former Member
0 Kudos

Hi,

These are not populated with just the GET PERNR Event

U need to use macro rp-read-all-time-ity to get

these filled.

say rp-read-all-time-ity pn-begda pn-endda.

Regards,

GSR.

Former Member
0 Kudos

Iam using 2001 , 2002

suresh_datti
Active Contributor
0 Kudos

Hi Savin,

You can also try the function call HR_READ_INFOTYPE as an alternative to the macros suggested by GSR.

Regards,

Suresh Datti

Former Member
0 Kudos

both of them work

points awarded

suresh_datti
Active Contributor
0 Kudos

Hi Savin,

Just a word of caution though.. moving forwrd into the 'unicode' world, you might run into syntax issues with the macros.. so it is better to get used to function calls & methods wherever possible in lieu of macros..

Regards,

Suresh Datti

Answers (1)

Answers (1)

Former Member
0 Kudos

Suresh -

I have a few colleagues suggesting that HCM uses table joins in the ABAP code. I know this is not true - my understanding is that the GET PERNR and macro's provided the 'links' between all of the HCM PNP tables thus avoiding the need for table joins and most of the time select statements. Is this correct? Now with unicode and the use of the function moduels/object oriented calls - is this still true?

Thanks for the help

Cindy