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-ABAP

Former Member
0 Likes
1,219

Hi All,

I am new to HR-ABAP and working on a report that has to evaluate performance distribution of the employees. Here i am stuck with:

1. searching for related Infotypes for structure Q1005 and also the underlying database table for this.

2. Also there is a structure HAP_S_DYNP_3100_TB which is the input to my report. I need to know the underlying Database table for this and also any infotypes(if any) for this. I am not able to proceed if i am not able to check the input to my report.

Please Experts find a solution to my above query. Points will be rewarded.

Thanks & Regards,

San

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
1,120

it is a bit hard to say the database table used by screen fields unless you have the standard tcode names as you have to move one of the two ways here -

1. Either debug the tcode where this field is and find the table name I am sure it must be getting populted with some standard FM.

2. Ask your functional guy about this, I am sure he knows which table data is storing.but dont give him the technical name ask him for the field description.

But in your case I think you are talking of PO13 tcode, for storing Planned Compensation, if it is so, then these Q fields are updating HRP1005 database table, check MP100500 program in SE80.

Regards,

Amit

Reward all helpful replies.

Hi All,

I am new to HR-ABAP and working on a report that has to evaluate performance distribution of the employees. Here i am stuck with:

1. searching for related Infotypes for structure Q1005 and also the underlying database table for this.

2. Also there is a structure HAP_S_DYNP_3100_TB which is the input to my report. I need to know the underlying Database table for this and also any infotypes(if any) for this. I am not able to proceed if i am not able to check the input to my report.

Please Experts find a solution to my above query. Points will be rewarded.

Thanks & Regards,

San

9 REPLIES 9
Read only

Former Member
0 Likes
1,120

Hi!

This is quite urgent...plzz answer to this query...!!!!!!!!!!!!!!!!!!!!!!!

Read only

amit_khare
Active Contributor
0 Likes
1,121

it is a bit hard to say the database table used by screen fields unless you have the standard tcode names as you have to move one of the two ways here -

1. Either debug the tcode where this field is and find the table name I am sure it must be getting populted with some standard FM.

2. Ask your functional guy about this, I am sure he knows which table data is storing.but dont give him the technical name ask him for the field description.

But in your case I think you are talking of PO13 tcode, for storing Planned Compensation, if it is so, then these Q fields are updating HRP1005 database table, check MP100500 program in SE80.

Regards,

Amit

Reward all helpful replies.

Read only

0 Likes
1,120

Hi Amit,

Thanks...I have put helpful ponts for your answer........................................................ but i have been trying all possible ways to find the Q table and the other structure...but my status is still the same. The report that i am working on has to display the performance of the employees in an org unit as an alv of people who have 'outperformed' ,'acheived' etc. Managers has to be able to view it and can check in each pay grade level what are the % of performance.

So i need the paygrade levels (from Q1005) and also the performance rating field (from the 'H' structure)!!!

Do u have any idea on any infotypes for performance?

Regards

San

Read only

0 Likes
1,120

check table -

HRP1005

Read only

Former Member
0 Likes
1,120

Hi ,

Infotype is structure Q1005 is 1005(Planned compensation)

db tables : HRP1005

Read only

0 Likes
1,120

Hi Guys,

the field slgrp is present in q1005 but not in hrp1005!

also can u tell me hw to get the data from dynpro structure ...as i mentioned in my query?

Regards,

San

Read only

Former Member
0 Likes
1,120

check this...

1) database table....HRP1005

2) HAP_S_DYNP_3100_TB is not a structure....It is a screen field...get the data element for this screen field and from it u can find the table name.

Read only

Former Member
0 Likes
1,120

check t170 for slgrp...

Read only

0 Likes
1,120

Hi guys,

Thanks for ur response! I checked in t710 and hrp tables.

Regards,

San