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 Selection Screen

abdulazeez12
Active Contributor
0 Likes
788

Dear all-

I am assigned a task of HR report. I am new to HR reporting. The design has selection-screen with the following:

• Personnel Number

• Employment Status

• Personnel Area

• Personnel Subarea

• Employee Group

• Employee Subgroup

• Job Family #

• Job #

  1. Job Family is object 99 and Job is object C

My questions:

Q1. The standard selection-screen of HR already has the selections for • Personnel Number

• Employment Status

• Personnel Area

• Personnel Subarea

• Employee Group

• Employee Subgroup

Do we need to again create a selection for the above fields???

Q2 What is Job family and Job here? Where can I get these fields???

Tx

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
581

Hi

SInce you have used the PNP Logical database in the program attributes you have got the fields on the selection screen

There is no need to create a separate selection screen again

You can use that.

But have to use LDB related code like GET PERNR...

JOB is the field = PA0001-STELL (t513 table is the master for JOBS)

and Job family is the JOB descritpion I hope (see the table T513S - and field is STLTX

<b>Reward points for useful Answers</b>

Regards

Anji

Message was edited by:

Anji Reddy Vangala

2 REPLIES 2
Read only

Former Member
0 Likes
582

Hi

SInce you have used the PNP Logical database in the program attributes you have got the fields on the selection screen

There is no need to create a separate selection screen again

You can use that.

But have to use LDB related code like GET PERNR...

JOB is the field = PA0001-STELL (t513 table is the master for JOBS)

and Job family is the JOB descritpion I hope (see the table T513S - and field is STLTX

<b>Reward points for useful Answers</b>

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Read only

0 Likes
581

Hi Anji-

Thanks a lot for your answers. I shall definitely reward you with points.

I need one more clarification. Where can I see the Org Management infotypes? Is there any specific Tcode for that? Please send me the path..

I shall reward you ASA i get ur reply.

Tx