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 REPORT

Former Member
0 Likes
1,170

Hi all,

I need to develope HR report which uses PNPCE ldb..... How can I specify the category in the attribute screen?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,141

Hi,

It should be declared as -

infotypes : 0002 , 0000.

Hi all,

I need to develope HR report which uses PNPCE ldb..... How can I specify the category in the attribute screen?

Thanks

10 REPLIES 10
Read only

Former Member
0 Likes
1,141

Hi,

When you assign the the LDB 'PNP' in the attributes and save, you will see abutton below with text 'HR REPORT CATEGORY'.

In that select any category related to MASTER DATA or PAYROLL data and save.

Regards,

Anji

Read only

0 Likes
1,141

Thank you....to declare an infortype do I need to write as

ifotypes: p0000,

p0001.

Read only

0 Likes
1,141

Yes !!

Read only

0 Likes
1,141

Then why I'm getting this error while checking the program?

' Infotype number p0000 is not numeric '.

Read only

0 Likes
1,141

Oh !!

You need to declare as :

INFOTYPES: 0000, 0001.

So when you use GET statement data will be fetched in p0000 & p0001.

Read only

0 Likes
1,141

yes now that error disapeared but I'm getting this -


>

Include DBPNPCECOM

please help?

Read only

0 Likes
1,141

Can u plz explain in detail whats the prob...

Read only

0 Likes
1,141

What i meant is when I'm trying to run my report I'm getting this error which says :

Include DBPNPCECOM

Read only

Former Member
0 Likes
1,142

Hi,

It should be declared as -

infotypes : 0002 , 0000.

Read only

anversha_s
Active Contributor
0 Likes
1,141

hi,

you will get sample HR programs here.

http://www.sapdevelopment.co.uk/programs/programscusthr.htm

Kindly go through that, before starting ur development.

will be hlpful.

regards

Anver