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

payroll

Former Member
0 Likes
1,090

Iam new to HRABAP for payroll programs we are using infotypes as ppnnnn

espeacally in concurrent employement what is meaning for ppnnnn here.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,059

I am sorry could you eloborate u r requirement pls...In what context they used...Just paste the code so east to convay

Best regards

Sas

7 REPLIES 7
Read only

Former Member
0 Likes
1,060

I am sorry could you eloborate u r requirement pls...In what context they used...Just paste the code so east to convay

Best regards

Sas

Read only

0 Likes
1,059

like

provide pernr from pp0000

pernr abkrs from pp0008

here why we are using ppnnnn, in general we r using pannnn,

but why here ppnnnn,what does it stands for.

Read only

0 Likes
1,059

When you declare like, infotypes: 0000, one internal table p0000 is automatically created. After get Pernr, p0000 will contain all entries for pers.no. In the same way for any infotypes.

Read only

0 Likes
1,059

Hi anand,

it is not pnnnn, it is ppnnnn

Read only

0 Likes
1,059

Hi Shiva,

Is it declared as INFOTYPES:0000 TYPE PP0000 Like that any thing?

Regards

Sas

Read only

0 Likes
1,059

Hi,

infotype are declared as

infotypes: nnnn as person table

and in select query they mention

provide pernr from pp0000,

iam into support, and it is a payroll report.

Read only

former_member225631
Active Contributor
0 Likes
1,059

Can you post the code you use or explain more where you used pp0000 ?