0HRPOSITION_ATTR

Hi, Im trying to modify the datasource 0HRPOSITION_ATTR by an exit. I want to change the KOSTL (0COSTCENTER in BW), I know how to do it with ABAP code.
My problem is that the field KOSTL appear in the HRMS_BW_IO_POSITION (Extract structure) but it doesn't appear in the Extractor.
Anybody knows, how can added this field in the Extractor??
Thanks and regards.

Hi Andres,
   The KOSTL field is Hidden by SAP for some reason. To make use of this field in the 0HRPOSITION_ATTR extractor you need to write an ABAP program and change the field "Field Attr." to X(currently A) in the ROOSFIELD table.
Display the table contents of ROOSFIELD in SE16. Enter the Datasource 0HRPOSITION_ATTR and Fieldname = KOSTL and execute. Check the value of the Field Attr field, it will be A. Write a program to modify this value to X(to make it selectable) or blank. Once this is done you can write the user exit and populate that field.
Hope this helps...

Similar Messages

  • Issue with 0HRPOSITION_ATTR extractor

    We are live with BW HR application and having issue with 0HRPOSITION master data. We are extracting data from SAP using 0HRPOSITION_ATTR datasource. I noticed that data is not maintained correctly in master data tables in BW and giving us incorrect results in reporting. Consider below mentioned scenario:
    Position A created as vacant on 04/01/2006 with start date (BEGDA/ Valid from) as 04/01/2006 and End date (ENDDA/ Valid to) as 12/31/9999 and is vacant. Below mentioned entry is shown under maintain master data for 0HRPOSITION in BW:
    Position Valid To   Valid From  Position Vacant
    A        03/31/2006 01/01/1000
    A        12/31/9999 04/01/2006        X
    Position A is now delimited on 09/15/2006 as it’s no more required. In SAP, position has record only from 04/01/2006 till 09/15/2006 as vacant. When record is extracted in BW, it creates below mentioned entry in master data table.
    Position  Valid To    Valid From  Position Vacant
    A         03/31/2006  01/01/1000
    A         09/15/2006  04/01/2006        X
    A         12/31/9999  09/16/2006        X
    Entry 09/16- 12/31 is incorrect as position doesn’t exist for this duration. If we report on 0HRPOSTION with key date as 09/30/2006, it shows position A as vacant though position no longer exists.
    Has anyone come across this situation. any help is greatly appreciated.
    Thanks,
    Milind

    Hi
    I have nt worked with this data source.
    1)Is your data source delta enabled?
    2)Try running RSA3 and check for record which is not coming fine. If in RSA3 record is fine then check calculations(if any ) in update/transfer rule.
    Let me know if it helps..
    Sorabh
    Assign point if it helps**
    Message was edited by: Sorabh Arora

  • Overlap date Issue 0hrposition_attr

    Hi
    I'm facing one records overlap date Issue with 0hrposition_attr.Out of 4  records one records i'm getting as start date as future date and end date as past date.I checked in the source i did not see such records.Due to this issue the records are not updated in the target.But i did not notice such issue with 0hrposition_Text  and 0HRPOSITION_CCTR_ATTR load went fine with out any over lap.
    Eg:
    POSITION          VALID FROM          VALID TO
    12345678            04/01/2014            04/20/2014
    12345678            04/21/2014            04/24/2014
    12345678            04/25/2014            04/24/2014
    12345678            04/25/2014            12/31/9999
    I debug  but i did not see any issue,So there any way that  i can delete that particular  records at PSA level so that loads went successful.I attacdshed the document for better idea.
    Regards
    Raj

    Hi,
    only these record is getting the problem and all records.
    check the one record at RSA3 for testing purpose same record check in BW side.
    if you getting like this not problem you can check the only latest record
    12345678       
    04/25/2014       
    12/31/9999
    put the filter at VALID TO data 12/31/9999 and form date 04/25/2014.
    you want lookup the code just add the one more point.
    WHERE POSITION = RESULT_PACKAGE- 0POSITION
         and DATETO = '99991231'.
    it will pick the only latest record.
    Thanks,
    Phani.

  • Problem with 0HRPOSITION_ATTR

    Hi All,
    I am having a problem in extracting the data with 0hrposition_attr , the load runs for 30 hours. Could some one help me out on this.
    Thanks,
    Krish
    Message was edited by: Krish

    Hello Sri,
    How long did the load take after implementing the note ? any significant difference ??
    I have a similar problem...does not take too long for the 0hrposition_attr extractor for the load...however, the 0hrposition_cctr_attr does not show me any data in rsa3. and the load also does not finish. In both the cases it is timing out without any errors.
    I would appreciate any suggestions.
    Thanks
    Kamal

  • 0HRPOSITION_ATTR - load failed

    Hi Experts,
    I have problem with  0HRPOSITION_ATTR, whenever i am loading data through r/3 it is getting error, but for 0HRPOSITION_TEXT it is successful.
    checked in ST22 for any short dumps, but there are no short dumps.
    Please help me out what will be problem.
    Points will be assigned .
    regards
    sekhar

    Hi Sekhar,
    First of all, it may mean that you load characteristic values with lowercase letters without marking an infoobject with 'Lowercase letters' flag. Check it first.
    Also you can either convert them into UPPERCASE or use the formula TOUPPER() in the transfer rules.
    If thats not the case then goto "details" tab of the monitor and paste the error message here.
    Regards,
    viren.

  • Issue with 0hrposition master data

    We are extracting data from SAP using 0HRPOSITION_ATTR datasource. I noticed that data is not maintained correctly in master data tables in BW and giving us incorrect results in reporting. Consider below mentioned scenario:
    Position A created as vacant on 04/01/2006 with start date (BEGDA/ Valid from) as 04/01/2006 and End date (ENDDA/ Valid to) as 12/31/9999 and is vacant. Below mentioned entry is shown under maintain master data for 0HRPOSITION in BW:
    Position Valid To Valid From Position Vacant
    A 03/31/2006 01/01/1000
    A 12/31/9999 04/01/2006 X
    Position A is now delimited on 09/15/2006 as it’s no more required. In SAP, position has record only from 04/01/2006 till 09/15/2006 as vacant. When record is extracted in BW, it creates below mentioned entry in master data table.
    Position Valid To Valid From Position Vacant
    A 03/31/2006 01/01/1000
    A 09/15/2006 04/01/2006 X
    <b>A 12/31/9999 09/16/2006 X</b>
    Entry 09/16- 12/31 is incorrect as position doesn’t exist for this duration. If we report on 0HRPOSTION with key date as 09/30/2006, it shows position A as vacant though position no longer exists.
    Has anyone come across this situation. any help is greatly appreciated.
    Kamal
    P.S: Milind Rane...I was searching through the forums and came across your post.I would appreciate if you could let me know how you solved this issue...
    Message was edited by:
            Kamal K

    HI KK
    I have a similar issue. Can you please let me know how this Issue with 0HRPOSITION_ATTR extractor was resolved. In my case i have incorrect data in BW when reporting is done. THrough the extractor untill the PSA i have the correct records coming  but in the master data 0HRPOSITION i have incorrect records.
    Please help.
    Thanks
    Hari
    Message was edited by:
            SAPCOOL

  • BW - HR Master Data Report

    Hi Experts,
    As per my BW report requirment i need to extract
    Position ID
    Position Name
    Position Status (Occ,Unocc,Obsolete) *
    FTE
    Staff ID
    Staff Name
    Staff FTE
    Pay Scale Group
    Pay Scale Level
    Position Reports To
    Organisational Unit
    Date Selection
    Start Date
    Posts Reporting To Position
    from HRP1011,HRP1001,HRP1000,PA0002 & PA0007 Tables
    Taking all those fields from HRP1000,HRP1001.......etc these are all the tables of Organizational master data which is one of the HR structures where HR people will design the organizational structure of the define and in that organizational structure they define org unit (org id which is represented by object type O),
    Position id (position which is represented by object type S,
    staffing is when they do the reporting then who is subordinate of whom
    if you see tcode ppome (r/3) you can see all these fields this belongs organizational master data. i hope i cleared your doubt
    So my question is if i extract this data by developing a custom defined data source based on view to which object (Org,Position,Staff) i need to lood this data
    I mean as attributes
    Thanks

    Hi,
    Goto RSA5 or RSA6 in R/3 System PA  .. PA-PA
    0employee 0HR_PA_0
    Person action 0HR_PA_1
    Master data DS 0EMPLOYEE_ATTR
    HRPOSITON DS   0HRPOSITION_ATTR
    Hope this help... assign points..
    raj
    Message was edited by:
            gangaraju mullapudi
    Message was edited by:
            gangaraju mullapudi

  • Organizational Data on the User - Master Data

    Folks,
    I want to extract and load data from the datasources:
    0CRM_HR_UNAME_ORG
    - Organizational Data on the User
    0CRM_POSITION_ATTR
    - CRM Position Master Data.
    But I unable to locate the required infosources.
    The datasources are present but do not have any standard transformation to infoobjects.
    Can anyone pls help on the required infosources and infoobjects.
    Thanks & Regards,
    Raj Jain

    Hi,
    pls check if authorization problem ?
    Note 397208 - BW: Authorizations for HR data extraction
    *other note Note 872506 - 0HR_PA_PD_2: Only data in status '1' extracted **
    Organizational Management (PA-OS):
    For example, DataSource 0HR_PA_OS_1, 0ORGUNIT_ATTR, 0ORGUNIT_HR01_HIER, 0HRPOSITION_ATTR, 0CRM_HR_PA_OS_1, 0CRM_ORGUNIT_HR01_HIER, 0CRM_POSITION_ATTR
    P_PLAN_ALL and P_BAS_ALL
    hope this helps.
    regards
    CSM Reddy

  • 0hrposition_cctr_attr extractor load problem

    hello ,
    i have loaded 0hrposition_attr ...i'm trying to load the position and cost centers using the 0hrposition-cctr_attr extractor...but the load never finished and its shows 0 records...the status doesnt change from yellow to green...
    would appreciate your help in resolving this issue...
    Thanks

    hi  shruti
    In the Monitor->environment->Transfer TRFc-> check in Datawarehouse and sourcesystem if u find any entries .. just right click on those and click on execute LUWs...
    check in both R3 and Bw  before deleting the JOB
    if not go thru the below steps
    1) if ur job is active..
    2) delete the ur process in SM50
    3) select ur process ID in SM50 and on menu ->program->delete without core.
    4) come to Sm37 and right click on the Job and clcik on the status.. if that status is clciked it will chcnge to canceld
    5) Re Run the load..
    and also check with ur Basis team to look into the issue why it is taking that much of time...
    hope it helps
    regards
    AK

  • Chief Position in HR

    Hi all
    I am trying to enhance the extractor 0HRPOSITION_ATTR by adding the head of org unit flag (ie Chief).
    In tx PPOSE it shows up as field OMLEADER in a structure.
    So I added OMLEADER to an append structure in RSA6
    I am now trying to write some ABAP in CMOD to get the data.
    Question 1 - Do i need to write ABAP or is there another way.
    Question 2 - if the answer to Q1 is yes then in which table is OMLEADER stored. I cant find any mention of it apart from a structure. Maybe its not stored in a field of that name and its actually in a completely different field or fields.
    All help most appreciated.
    Regards
    HKF

    Hi
    Question 1 - Do i need to write ABAP or is there another way.
    For enhancing/Appending the Coding is Must. But always can go for Generic Data Source to avoid complex coding.
    Question 2 - if the answer to Q1 is yes then in which table is OMLEADER stored. I cant find any mention of it apart from a structure. Maybe its not stored in a field of that name and its actually in a completely different field or fields.
    You need HR Functional Team help as HR is based on INFO TYPES( and also from your posting I am assuming that you are adding a head Node to the hierarchies existing)
    http://help.sap.com/saphelp_nw04/helpdata/en/bb/bdbd35575911d189240000e8323d3a/frameset.htm
    Hope it helps and clear

  • Master Data Reporting on  0EMPLOYEE & 0HRPOSITION

    Hi Gurus,
       My requirment is to develop a BW report on HR Master Data for which i need part of data from   0EMPLOYEE  and remaining half  0HRPOSITION
    Can any one please let me know how can i acieve this...in detail please
    Thanks

    Hi,
    Goto RSA5 or RSA6 in R/3 System PA  .. PA-PA
    0employee 0HR_PA_0
    Person action 0HR_PA_1
    Master data DS 0EMPLOYEE_ATTR
    HRPOSITON DS   0HRPOSITION_ATTR
    Hope this help... assign points..
    raj
    Message was edited by:
            gangaraju mullapudi
    Message was edited by:
            gangaraju mullapudi

  • 0JOB Data Load Error

    Hi,
    I'm loading master data for 0HRPOSITION_ATTR. Load fails with error saying "Value '40002718 &' of attribtue 0JOB & does not exist for data record 105 & with the key 50000057".
    I have reloaded data for 0JOB_TEXT, still error exists. I activated 0JOB_ATTR in RSA5, when I check extractor in RSA3, I get an error "The application program for the extraction of data was called up using the invalid InfoSource/invalid InfoObject 0JOB_ATTR."
    How can I resolve this issue? Please suggest.
    Points will be rewarded.
    Thanks.

    Hi
    Firts go and delete the object from RSA6
    Now ask your HR Functional consultant to maintain the shortext, medium text, and longtext non maintain language 'E' for 0JOB_ATTR. The reason is  DE was the language maintain for the object earlier
    now go to RSA5 and activate and you know the rest!!!!!!!
    assign points if helpful
    kalyan

  • BW-CRM - Business Content Data Source for Service Ticket

    We are setting up BW for CRM. We want to analyze data related to Service Ticket. I am trying to find Business Content Data Sources for Service Ticket. I could not find any thing under Interaction Center Delivered analytics. I appreciate if any of you BW Experts can guide me in the right direction. Thanks for your help in advance. I am using RSA6 to look into delivered Data Sources

    Hi Nilesh,
    Thanks for the update.
      I can enhance  0HRPOSITION_ATTR to include  Number of hours per month & Number of Hours per Week (WKAVG & MOVAG).
    My last question is which object (Employee,Position,Job) do i need to enhance
    for  PA0007: WOSTD( Hours per week) - It will be used to calculate STAFF FTE
    Thanks for the help

  • 0HRPOSITION master data issue when position is delimited

    We are live with BW HR application and having issue with 0HRPOSITION master data. We are extracting data from SAP using 0HRPOSITION_ATTR datasource. I noticed that data is not maintained correctly in master data tables in BW and giving us incorrect results in reporting. Consider below mentioned scenario:
    Position A created as vacant on 05/01/2008 with start date (BEGDA/ Valid from) as 05/01/2008 and End date (ENDDA/ Valid to) as 12/31/9999 and is vacant. Below mentioned entry is shown under maintain master data for 0HRPOSITION in BW:
    Position Valid To Valid From Position Vacant
    A 04/30/2008 01/01/1000
    A 12/31/9999 05/01/2008 X
    Position A is now delimited on 09/15/2009 as its no more required. In SAP, position has record only from 04/01/2006 till 09/20/2009 as vacant. When record is extracted in BW, it creates below mentioned entry in master data table.
    Position           Valid To     Valid From     Position Vacant Indicator
        A             04/34/2008    01/01/1000
        A             09/20/2009    05/01/2008                  X
        A             12/31/9999    09/21/2009                  X
    Entry 09/21/2009 - 12/31/9999 is incorrect as position does not exist for this duration and it is neither vacant nor occupied. If we report on 0HRPOSTION with key date as 09/30/2009 , it shows position A as vacant though position no longer exists.
    Has anyone come across this situation. any help is greatly appreciated.
    Thanks & Regards,
    Prithi Iyengar
    Edited by: Prithi Iyengar on Dec 23, 2009 3:07 PM

    Hi,
    We do a full update data load for 0HRPOSITION attribute as well as text on daily basis. Attribute change run are scheduled in the process chains. No issues with that..
    In the report, we have the display option of 0HRPOSITION as key and text. Now what is happening is that for most of the positions the text is displayed perfectly but only for those positions which were delimited the text description is not displayed in the report. It is displayed as blank. For eg consider positions A, B, C and D. Say A, B are active positions and C & D have been delimited at a cerain period of time.
    *Master data table is:*
    Position --  Valid_from --  Valid_to  -- Description -- Org. Unit
    A         --  01.05.2008 -- 31.12.9999-- Text1   --- A001
    B         --  01.06.2009 -- 31.12.9999 -- Text2   --- B001
    C         --  01.06.2009 -- 01.08.2009 --- Text3 --- C001
    C         --  02.08.2009 -- 31.12.9999 --  ........   --- ....
    D         --  01.07.2008 -- 15.06.2009 -- Text 4  ---  D001
    D         --  16.06.2009 -- 31.12.9999 --  ........  --- ...
    In report, say i run for date 01.05.2009 to 31.05.2009,
    Position -
    No. of positions
    Key -
    Text  
    A     |  --- Text1  | 1
    B     |  --- Text 2 | 1
    C     |  --- .......... | 1
    D     |  --- .......... |1
    If you notice, the description is maintained for positions C & D in time period 01.05 to 31.05 but the text is not displayed in the report.
    Thanks,
    Edited by: Prithi Iyengar on Dec 23, 2009 5:30 PM

  • HR Datasources

    Hi All,
    What are the standard datasources available for HR? I am specificaly looking for employee attendance information. Even backend tables would be helpful for me.
    Regards,

    Hi,
    These are the data sources are avialbel in hr
    1     PA-PA     Personnel Administration     
         PA-PA-IO     0ACTIONREAS_TEXT     Reason for Action
              0ACTIONTYPE_TEXT     Action Type
              0AGE_RANGE_TEXT     Age Range
              0BRNCHSTDY_TEXT     Branch of Study
              0CERTIFIC_TEXT     Certificate
              0CNTRCTTYPE_ATTR     Contract type
              0CNTRCTTYPE_TEXT     Contract type
              0EDUCATION_TEXT     Education and Training
              0EDUC_EST_TEXT     School type
              0EMPLCNTRCT_TEXT     Work Contract
              0EMPLGROUP_TEXT     Employee Group
              0EMPLOYEE_0016_AT     Employee - contract elements
              0EMPLOYEE_0022_AT     Employee - Education and Tra
              0EMPLOYEE_0077_AT     Employee - additional person
              0EMPLOYEE_ATTR     Employee
              0EMPLOYEE_ID_ATTR     Employee - personnel ID
              0EMPLOYEE_TEXT     Employee
              0EMPLOYEE_USER_AT     Employee - system user name
              0EMPLSGROUP_TEXT     Employee Subgroup
              0EMPLSTATUS_TEXT     Employment Status
              0ETHN_ORIG_TEXT     Ethnic origin
              0GENDER_TEXT     ***
              0MIL_STATUS_TEXT     Military status
              0NATION_TEXT     Nationality
              0ORG_KEY_TEXT     Organizational Key
              0PAYRL_AREA_TEXT     Payroll Area
              0PAYSCALEAR_TEXT     Pay Scale Area
              0PAYSCALEGR_TEXT     Pay Scale Group
              0PAYSCALELV_ATTR     Pay scale level
              0PAYSCALELV_TEXT     Pay Scale Level
              0PAYSCALETY_TEXT       Pay Scale Type
              0PERSLANGU_TEXT       Language
              0PERSON_ATTR       Person
              0PERSON_TEXT       Person
              0PERS_AREA_TEXT       Personnel area
              0PERS_SAREA_TEXT       Personnel subare
              0SALARYAR_TEXT       Pay grade area
              0SALARYGR_TEXT       Pay Grade
              0SALARYLV_ATTR       Pay grade level
              0SALARYLV_TEXT       Pay grade level
              0SALARYTY_TEXT       Pay grade type
         PA-PA     0HR_PA_0     Employee
              0HR_PA_1     Personnel Actions
    2     PA-RC     Recruitment     
         PA-RC-IO     0ADVERT_ATTR     Job advertisement
              0ADVERT_TEXT     Advertisement
              0APPLACTION_TEXT     Applicant Action Type
              0APPLGROUP_TEXT     Applicant Group
              0APPLICANT_ATTR     Applicants
              0APPLICANT_TEXT     Applicant
              0APPLSGROUP_TEXT     Applicant Range
              0APPLSTATUS_TEXT     Overall status of applicant
              0APPLSTREA_TEXT     Applicant status reason
              0MEDIUM_TEXT     Medium
              0RC_INSTR_ATTR     Recruitment Instrument
              0RC_INSTR_TEXT     Recruitment instrument
              0UNSAPPGRP_TEXT     Unsolicited Application Group
         PA-RC     0HR_PA_RC_0     Applicant
              0HR_PA_RC_1     Applications
              0HR_PA_RC_2     Applicant Actions
    3     0PAPF     Pension Fund     
         0PAPF-IO     0PF_ACCTY_TXT     Account Type Pension Fund
              0PF_ACTION_TXT     Activity of the Processing Control Pension Fund
              0PF_ATTRCLAS_TXT     Attribute Class
              0PF_ATTRIBUTE_TXT     Employee Attribute for Attribute Classes
              0PF_EVENTS_TXT     Event in the Pension Fund
              0PF_FUND_ATTR     Pension Fund
              0PF_FUND_TXT     Pension funds
              0PF_PRODUCT_TXT     Pension Product
              0PF_VALTY_TXT      Value Type Pension Fund
         0PAPF     0HR_PA_PF_1     Basic Data Pension Fund (Info Type 0278)
              0HR_PA_PF_2     Individual Data PF (Info Type 0279)
              0HR_PA_PF_3     Account Data Pension Fund
              0HR_PA_PF_4     Event Data Pension Fund
              0HR_PA_PF_5     Calculated Results Pension Fund
    4     0PA_PD     Personnel Development     
         0PA_PD-IO     0APPRAISAL_ATTR     Appraisal
              0APPRAISAL_TEXT     Appraisal
              0APPRAISEE_TEXT     Appraisee
              0APPRAISER_TEXT     Appraiser
              0APR_CRIT_TEXT     Appraisal Criteria
              0AP_GRP1_TEXT     Appraisal Criteria Group 1
              0AP_GRP2_TEXT     Appraisal Criteria Group 2
              0AP_RATING_TEXT     Evaluation of an appraisal element
              0AP_SCHEME_TEXT     Appraisal Model
              0AP_STATUS_TEXT     Status of appraisal
              0PROFCNCY_TEXT     Proficiency of a qualification/requirement
              0QUALIFICTN_HR01_HIER     Qualifications
              0QUALIFICTN_TEXT     Qualification
              0QUALIGROUP_ATTR     Qualification group
              0QUALIGROUP_HR01_HIER     Qualification group
              0QUALIGROUP_TEXT     Qualification group
              0SCALE_TEXT     Scale ID
         0PA_PD     0HR_PA_PD_1     Qualifications
              0HR_PA_PD_2     Appraisals
    5     0PA_OS     Organizational Management     
         0PA_OS-IO     0HRPOSITION_ATTR     Position
              0HRPOSITION_CCTR_ATTR     Position - Cost Center
              0HRPOSITION_TEXT     Position
              0HRWORKCNTR_TEXT     Work Center
              0HR_OTYPEOBJECT_TEXT     HR object type/object
              0HR_OTYPE_TEXT     HR object type
              0JOB_TEXT     Center
              0ORGUNIT_ATTR     Organizational Unit
              0ORGUNIT_HR01_HIER     Organizational unit
              0ORGUNIT_TEXT     Organizational Unit
         0PA_OS     0HR_PA_2     HR Structural Authorizations- Values
              0HR_PA_3     HR Structural Authorizations - Hierarchies
              0HR_PA_OS_1     Staffing Assignments
    6     0PA_BN     Benefits     
         0PA_BN-IO     0BEN_AREA_TEXT     Benefit Area
              0BEN_OPTION_TEXT     Benefit health plan option
              0BEN_PLAN_TEXT     Benefit plan
              0COSTGRP_TEXT     Cost Grouping
              0COVERGRP_TEXT     Coverage Group
              0CREDITGRP_TEXT     Credit Grouping
              0DEPCVRG_TEXT     Dependent coverage
              0EECTRBGRP_TEXT     Employee Contribution Group
              0ELIGGRP_TEXT     Eligibility Grouping
              0ERCTRBGRP_TEXT     Employer Contribution Group
              0PLANCATEG_TEXT     Benefit plan category
              0PLANTYPE_TEXT     Benefit plan type
              0PRGRM_GRP1_TEXT     Employee benefit group
              0PRGRM_GRP2_TEXT     Second Program Grouping
         0PA_BN     0HR_PA_BN_1     Benefits
    7     0PA_CM     Compensation Management     
         0PA_CM-IO     0ANNUL_REA_TEXT     Nullification Reason
              0AWARD_ATTR     Awards
              0AWARD_TEXT     Awards
              0CMP_TUNIT_TEXT     Units of time
              0COMPADJ_TEXT     Adjustment Reason
              0COMPAREA_TEXT     Compensation Area
              0COMPPLAN_TEXT     Compensation Adjustment Type
              0COMPSTAT_TEXT     Status of compensation adjustment
              0COMP_AWARD_ATTR     Long-term incentives plan
              0COMP_AWARD_TEXT     Long-term incentives plan
              0CP_CTYPE_TEXT     Cost Item
              0CP_PLAN_ATTR     Personnel Cost Plan
              0CP_PLAN_TEXT     Plan scenario
              0RATETYPE_TEXT     Exchange rate indicators
    8     PE     Training and Event Management     
         PE-IO     0ATTENDEETY_TEXT     Attendee type
              0ATTENDEE_TEXT     Participants
              0BOOK_PRIO_TEXT     Booking Priority
              0CONFIRMED_TEXT     Participation Confirmed
              0C_REASON_TEXT     Reversal Reason
              0EVCOSTINFO_TEXT     Charge Indicator
              0EVDOCSTAT_TEXT     Document Status with Last Billing and Settlement
              0EVENTEXT_TEXT     External Business Event ID
              0EVENTGROUP_HR02_HIER     Business Event Group
              0EVENTGROUP_TEXT     Business Event Group
              0EVENTSTAT_TEXT     Planned Business Event ID
              0EVENTTYPE_HR02_HIER     Business Event Type
              0EVENTTYPE_TEXT     Business Event Type
              0EVENT_ATTR     Business event
              0EVENT_HR02_HIER     Business event
              0EVENT_TEXT     Business Event
              0EVLANGUAGE_TEXT     Business Event Language
              0EVLOCATION_HR02_HIER     Business Event Location
              0EVLOCATION_TEXT     Business Event Location
              0EXTORG_TEXT     Company
              0EXTPERS_ATTR     External Person
              0EXTPERS_TEXT     External Person
              0FAILED_TEXT     Reason for Course Failed
              0FOLLOWUP_TEXT     Participation Followed Up
              0LEARNERTYPE_TEXT     Object Type of Learner (Object Type of Course Participant)
              0LEARNER_TEXT     Learner (Course Participant)
              0ORGANIZER_TEXT     Organizer
              0ORGANTYPE_TEXT     Organizer type
              0PASSED_TEXT     Pass
              0RESOUTY_TEXT     Resource (Object Type)
              0RESOU_TEXT     Resource
              0RESTYPEIND_TEXT     Resource Type: MRP Type
              0RESTYPE_ATTR     Resource type
              0RESTYPE_TEXT     Resource type
              0ASSESSMENT_ATTR     Course Test
              0ASSESSMENT_TEXT     Course Test Texts
         PE     0HR_LSO_1     Participation
              0HR_LSO_2     Participant Cancellation
              0HR_LSO_3     Resource Reservation
              0HR_PE_1     Attendance
              0HR_PE_2     Cancellation
              0HR_PE_3     Resource Reservation
              0TRAINCONTENT_ATTR     Course Content
              0TRAINCONTENT_TEXT     Course Content Texts
              0TRAINFORM_TEXT     Delivery Method
              0TRAINING_ATTR     Course
              0TRAINING_HIER     Course
              0TRAINING_TEXT     Course
              0TRAINTYPE_ATTR     Course Type
              0TRAINTYPE_HIER     Course Type
              0TRAINTYPE_TEXT     Course Type
    9     PT     Time Management     
         PT-IO     0QUOTA_TEXT     Reporting quota type
              0REPTT_TEXT     Reporting time type
              0TIME_STAT_TEXT     Employee Time Management status
         PT     0HR_PT_1     Times from personal work schedule
              0HR_PT_2     Actual personnel times
              0HR_PT_3     Quota movements
    10     PY      Payroll     
         PY-IO     0COUNTRY_ID_TEXT     Country Grouping
              0EEGR_ACCNT_TEXT     Employee Grouping
              0EEGR_FIX_TEXT     Employee Grouping Standard Acct Assgmt FM/GM
              0PY_KTTYP_TEXT     Type of Symbolic Account
              0SYMB_ACCNT_ATTR     Symbolic Account
              0SYMB_ACCNT_TEXT     Symbolic Account
              0WAGETYPE_TEXT     Wage Type
         PY     0HR_PY_1     Payroll Data
              0HR_PY_PP_1     Auditing Information for Posting Transfer
              0HR_PY_PP_2     BIW Extraction of HR Posting Documents
    which ever do u wnat u can utilize.
    thanks & Regards
    sathsih

