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 employee data

Former Member
0 Likes
737

Hi,

I am new to SAP.I need to develop a smartform which want to include the following details of the employee based on the personal number.

Where to find out the following details.Which tables i need to refer.

Basic Salary,HRA,Conveyance Allowance,Special Allowance,Medical Allowance

Deductions:Income Tax,PF Contribution,Profession Tax

5 REPLIES 5
Read only

Former Member
0 Likes
703

HI,

Check the infotype Pa0008

FM     CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0008'
      EXPORTING
        appli                        = 'M'
        pbegda                       = p0008-begda
        pmolga                       = g_molga
        pp0001                       = p0001
        pp0007                       = p0007
        pp0008                       = p0008
        ppernr                       = p0008-pernr
      TABLES
        ptbindbw                     = i_ptbindbw
      EXCEPTIONS
        bad_parameters               = 1
        error_at_indirect_evaluation = 2
        OTHERS                       = 3.

Edited by: avinash kodarapu on Jan 5, 2009 5:30 PM

Read only

Former Member
0 Likes
703

hi,

goto se11 . search with PA0*

for basic sal check PA0008

Read only

GauthamV
Active Contributor
0 Likes
703

WELCOME TO SDN.

You can get all employee personnel deatils from PA*tables.

ex:

PA0001

PA0008......

Note: Search in SCN before posting basic questions you will get lot of information.

Read only

Former Member
0 Likes
703

PA0008, PA0014, PA0015, PA0589.......TABLES

Read only

0 Likes
703

In PA0008 table, there r fields :

LGA01 to LGA40 denoting the wage type & BET01 to BET40 denoting the wage type Amount..

Also use FM: RP_FILL_WAGE_TYPE_TABLE_EXT, HR_READ_INFOTYPE