Employee Qualification - HR ABAP

Hi,
    I want to know the field name and Table Name  for Employee Qualification i found the table P0022-AUSBI .Here shows only
number like 43,44,49,50. How can i get the text for particular number and also which table i want to link it.Can you help me.
Regards,
K.Karthikeyan.

Hi Srini Vas,
                   Thanks a lot. I got the table name and field name.
Regards,
K.Karthikeyan.

Similar Messages

  • Report for time log on detail for each employees in SAP ABAP-HR report

    hi experts,
          please help me .how to create a report for time log on detail for each employees in SAP ABAP-HR report.please help me.
                                                      thank you

    Hi,
    For Time Management Infotypes , If you want to read the data using macro you need to use the Macro called RP_READ_ALL_TIME_ITY
    Example:
    DATA: BEGDA LIKE P2001-BEGDA, ENDDA LIKE P2001-ENDDA.
       INFOTYPES:  0000, 0001, 0002, ...
                         2001 MODE N, 2002 MODE N, ...
         GET PERNR.
       BEGDA = '19900101'. ENDDA = '19900131'.
       RP_READ_ALL_TIME_ITY BEGDA ENDDA.
       IF PNP-SW-AUTH-SKIPPED-RECORD NE '0'.
          WRITE: / 'Authorization for time data missing'.
          WRITE: / 'for personnel number', PERNR-PERNR. REJECT.
       ENDIF.

  • How to update  Previous Employee Data  in ABAP  HR

    I'm new to  ABAP HR Module and have problem to update  Previous Employee Data  in ABAP  HR.
    Helpful  Advice will be appreciated.

    wat u want update or upload
    plz don't post incomplete questions
    u should clear with ur requirement

  • Employee qualification assignment IT0024 validity end date update

    I Would like to change the validity end date value on one specific qualification assigned to an employee.
    I can't do it using PA30. Is there anybody able to tell me how can I do it?
    Thank you

    You can't change endda because infotype 2 endda has to be '31129999'.
    It's explicit here in this validation in module POST_INPUT_CHECK.
    form check_it0002.   "form aus mppers00 hierher verlegt    "VLDN212840_2
      if psyst-first eq yes and cprel-endda lt high_date.
    *   I105(RP): Gültigkeitsende muß gleich & sein
        p0002-endda = high_date.                               "VLDN212840_2
        cprel-endda = high_date.                               "VLDN212840_2
        message e105(rp) with high_date.
      endif.
      if psyst-ioper eq modify.
        if cprel-endda lt high_date and pskey-endda eq high_date.
          p0002-endda = high_date.                             "VLDN212840_2
          cprel-endda = high_date.                             "VLDN212840_2
          message e105(rp) with high_date.
        endif.
      endif.
    endform.                    " check_it0002
    high_date is a constant with value '99991231'.
    Anyway, why would you want to change the endda on infotype 2 ?

  • Table& field names for position name(employee) in HR-ABAP

    Hi,
    wht r the table and fields for the following .
    exp: pa0001-plans = employee position number.
    employee position name = ?
    employee grade level = ?
    employee sub grade indicator = ?

    Employee Position name:
    If you have OM-PA integration active (table T77S0, key "PLOGI-ORGA", value 'X'), then the Description of the Position can be found in HRP1000, like this:
    SELECT mc_stext FROM hrp1000 INTO <my_var> WHERE plvar = <active_plvar>
    otype = 'S'
    objid  = PA0001-PLANS.
    If integration is disabled, description of the positions are in table T528T (field PLSTX).
    If I have understood well, employee grade and sub-grade are data that you can find in PA0008 (fields TRFGR - TRFST).
    Otherwise, try to explain me these fields (if they are related to Payroll or Personnel Developement or Personal Administration or..., and so on) and I'll help you.
    Hope this helps,
    Roby.

  • To get paygrade of an employee in HR-ABAP

    Hi All,
    Is there any function module that can get me the paygrade for employee? i have to know the paygrade of employees in a org unit. Also i have to get the appraisal text for that employee in a paygrade. Anyone has any inputs on this?
    Regards,
    San

    Hi,
    Table T513 F will fetch you the Appraisal Criteria texts.
    Table T510 gives  the pay scale/grade  groups.
    Also you can use the fun module
    RHPA_APPRAISEES_APP_READ
    to read the appraisal data.
    You can get the wage Type related data from 008 using the fun module
    RP_FILL_WAGE_TYPE_TABLE_EXT.
    Regards,
    Anji

  • Change qualification validity date

    Hi SAP-HR experts!
    A qualification in our qualification catalog has currently no validity. So we inserted a lot of qualifications for our employee with enddate 12/31/9999. Now we should change this specific qualifcation to a validity of 2 years. The problem is that all corresponding employee qualifications are unlimitid valid (12/31/9999).
    Is there a report in SAP available which changes the enddate of all correspondinig employee quailifications to the appropriate enddate (= begindate + 2 years)?
    EXAMPLE
    Current employee qualification:
    begindate 12/01/2006
    enddate 12/31/9999
    after change:
    begindate 12/01/2006
    enddate 11/30/2008
    Thanks a lot for your support.
    Regards
    Stefan

    Stefan,
    I am having a similar issue.  Our users wish to change the end date of the assignment of a qualification.  However SAP does not allow changing of the begin and end dates once the qualification is assigned to an employee.  I am not sure why...
    I looked at the program suggested "RHGRENZ4" to change end dates, but does not work either as we have integrated PA and Qualifications, and qualifications are not stored in the regular infotype table (PA0024) but are stored elsewhere.
    I would like to know if you have resolved your problem and how.
    Thanks
    Rajesh Barman

  • Web dynpro for abap architecture related

    actually i am beginner (new ) to webdynpro for ABAP. recently i started to learn webdynpro for abap my self.i am not a employee of SAP-ABAP.recently i have done my graduation. what is mean by transportation and change management system,security environment, test and performance analysis tools, or remote debugging, with the rendering-independent UI programming model in webdynpro for abap or abap server environment?.i need clear expansion of all these features? can you clear provide explanation all these things?

    Please use google... it's really easy..
    Look what I found by just entering "transportation and change management"
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCTS/BCCTS.pdf

  • Transferring Qualifications from HR to CRM

    Dear All,
    I need to transfer Employee Qualifications from HCM (Infotype 0024) to CRM. I have maintained the Infotype 0024. To do the transfer, i run PFAL. I have attached the screenshot. After the execution, it shows that the IDoc has been processed successfully. Yet in CRM, the employee's qualification doesnt reflect. In Table T77S0, in HRALX/PQUAL, the switch has been maintained as X. Could you guys please help me out with this ????
    Best Regards
    Nikhil J Nair

    Thank you for your response!  That did help replicate the qualifications and groups.  However, now we can't seem to get the relationships to transfer into the HRP1001 table.  We have all the qualifications and groups, but no hierarchy structure.  Any ideas?
    Thanks,
    Jeremy

  • Multiple qualifications for single personal number

    Hi
    I have data source i am getting Pernr is character and qualification is attribute ( as text) . now i want to see multi ple qualification for single pernr.
    so i can open Pernr and open attribute qualification  and giving compounding as pernr?
    will be  the solution

    Hi Suneel,
    Definitely u cannot maintain multiple attributes for different qualifications.Question for you does any employee have multiple qualifications at same time- Say Employee 1000 can do BSc and BE at the same time?.If this is the case, then you need to do compounding .If not, Make qualification as time dependent and system will not treat multiple qualifications of an employee as duplicate records.
    Eg: Employee  Qualification StartDate EndDate
           1000          BE              01.01.2004   31.12.2008
            1000       MBA              05.01.2009    31.12.2009
    System will accept multiple qualifications while loading even without compounding and the same can be displayed in report.Hoep this helps!
    Regards
    Chandu

  • Related activities and new webdynpro abap

    Hi, Experts,
    I have to include an webdynpro abap as a link in the related activities (MSS). All the custo is doing (areas, services, etc), but i don't know how to recover the correct pernr for the employee in the abap source code.
    Do anyone know it?

    Hi,
    There is a big difference if you want an employee number of the current user or some other employee that the manager has selected in MSS in some other web dynpro application.
    If you just need to find the employee number of the current user, that's easy. You can for example use function HR_GETEMPLOYEEDATA_FROMUSER, or just get it from table PA0105 (infotype 105, subtype 0001).
    Anyhow, if there is a need for you to get the selected employee from other component in the portal page, and especially if the other component is standard Java Web Dynpro component, things get much more complicated. You need to catch a portal event. But probably you are after something that my first suggestion would help?
    Regards,
    Karri

  • LSO Training room and Qualifications

    Hi Friends,
    I am new to LSO and i am doing data migration for LSO with LSMW tool, i need to create the following
    1. Training Events Rooms
    2. Employee Qualifications (Object Q)
    How do i create these?
    which transaction code do i need to record the above data and what are the steps to be followed.
    Regards,
    Lee.

    Employee Qualifications (Object Q)
    Since it is an object i think LSMW for PP01 Tcode would be better
    Lets wait for other expert views

  • Creating Qualifications using PP01

    Hi everyone,
    I have created a program to automate the creation of Employee qualifications using the transaction PP01.
    This program runs OK if it is executed on-line (using SAP GUI and manually) because internally it is a simple batch input. This program query external data, do some format on then and everything goes fine. The problem is as it is a batch input I can't create a JOB to run this program, I did it but the job finishes with error because it is waiting something from the GUI. So I thing that may be Direct Input should be the right way to automate this process.
    Can you give me any help about this??? or may be you can tell me how I have to do to automate some BI using a JOB.
    Best regards and thank you very much!!!
    Pablo Gómez

    Hi Suresh,
    Thanks for your answer!!
    To get the external data I'm using a connection to an external MS SQL Server that I set using DBCO. When I run this program as a background process, I can see some dumps, depending on the records that it get.
    The dump I can see has this description:
    Exception condition "CNTL_SYSTEM_ERROR" raised
    A RAISE statement in the program "CL_GUI_SPLITTER_CONTAINER=====CP" raised the exception condition "CNTL_SYSTEM_ERROR".
    Since the exception was not intercepted by a superior program in the hierarchy, processing was terminated.
    Regards,
    Pablo Gómez

  • LSO Course type - qualification

    Dear all,
    I have assigned the qualification to the course  type..Once the participant completed  the training the assigned qualification has not been moved to the  employee qualification infotype..
    Please tell how to do config for the automatic transfer..
    Regards,
    R.Rajesh

    Hello Rajesh,
    Please check the integration switches in table T77S0:
    PLOGI APPRA 0 Integration switch for appraisal
    PLOGI QUALI 0 A032 Q Integration switch for qualifications
    Input values
    You can set up the following values for switch PLOGI QUALI:
    o 1 A032 Q : integration active with link A032 to object type Q
    (qualifications)
    or
    o 0 A032 Q: integration is not active.
    Requirements
    This integration only takes effect if an integration plan version is
    entered in switch PLOGI PLOGI.

  • API for loading qualification subjects on R12.1

    Hi friends,
    I am trying to load employee qualifications and subjects into a R12.1 enviroment using public API's.
    I am able to load the qualifications with the seeded api: PER_QUALIFICATIONS_API - and it works fine.
    But, I cant find any API for loading the subjects for the qualification.
    The form is PERWSQUA, and the base table is PER_SUBJECTS_TAKEN
    Any help is highly appreciated.
    Brgds,
    Tom Andersen

    Hi,
    Found it myself..
    Can use the private package per_sub_ins
    Thanx,
    Tom/