Maybe you are looking for

  • Apple TV not working well with time capsule

    So, I have an apple time capsule which serves two functions: wifi base station and the repository for my massive iTunes library. I connect this via wifi to my Apple TV (not sure which generation it is). The media seems to play well when I play it on

  • How can I integrate add-ons into a PDF (Use Adobe Acrobat (in Firefox), such as Babylon English Dictionary?

    How can I integrate the Fox add-ons into a PDF (Use Adobe Acrobat (in Firefox), such as Babylon English Dictionary? Many PDF do support my add-ons. BTW, the PDF in question is one that I have uploaded to my web site.

  • Keynote 6.0 not working with SMB servers

    Since upgrading to 6,0 when I try to open a Keynote file saved on our SMB server, it starts filling up the directory with temporary files, and actually destroys the original file so it can no longer be opened. It keeps popping up a little warning say

  • Facing problem in Java Swing

    Hi Sir, I am using a java GUI Object for taking user name and password (in fields of user name and password) and would like to send the information to a server (in the form of Xml file) on the click of 'Ok' button. The database of registered user is

  • Iphoto/iweb sharing

    In iphoto where are the pictures, the actual images? All i see is giant library file thats 13GB. Are all my picts in that single folder? Would i just copy that library file to a new computer if i wanted to import my library. I'm about to do a clean i