cancel
Showing results for 
Search instead for 
Did you mean: 

HR Reporting

Former Member
0 Kudos

Can anyone please help me, I want to know how can I create a full headcount report in an organization by using IT0007 and then convert the report to a FTE?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Tables : pernr .

infotypes : 0000 , 0007 .

data : headcount type i.

start-of-selection.

Get Pernr .

RP_PROVIDE_FROM_LAST P0000 space pn-begda pn-endda.

if pnp-sw-found ne 1 or p0000-stat2 ne 3.

Reject.

endif.

RP_PROVIDE_FROM_LAST P0007 space pn-begda pn-endda.

if pnp-sw-found eq 1.

add 1 to headcount .

move p0007-empct to fte.

endif.

End-of-selection.

write : / 'Head Count ',headcount,

Former Member
0 Kudos

Hi Balaji

Thanks for posting, please can you explain the process a bit.

I am new to SAP so I can grasp the concept.

Thanks very much,

Doris.

Former Member
0 Kudos

We use Logical databases in HR like PNP ,PNPCE for reporting . You can find a lot of documentation on PNP & PNPCE in sdn .

http://abapprogramming.blogspot.com/search/label/LOGICAL%20DATA%20BASES.

http://www.sapdev.co.uk/hr/hrhome.htm