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

abap hr select query

Former Member
0 Likes
417

Hi all

for my report job key is the key field . objid

i need to get the hrp1000-stext (job family) job corresponding to employees job and return value based on following condition: P1001-RSIGN = A AND P1001-RELAT = 010 AND P1001-SCLAS = JOB FAMILY

please give me the select query.

p1001 is a structure which has above fields.

Hi all

for my report job key is the key field . objid

i need to get the hrp1000-stext (job family) job corresponding to employees job and return value based on following condition: P1001-RSIGN = A AND P1001-RELAT = 010 AND P1001-SCLAS = JOB FAMILY

please give me the select query.

p1001 is a structure which has above fields.

1 REPLY 1
Read only

Former Member
0 Likes
365

hi ,

to select stext from hrp1000 ...u select SOBID from table HRP1001 correspoding to the values P1001-RSIGN = A AND P1001-RELAT = 010 AND P1001-SCLAS = JOB FAMILY

.

Now use SOBID to select stext from hrp1000.

But u need to have Object type also while selectting data from hrp1001.

Award points ....if answer is helpful.