Maybe you are looking for

  • Listener.ora syntax error in NV string

    Hi. I'm attempting to establish a connection with an Access db using ODBC. I've edited my listener.ora file to read the following: # listener.ora Network Configuration File: C:\oracle\product\10.1.0\Db_1\network\admin\listener.ora # Generated by Orac

  • Automatic keyboard illumination

    Hi, I've got a late 2011 macbook pro 13'' and seem to have a problem with the automatic keyboard illumination. When is set to automatic the backlight dims in low light conditions instead of brightening. I hold my finger in front of the light sensor a

  • FTP buffer overflow in Solaris 10

    ftp session starts but it is not transferring files. The problem is showing in machines running Solaris 10. It was perfectly working till last week. All of a sudden one-by-one servers started showing this problem. Also let me know how to view ftp log

  • Problems gifting playlist - order randomized and Error 1008

    I can purchase music fine, so I know my account is indeed working. But when I try to gift a playlist via the iTunes Store, 2 errors keep occuring: 1. Track order gets randomized. (Not that it'd matter, but I don't have shuffle checked.) Each time I t

  • Questions re. JTree.

    I've made a JTree, just by adding some DefaultMutableTreeNodes to eachother. It has one DefaultMutableTreeNode, named 'Contacts', and this one has 2 subnodes, named Online Contacts and Offline Contacts. I'd like to know how I can expand the Online Co