Application Development 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: 

Tables PA0001 and HRP1001

Former Member
0 Kudos

Hi,

I want fetch data from hrp1001 using pernr

Present I am mapping as

HRP1001 where OTYPE = "C" and OBJID = pa0001.PLANS AND SUBYP = "B007".

I am facing problem when fetching if different pernrs have same plans in pa0001 (i,e pa0001.PLANS ).

pa0001 hrp1001

pernr plans plans sobis

1 80 80 1

2 80 80 2

3 80

present output as

getting as

1 80 1

1 80 2

expecting output as

1 80 1

1 80 2

2 80 1

2 80 2

Thanks,

Asha

3 REPLIES 3

Former Member
0 Kudos

Hi,

Your question is not still clear. What to fetch,in which order to display?

More over it is a HR/HCM question. You may get the answer form the HCM area.

By,

Anand

Edited by: anand babu on Aug 2, 2008 5:47 PM

Former Member
0 Kudos

Make sure you are using correct OTYPE

OTYPE = "C" -- > Jobs

OTYPE = "S" --> Positions/Plans

OTYPE = "P" --> Person/Perner

OTYPE = "O" --> Org Unit

etc etc.

A

Former Member
0 Kudos

Thanks